theme: Remove looking glass border-image
Now that we no longer use images for the selected highligth
This commit is contained in:
parent
604bb1fe82
commit
ee673cc5c4
@ -882,7 +882,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;
|
||||
}
|
||||
|
@ -1770,7 +1770,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