theme: Remove looking glass border-image

Now that we no longer use images for the selected highligth
This commit is contained in:
Carlos Soriano 2014-11-10 16:56:57 +01:00 committed by Florian Müllner
parent 604bb1fe82
commit ee673cc5c4
2 changed files with 4 additions and 2 deletions

View File

@ -882,7 +882,8 @@ StScrollBar {
text-shadow: black 0px 2px 2px; text-shadow: black 0px 2px 2px;
} }
&:selected { &: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; color: white;
text-shadow: black 0px 2px 2px; text-shadow: black 0px 2px 2px;
} }

View File

@ -1770,7 +1770,8 @@ StScrollBar {
color: white; color: white;
text-shadow: black 0px 2px 2px; } text-shadow: black 0px 2px 2px; }
#LookingGlassDialog .notebook-tab:selected { #LookingGlassDialog .notebook-tab:selected {
border-image: url("panel-button-border.svg") 10 10 0 2; border-bottom-width: 2px;
border-color: #256ab1;
color: white; color: white;
text-shadow: black 0px 2px 2px; } text-shadow: black 0px 2px 2px; }
#LookingGlassDialog StBoxLayout#EvalBox { #LookingGlassDialog StBoxLayout#EvalBox {