forked from AuroraMiddleware/gtk
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:
parent
29d9b2f7cf
commit
dd464513a3
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user