theme: tweaks

- popover separators
- ws switcher osd colors
This commit is contained in:
Jakub Steiner 2015-02-11 16:05:50 +01:00 committed by Florian Müllner
parent c9965f43c1
commit 59b9ffa864
3 changed files with 7 additions and 9 deletions

View File

@ -463,9 +463,9 @@ StScrollBar {
}
.popup-separator-menu-item {
-margin-horizontal: 24px;
//-margin-horizontal: 24px;
height: 1px; //not really the whole box
padding: 0; //not really centered
margin: 6px 64px;
background-color: transparent;
border-color: lighten($borders_color,10%);
border-bottom-width: 1px;
@ -579,7 +579,7 @@ StScrollBar {
.ws-switcher-box {
height: 50px;
border: 1px solid transparentize($fg_color,0.5);
border: 1px solid transparentize($osd_fg_color,0.9);
background: transparent;
border-radius: 8px;
}

View File

@ -418,9 +418,8 @@ StScrollBar {
-arrow-box-shadow: 0 1px 3px red; }
.popup-separator-menu-item {
-margin-horizontal: 24px;
height: 1px;
padding: 0;
margin: 6px 64px;
background-color: transparent;
border-color: #1a1a1a;
border-bottom-width: 1px;
@ -508,7 +507,7 @@ StScrollBar {
.ws-switcher-box {
height: 50px;
border: 1px solid rgba(255, 255, 255, 0.5);
border: 1px solid rgba(238, 238, 236, 0.1);
background: transparent;
border-radius: 8px; }

View File

@ -418,9 +418,8 @@ StScrollBar {
-arrow-box-shadow: 0 1px 3px red; }
.popup-separator-menu-item {
-margin-horizontal: 24px;
height: 1px;
padding: 0;
margin: 6px 64px;
background-color: transparent;
border-color: #343a3a;
border-bottom-width: 1px;
@ -508,7 +507,7 @@ StScrollBar {
.ws-switcher-box {
height: 50px;
border: 1px solid rgba(238, 238, 236, 0.5);
border: 1px solid rgba(238, 238, 236, 0.1);
background: transparent;
border-radius: 8px; }