Skip to content

Commit

Permalink
hover background color at header
Browse files Browse the repository at this point in the history
  • Loading branch information
TranTheTrung authored May 27, 2021
1 parent 1c72e69 commit d526ba7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions skins/Timeless/resources/screen-common.less
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ button span.oo-ui-labelElement-label {
background-repeat: no-repeat;
}
#sidebar-button:hover {
background-color: #fff;
background-color: @base90;
}

a {
Expand All @@ -209,7 +209,7 @@ button span.oo-ui-labelElement-label {
align-items: center;
background-repeat: no-repeat;
&:hover {
background: #fff;
background: @base90;
color: #222;
}
}
Expand Down

0 comments on commit d526ba7

Please sign in to comment.