summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalGreen
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-04-13 13:16:17 +0200
committerraveit65 <[email protected]>2016-04-13 13:16:17 +0200
commitc0fcedafd5808ab283a3c6ba5734b1332299bfdf (patch)
tree923c4d59136a17c3e4c4e864b94593f9dfc61bf9 /desktop-themes/TraditionalGreen
parent3d9c5edb5a9a44bf0f38009d07193e77367c1594 (diff)
downloadmate-themes-c0fcedafd5808ab283a3c6ba5734b1332299bfdf.tar.bz2
mate-themes-c0fcedafd5808ab283a3c6ba5734b1332299bfdf.tar.xz
GTK+-3.20 TOK themes: use GtkScrolledWindow-scrollbar-spacing: 0
this removes the scrollbar color from scrolledwindow
Diffstat (limited to 'desktop-themes/TraditionalGreen')
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css21
1 files changed, 1 insertions, 20 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
index afa10edc..bf718454 100644
--- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
@@ -1,32 +1,13 @@
* {
-/* engine: none; */
padding: 0;
-
background-clip: padding-box;
-
-GtkToolButton-icon-spacing: 4;
-
-GtkTextView-error-underline-color: @error_color;
-
-/* -GtkPaned-handle-size: 5; deprecated */
-
-/* -GtkCheckButton-indicator-size: 16; deprecated */
-/* -GtkCheckMenuItem-indicator-size: 10; deprecated */
-
- -GtkScrolledWindow-scrollbar-spacing: 3;
-/* -GtkScrolledWindow-scrollbars-within-bevel: 0; deprecated */
-
+ -GtkScrolledWindow-scrollbar-spacing: 0;
-GtkToolItemGroup-expander-size: 11;
-/* -GtkExpander-expander-size: 14; deprecated */
-
-/* -GtkMenu-horizontal-padding: 0; */
-/* -GtkMenu-vertical-padding: 0; */
-
-GtkIMHtml-hyperlink-color: @link_color;
-GtkHTML-link-color: @link_color;
-
-WnckTasklist-fade-overlay-rect: 0;
-
outline-color: @focus_border_color;
outline-style: dashed;
outline-offset: -2px;