1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2024-10-27 19:04:02 +00:00

notebook: remove deprecated style properties

This commit is contained in:
Horst3180 2016-02-19 11:06:17 +01:00
parent ee864708c3
commit 2319f5dcc2
7 changed files with 0 additions and 36 deletions

View File

@ -1618,11 +1618,6 @@ cursor-handle {
-gtk-icon-source: -gtk-icontheme("selection-end-symbolic"); } -gtk-icon-source: -gtk-icontheme("selection-end-symbolic"); }
notebook { notebook {
-GtkNotebook-initial-gap: 4;
-GtkNotebook-arrow-spacing: 5;
-GtkNotebook-tab-curvature: 0;
-GtkNotebook-tab-overlap: 1;
-GtkNotebook-has-tab-gap: false;
padding: 0; padding: 0;
background-color: #404552; background-color: #404552;
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

View File

@ -1621,11 +1621,6 @@ cursor-handle {
-gtk-icon-source: -gtk-icontheme("selection-end-symbolic"); } -gtk-icon-source: -gtk-icontheme("selection-end-symbolic"); }
notebook { notebook {
-GtkNotebook-initial-gap: 4;
-GtkNotebook-arrow-spacing: 5;
-GtkNotebook-tab-curvature: 0;
-GtkNotebook-tab-overlap: 1;
-GtkNotebook-has-tab-gap: false;
padding: 0; padding: 0;
background-color: #ffffff; background-color: #ffffff;
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

View File

@ -1618,11 +1618,6 @@ cursor-handle {
-gtk-icon-source: -gtk-icontheme("selection-end-symbolic"); } -gtk-icon-source: -gtk-icontheme("selection-end-symbolic"); }
notebook { notebook {
-GtkNotebook-initial-gap: 4;
-GtkNotebook-arrow-spacing: 5;
-GtkNotebook-tab-curvature: 0;
-GtkNotebook-tab-overlap: 1;
-GtkNotebook-has-tab-gap: false;
padding: 0; padding: 0;
background-color: #404552; background-color: #404552;
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

View File

@ -1621,11 +1621,6 @@ cursor-handle {
-gtk-icon-source: -gtk-icontheme("selection-end-symbolic"); } -gtk-icon-source: -gtk-icontheme("selection-end-symbolic"); }
notebook { notebook {
-GtkNotebook-initial-gap: 4;
-GtkNotebook-arrow-spacing: 5;
-GtkNotebook-tab-curvature: 0;
-GtkNotebook-tab-overlap: 1;
-GtkNotebook-has-tab-gap: false;
padding: 0; padding: 0;
background-color: #ffffff; background-color: #ffffff;
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

View File

@ -1625,11 +1625,6 @@ cursor-handle {
-gtk-icon-source: -gtk-icontheme("selection-end-symbolic"); } -gtk-icon-source: -gtk-icontheme("selection-end-symbolic"); }
notebook { notebook {
-GtkNotebook-initial-gap: 4;
-GtkNotebook-arrow-spacing: 5;
-GtkNotebook-tab-curvature: 0;
-GtkNotebook-tab-overlap: 1;
-GtkNotebook-has-tab-gap: false;
padding: 0; padding: 0;
background-color: #ffffff; background-color: #ffffff;
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

View File

@ -1625,11 +1625,6 @@ cursor-handle {
-gtk-icon-source: -gtk-icontheme("selection-end-symbolic"); } -gtk-icon-source: -gtk-icontheme("selection-end-symbolic"); }
notebook { notebook {
-GtkNotebook-initial-gap: 4;
-GtkNotebook-arrow-spacing: 5;
-GtkNotebook-tab-curvature: 0;
-GtkNotebook-tab-overlap: 1;
-GtkNotebook-has-tab-gap: false;
padding: 0; padding: 0;
background-color: #ffffff; background-color: #ffffff;
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }

View File

@ -1781,12 +1781,6 @@ cursor-handle {
// Notebooks and Tabs // Notebooks and Tabs
// //
notebook { notebook {
-GtkNotebook-initial-gap: 4;
-GtkNotebook-arrow-spacing: 5;
-GtkNotebook-tab-curvature: 0;
-GtkNotebook-tab-overlap: 1;
-GtkNotebook-has-tab-gap: false;
padding: 0; padding: 0;
background-color: $base_color; background-color: $base_color;
transition: all 200ms $ease-out-quad; transition: all 200ms $ease-out-quad;