Skip to content

Commit

Permalink
Update screen-common.less
Browse files Browse the repository at this point in the history
  • Loading branch information
TranTheTrung authored Jun 9, 2021
1 parent eaa8f35 commit a1556f7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions skins/Timeless/resources/screen-common.less
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,12 @@ button span.oo-ui-labelElement-label {
height: 100%;
border: none;
background-color: @base-red;
mask: url(/skins/Timeless/resources/images/menu.svg) no-repeat center / contain;
-webkit-mask: url(/skins/Timeless/resources/images/menu.svg) no-repeat center / contain;
mask: url(/skins/Timeless/resources/images/menu.svg);
-webkit-mask: url(/skins/Timeless/resources/images/menu.svg);
mask-repeat: no-repeat;
mask-position: center;
-webkit-mask-repeat: no-repeat;
-webkit-mask-position: center;
}
#sidebar-button:hover {
background-color: @base90;
Expand Down

0 comments on commit a1556f7

Please sign in to comment.