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
parent 77e3e61840
commit b2970f576c
2 changed files with 4 additions and 2 deletions

View File

@ -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;
}

View File

@ -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 {