update
This commit is contained in:
parent
716ffe53f9
commit
d5035a622f
2 changed files with 11 additions and 11 deletions
|
@ -7,23 +7,23 @@ StScrollView {
|
|||
|
||||
StScrollBar {
|
||||
padding: 0;
|
||||
margin: 6px;
|
||||
|
||||
StScrollView & {
|
||||
min-width: 16px;
|
||||
min-height: 16px;
|
||||
min-width: 8px;
|
||||
min-height: 8px;
|
||||
}
|
||||
|
||||
StBin#trough {
|
||||
margin: 6px;
|
||||
border-radius: 100px;
|
||||
border-radius: $circular_radius;
|
||||
background-color: $divider_color;
|
||||
}
|
||||
|
||||
StButton#vhandle, StButton#hhandle {
|
||||
border-radius: 100px;
|
||||
border-radius: $circular_radius;
|
||||
background-color: $hint_fg_color;
|
||||
//border: 4px solid transparent; //would be nice to margin or at least to transparent
|
||||
margin: 6px;
|
||||
border: 4px solid transparent; //would be nice to margin or at least to transparent
|
||||
|
||||
&:hover { background-color: $alt_fg_color; }
|
||||
&:active { background-color: $fg_color; }
|
||||
}
|
||||
|
|
|
@ -56,13 +56,13 @@
|
|||
width: 24px;
|
||||
height: 24px;
|
||||
border-radius: $circular_radius;
|
||||
color: $light_fg_color !important;
|
||||
background-color: $light_fill_color !important;
|
||||
color: $light_fg_color;
|
||||
// background-color: $light_fill_color;
|
||||
}
|
||||
|
||||
&:insensitive > StIcon {
|
||||
backround-color: transparent;
|
||||
color: transparent;
|
||||
backround-color: transparent !important;
|
||||
color: transparent !important;
|
||||
}
|
||||
|
||||
&:hover > StIcon {
|
||||
|
|
Loading…
Reference in a new issue