diff options
author | raveit65 <[email protected]> | 2016-04-26 14:34:02 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-04-26 14:34:02 +0200 |
commit | 1c85e664ed2ea66b1dab7e3b6891b1215f5b693e (patch) | |
tree | 72816d017c795eb2e4f1bcf75b030f57e6f45075 /desktop-themes/BlackMATE | |
parent | f0b97e8d67a80df1eb6e0c559068f0b3b369ed77 (diff) | |
download | mate-themes-1c85e664ed2ea66b1dab7e3b6891b1215f5b693e.tar.bz2 mate-themes-1c85e664ed2ea66b1dab7e3b6891b1215f5b693e.tar.xz |
GTK+-3.20 BlackMate: fix some general parameter,ie. -GtkScrolledWindow-scrollbar-spacing
- this removes the weird color in views beside scrollbars
- resize-grip is droped since 3.14
Not sure about the other parameter without Gtk in name.
Diffstat (limited to 'desktop-themes/BlackMATE')
-rw-r--r-- | desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css index e3021971..937fe13c 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css @@ -5,7 +5,7 @@ -GtkToolButton-icon-spacing: 4; -textview-error-underline-color: @error_color; -paned-handle-size: 5; - -scrolledwindow-scrollbar-spacing: 0; + -GtkScrolledWindow-scrollbar-spacing: 0; /* this is more stylish with this theme */; -GtkToolItemGroup-expander-size: 12; -expander-expander-size: 12; @@ -14,11 +14,6 @@ -GtkIMHtml-hyperlink-color: @link_color; -GtkHTML-link-color: @link_color; -WnckTasklist-fade-overlay-rect: 0; - /* this makes emacs behave weirdly */ - /*border-radius: 3px;*/ - /* disable focusline on active notebook tabs if focused*/ - -GtkWindow-resize-grip-width: 14; - -GtkWindow-resize-grip-height: 12; outline-color: @focus_border; outline-style: dashed; outline-offset: 2px; |