Revert "Adwaita: notebook background"

Not a good solution to the problem at hand (gedit line numbering)

This reverts commit fde03c1f81.
This commit is contained in:
Jakub Steiner 2014-08-26 13:46:54 +02:00
parent 29d9b2f7cf
commit dd464513a3
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: $bg_color;
background-color: $base_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: #393f3f;
background-color: #292929;
-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: #ededed;
background-color: #ffffff;
-GtkNotebook-initial-gap: 10;
-GtkNotebook-arrow-spacing: 5;
-GtkNotebook-tab-curvature: 0;