GTK3: change headerbar's entry background

This commit is contained in:
Daniel Ruiz de Alegría
2020-06-10 13:00:57 +02:00
parent 640c6af932
commit 9de152bc75
4 changed files with 17 additions and 0 deletions
+4
View File
@@ -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 *
**********/
+4
View File
@@ -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 *
**********/