diff options
author | lukefromdc <[email protected]> | 2017-04-09 23:29:28 -0400 |
---|---|---|
committer | lukefromdc <[email protected]> | 2017-04-09 23:29:28 -0400 |
commit | f44e8b0da06aa55d28d7db0ddabdfa67f5d33a89 (patch) | |
tree | 7e0ff8bee7caf2fd3b10da9937d9db298d78c53d /desktop-themes/Menta/gtk-3.0 | |
parent | c1c9680349cb508581220345d1a6d16c7db5a3d7 (diff) | |
download | mate-themes-f44e8b0da06aa55d28d7db0ddabdfa67f5d33a89.tar.bz2 mate-themes-f44e8b0da06aa55d28d7db0ddabdfa67f5d33a89.tar.xz |
menta-fix "{{" typo breaking gtk-widgets.css file
Diffstat (limited to 'desktop-themes/Menta/gtk-3.0')
-rw-r--r-- | desktop-themes/Menta/gtk-3.0/gtk-widgets.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css index 7d1c6ea3..259835fb 100644 --- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css @@ -4550,7 +4550,7 @@ label selection:backdrop { label:disabled:selected, label selection:disabled, label:backdrop:disabled:selected, -label selection:backdrop:disabled {{ +label selection:backdrop:disabled { color: @insensitive_fg_color; } |