vrifox/gitea-theme
Archived
1
0
Fork 0
This commit is contained in:
Vrifox 2020-11-02 16:01:11 +01:00
parent 9b597dab9f
commit a966911c04

View file

@ -101,10 +101,53 @@
}
}
.repo-topic-edit {
display: none !important;
background: $bg50;
@if $nojavascript == true {
display: none !important;
}
&.success,
&.error {
display: flex !important;
@if $nojavascript == true {
display: flex !important;
}
}
.column.fourteen {
.field {
.search.dropdown {
background: $bg30;
border-radius: $border-radius;
&.active {
border-color: transparent;
}
.label {
background: $bg50;
color: $white;
i.delete.icon {
color: $white-dark;
}
}
.menu {
background: $bg60;
border: 0;
.item {
border-color: $bg80;
color: $white;
&:hover {
background: $bg50;
}
}
}
}
}
}
.column.two {
a.button {
background: $bg70;
color: $white;
&:hover {
background: $bg60;
}
}
}
}
.repository-summary {