GTK3: change headerbar's entry background
This commit is contained in:
parent
640c6af932
commit
9de152bc75
@ -4793,6 +4793,10 @@ entry {
|
||||
box-shadow: inset 0 3px 5px -4px rgba(0, 0, 0, 0.3);
|
||||
background-color: #1b1d24; }
|
||||
|
||||
headerbar spinbutton:not(.vertical),
|
||||
headerbar entry {
|
||||
background: #272a34; }
|
||||
|
||||
/**********
|
||||
* Slider *
|
||||
**********/
|
||||
|
||||
@ -4793,6 +4793,10 @@ entry {
|
||||
box-shadow: inset 0 3px 5px -4px rgba(0, 0, 0, 0.3);
|
||||
background-color: #1b1d24; }
|
||||
|
||||
headerbar spinbutton:not(.vertical),
|
||||
headerbar entry {
|
||||
background: #272a34; }
|
||||
|
||||
/**********
|
||||
* Slider *
|
||||
**********/
|
||||
|
||||
@ -4814,6 +4814,10 @@ spinbutton:not(.vertical),
|
||||
entry {
|
||||
box-shadow: inset 0 3px 5px -4px rgba(0, 0, 0, 0.1); }
|
||||
|
||||
headerbar spinbutton:not(.vertical),
|
||||
headerbar entry {
|
||||
background: #fafafa; }
|
||||
|
||||
/**********
|
||||
* Slider *
|
||||
**********/
|
||||
|
||||
@ -37,6 +37,11 @@ entry {
|
||||
}
|
||||
}
|
||||
|
||||
headerbar %entry,
|
||||
headerbar entry {
|
||||
background: $base_color;
|
||||
}
|
||||
|
||||
/**********
|
||||
* Slider *
|
||||
**********/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user