removed blue stripe on mouse over on other panel elements

This commit is contained in:
Rinaldus 2021-03-31 12:06:10 +03:00
parent ff43fc4084
commit 98a542cd38
Signed by: Rinaldus
GPG Key ID: 79C679FA25ABFDB9
1 changed files with 0 additions and 8 deletions

View File

@ -771,20 +771,12 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { backg
.panel-top .applet-box { padding: 0 6px; spacing: 2px; }
.panel-top .applet-box:hover, .panel-top .applet-box:checked { box-shadow: inset 0 2px 0 #3f51b5; }
.panel-bottom .applet-box { padding: 0 6px; spacing: 2px; }
.panel-bottom .applet-box:hover, .panel-bottom .applet-box:checked { box-shadow: inset 0 -2px 0 #3f51b5; }
.panel-left .applet-box { padding: 2px 0; spacing: 2px; }
.panel-left .applet-box:hover, .panel-left .applet-box:checked { box-shadow: inset 2px 0 0 #3f51b5; }
.panel-right .applet-box { padding: 2px 0; spacing: 2px; }
.panel-right .applet-box:hover, .panel-right .applet-box:checked { box-shadow: inset -2px 0 0 #3f51b5; }
.applet-label { color: #111111; font-weight: 700; }
.applet-label:hover, .applet-box:hover .applet-label, .applet-box:checked .applet-label { color: black; text-shadow: none; }