theme: tweaks
- popover separators - ws switcher osd colors
This commit is contained in:
parent
c9965f43c1
commit
59b9ffa864
@ -463,9 +463,9 @@ StScrollBar {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.popup-separator-menu-item {
|
.popup-separator-menu-item {
|
||||||
-margin-horizontal: 24px;
|
//-margin-horizontal: 24px;
|
||||||
height: 1px; //not really the whole box
|
height: 1px; //not really the whole box
|
||||||
padding: 0; //not really centered
|
margin: 6px 64px;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border-color: lighten($borders_color,10%);
|
border-color: lighten($borders_color,10%);
|
||||||
border-bottom-width: 1px;
|
border-bottom-width: 1px;
|
||||||
@ -579,7 +579,7 @@ StScrollBar {
|
|||||||
|
|
||||||
.ws-switcher-box {
|
.ws-switcher-box {
|
||||||
height: 50px;
|
height: 50px;
|
||||||
border: 1px solid transparentize($fg_color,0.5);
|
border: 1px solid transparentize($osd_fg_color,0.9);
|
||||||
background: transparent;
|
background: transparent;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
}
|
}
|
||||||
|
@ -418,9 +418,8 @@ StScrollBar {
|
|||||||
-arrow-box-shadow: 0 1px 3px red; }
|
-arrow-box-shadow: 0 1px 3px red; }
|
||||||
|
|
||||||
.popup-separator-menu-item {
|
.popup-separator-menu-item {
|
||||||
-margin-horizontal: 24px;
|
|
||||||
height: 1px;
|
height: 1px;
|
||||||
padding: 0;
|
margin: 6px 64px;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border-color: #1a1a1a;
|
border-color: #1a1a1a;
|
||||||
border-bottom-width: 1px;
|
border-bottom-width: 1px;
|
||||||
@ -508,7 +507,7 @@ StScrollBar {
|
|||||||
|
|
||||||
.ws-switcher-box {
|
.ws-switcher-box {
|
||||||
height: 50px;
|
height: 50px;
|
||||||
border: 1px solid rgba(255, 255, 255, 0.5);
|
border: 1px solid rgba(238, 238, 236, 0.1);
|
||||||
background: transparent;
|
background: transparent;
|
||||||
border-radius: 8px; }
|
border-radius: 8px; }
|
||||||
|
|
||||||
|
@ -418,9 +418,8 @@ StScrollBar {
|
|||||||
-arrow-box-shadow: 0 1px 3px red; }
|
-arrow-box-shadow: 0 1px 3px red; }
|
||||||
|
|
||||||
.popup-separator-menu-item {
|
.popup-separator-menu-item {
|
||||||
-margin-horizontal: 24px;
|
|
||||||
height: 1px;
|
height: 1px;
|
||||||
padding: 0;
|
margin: 6px 64px;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border-color: #343a3a;
|
border-color: #343a3a;
|
||||||
border-bottom-width: 1px;
|
border-bottom-width: 1px;
|
||||||
@ -508,7 +507,7 @@ StScrollBar {
|
|||||||
|
|
||||||
.ws-switcher-box {
|
.ws-switcher-box {
|
||||||
height: 50px;
|
height: 50px;
|
||||||
border: 1px solid rgba(238, 238, 236, 0.5);
|
border: 1px solid rgba(238, 238, 236, 0.1);
|
||||||
background: transparent;
|
background: transparent;
|
||||||
border-radius: 8px; }
|
border-radius: 8px; }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user