Adwaita: notebook background

This commit is contained in:
Jakub Steiner 2014-08-26 12:32:05 +02:00
parent 290a19e93d
commit fde03c1f81
3 changed files with 3 additions and 3 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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;