mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 14:00:09 +00:00
Adwaita: notebook background
This commit is contained in:
parent
290a19e93d
commit
fde03c1f81
@ -1307,7 +1307,7 @@ GtkTreeView.view.progressbar { //Progressbar in treeview cells
|
||||
// ...
|
||||
// Abandon all hope — Ye Who Enter Here
|
||||
padding: 0;
|
||||
background-color: $base_color;
|
||||
background-color: $bg_color;
|
||||
-GtkNotebook-initial-gap: 10;
|
||||
-GtkNotebook-arrow-spacing: 5;
|
||||
-GtkNotebook-tab-curvature: 0;
|
||||
|
@ -1528,7 +1528,7 @@ GtkTreeView.view.progressbar {
|
||||
*****************/
|
||||
.notebook {
|
||||
padding: 0;
|
||||
background-color: #292929;
|
||||
background-color: #393f3f;
|
||||
-GtkNotebook-initial-gap: 10;
|
||||
-GtkNotebook-arrow-spacing: 5;
|
||||
-GtkNotebook-tab-curvature: 0;
|
||||
|
@ -1522,7 +1522,7 @@ GtkTreeView.view.progressbar {
|
||||
*****************/
|
||||
.notebook {
|
||||
padding: 0;
|
||||
background-color: #ffffff;
|
||||
background-color: #ededed;
|
||||
-GtkNotebook-initial-gap: 10;
|
||||
-GtkNotebook-arrow-spacing: 5;
|
||||
-GtkNotebook-tab-curvature: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user