Skip to content

Commit

Permalink
Merge pull request #1845 from rern/UPDATE
Browse files Browse the repository at this point in the history
Update settings.css
  • Loading branch information
rern authored Dec 11, 2024
2 parents 173623c + 1c8b028 commit 004dd27
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions srv/http/assets/css/settings.css
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ heading i.disabled {
color: var( --cg60 );
cursor: pointer;
}
#bar-bottom div.active {
#bar-bottom div.active span {
color: var( --cw ) !important;
}
#bar-bottom i {
Expand All @@ -300,6 +300,7 @@ heading i.disabled {
}
#bar-bottom span {
margin-left: 10px;
color: var( --cg60 );
}
.transparent {
opacity: 0 !important;
Expand Down Expand Up @@ -639,7 +640,7 @@ input.disabled + .switchlabel:after {
}
@media (hover: hover) {
#bar-bottom div:hover,
#bar-bottom div.active:hover { background-color: var( --cma ) }
#bar-bottom div.active:hover { background-color: var( --cmd ) }
a:hover { text-decoration: none }
.entries li:hover { background: var( --cga ) }
#menu a:hover {
Expand Down

0 comments on commit 004dd27

Please sign in to comment.