theme: entry selections, parsed css
This commit is contained in:
parent
4222e62b5a
commit
f68421dca1
@ -66,7 +66,8 @@ StEntry {
|
|||||||
//&:hover { @include entry(hover);}
|
//&:hover { @include entry(hover);}
|
||||||
&:focus { @include entry(focus,$fc:transparentize($fg_color,0.5));}
|
&:focus { @include entry(focus,$fc:transparentize($fg_color,0.5));}
|
||||||
&:insensitive { @include entry(insensitive);}
|
&:insensitive { @include entry(insensitive);}
|
||||||
|
selection-background-color: $selected_bg_color;
|
||||||
|
selected-color: $selected_fg_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -1342,7 +1342,9 @@ StEntry {
|
|||||||
color: #eeeeec;
|
color: #eeeeec;
|
||||||
background-color: #292929;
|
background-color: #292929;
|
||||||
border-color: #1c1f1f;
|
border-color: #1c1f1f;
|
||||||
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.4); }
|
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.4);
|
||||||
|
selection-background-color: #215d9c;
|
||||||
|
selected-color: white; }
|
||||||
StEntry:focus {
|
StEntry:focus {
|
||||||
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.4);
|
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.4);
|
||||||
border-color: rgba(154, 154, 142, 0.5); }
|
border-color: rgba(154, 154, 142, 0.5); }
|
||||||
|
Loading…
Reference in New Issue
Block a user