diff options
author | Benjamin Otte <otte@redhat.com> | 2016-01-07 12:30:05 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2016-01-11 17:06:46 +0100 |
commit | d74c1bfd849cee88c7163ded68a749ce7ac7c2e8 (patch) | |
tree | 6cc896087845ada4810f3aa5a84a1832172dab2f /gtk | |
parent | 8020d5f93a791b76c2777e8ddcd4046ba838534e (diff) | |
download | gtk+-d74c1bfd849cee88c7163ded68a749ce7ac7c2e8.tar.gz |
notebook: Remove outdated style properties from themes
No replacement provided, the notebook will have to be redone anyway.
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/theme/Adwaita/_common.scss | 5 | ||||
-rw-r--r-- | gtk/theme/Adwaita/gtk-contained-dark.css | 4 | ||||
-rw-r--r-- | gtk/theme/Adwaita/gtk-contained.css | 4 | ||||
-rw-r--r-- | gtk/theme/HighContrast/_common.scss | 5 | ||||
-rw-r--r-- | gtk/theme/HighContrast/gtk-contained-inverse.css | 4 | ||||
-rw-r--r-- | gtk/theme/HighContrast/gtk-contained.css | 4 |
6 files changed, 0 insertions, 26 deletions
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss index 7e6ed7522c..da5a1517fc 100644 --- a/gtk/theme/Adwaita/_common.scss +++ b/gtk/theme/Adwaita/_common.scss @@ -1781,11 +1781,6 @@ popover.background { *************/ notebook { - -GtkNotebook-initial-gap: 10; - -GtkNotebook-arrow-spacing: 5; - -GtkNotebook-tab-curvature: 0; - -GtkNotebook-tab-overlap: -8; - // Through me you go to the grief wracked city; // Through me you go to everlasting pain; // Through me you go a pass among lost souls. diff --git a/gtk/theme/Adwaita/gtk-contained-dark.css b/gtk/theme/Adwaita/gtk-contained-dark.css index 60bd3ecb56..25c31d7b1f 100644 --- a/gtk/theme/Adwaita/gtk-contained-dark.css +++ b/gtk/theme/Adwaita/gtk-contained-dark.css @@ -2212,10 +2212,6 @@ popover.background { * Notebooks * *************/ notebook { - -GtkNotebook-initial-gap: 10; - -GtkNotebook-arrow-spacing: 5; - -GtkNotebook-tab-curvature: 0; - -GtkNotebook-tab-overlap: -8; padding: 0; background-color: #292929; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } diff --git a/gtk/theme/Adwaita/gtk-contained.css b/gtk/theme/Adwaita/gtk-contained.css index a859f8274f..392e3489c5 100644 --- a/gtk/theme/Adwaita/gtk-contained.css +++ b/gtk/theme/Adwaita/gtk-contained.css @@ -2222,10 +2222,6 @@ popover.background { * Notebooks * *************/ notebook { - -GtkNotebook-initial-gap: 10; - -GtkNotebook-arrow-spacing: 5; - -GtkNotebook-tab-curvature: 0; - -GtkNotebook-tab-overlap: -8; padding: 0; background-color: #ffffff; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } diff --git a/gtk/theme/HighContrast/_common.scss b/gtk/theme/HighContrast/_common.scss index 4701878ba3..c80a6d4ea3 100644 --- a/gtk/theme/HighContrast/_common.scss +++ b/gtk/theme/HighContrast/_common.scss @@ -1249,11 +1249,6 @@ popover { *****************/ notebook { - -GtkNotebook-initial-gap: 10; - -GtkNotebook-arrow-spacing: 5; - -GtkNotebook-tab-curvature: 0; - -GtkNotebook-tab-overlap: -8; - // Through me you go to the grief wracked city; // Through me you go to everlasting pain; // Through me you go a pass among lost souls. diff --git a/gtk/theme/HighContrast/gtk-contained-inverse.css b/gtk/theme/HighContrast/gtk-contained-inverse.css index 0211610696..d3f418689e 100644 --- a/gtk/theme/HighContrast/gtk-contained-inverse.css +++ b/gtk/theme/HighContrast/gtk-contained-inverse.css @@ -1394,10 +1394,6 @@ popover { * Tabs * *****************/ notebook { - -GtkNotebook-initial-gap: 10; - -GtkNotebook-arrow-spacing: 5; - -GtkNotebook-tab-curvature: 0; - -GtkNotebook-tab-overlap: -8; padding: 0; background-color: #111; transition: all 200ms ease-out; } diff --git a/gtk/theme/HighContrast/gtk-contained.css b/gtk/theme/HighContrast/gtk-contained.css index 01bba03b9d..37f04d5bec 100644 --- a/gtk/theme/HighContrast/gtk-contained.css +++ b/gtk/theme/HighContrast/gtk-contained.css @@ -1394,10 +1394,6 @@ popover { * Tabs * *****************/ notebook { - -GtkNotebook-initial-gap: 10; - -GtkNotebook-arrow-spacing: 5; - -GtkNotebook-tab-curvature: 0; - -GtkNotebook-tab-overlap: -8; padding: 0; background-color: #fff; transition: all 200ms ease-out; } |