theme: Remove looking glass border-image
Now that we no longer use images for the selected highligth
This commit is contained in:
parent
77e3e61840
commit
b2970f576c
@ -885,7 +885,8 @@ StScrollBar {
|
||||
text-shadow: black 0px 2px 2px;
|
||||
}
|
||||
&:selected {
|
||||
border-image: url("panel-button-border.svg") 10 10 0 2;
|
||||
border-bottom-width: 2px;
|
||||
border-color: lighten($selected_bg_color,5%);
|
||||
color: white;
|
||||
text-shadow: black 0px 2px 2px;
|
||||
}
|
||||
|
@ -1777,7 +1777,8 @@ StScrollBar {
|
||||
color: white;
|
||||
text-shadow: black 0px 2px 2px; }
|
||||
#LookingGlassDialog .notebook-tab:selected {
|
||||
border-image: url("panel-button-border.svg") 10 10 0 2;
|
||||
border-bottom-width: 2px;
|
||||
border-color: #256ab1;
|
||||
color: white;
|
||||
text-shadow: black 0px 2px 2px; }
|
||||
#LookingGlassDialog StBoxLayout#EvalBox {
|
||||
|
Loading…
Reference in New Issue
Block a user