vrifox/gitea-theme
Archived
1
0
Fork 0

especially organization related dashboard theming

This commit is contained in:
Vrifox 2020-12-31 13:53:42 +01:00
parent 3f72345cf2
commit 232cefc477
Signed by: vrifox
GPG key ID: D40098E5B60B2197
2 changed files with 23 additions and 0 deletions

View file

@ -7,6 +7,28 @@
.item { .item {
@include dropdown-floating; @include dropdown-floating;
} }
.right.menu {
.item {
background: unset;
border-radius: unset;
color: $white;
margin: -15px .35714286em;
padding: calc(.78571429em + 15px) .92857143em;
&.active {
border-bottom: 2px solid white;
}
.basic.blue.button {
background: $bg60;
box-shadow: unset !important;
border-radius: $border-radius;
color: $white !important;
font-weight: 700;
&:hover {
background: $bg50;
}
}
}
}
} }
} }
.divider { .divider {

View file

@ -223,6 +223,7 @@
border: 0; border: 0;
} }
.item { .item {
background: $bg50 !important;
border-radius: 0; border-radius: 0;
color: $white !important; color: $white !important;
&:hover { &:hover {