Mercurial > repos > other > Adwaita-Dark-Green
diff gtk-3.0/gtk.css @ 9:52574f98627d
Adwaita uses blue for the current menu, so match it with green
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 16 Apr 2016 19:27:30 +0100 |
parents | 9a738f9171a1 |
children | ca246bc0af4a |
line wrap: on
line diff
--- a/gtk-3.0/gtk.css Sat Apr 16 17:01:19 2016 +0100 +++ b/gtk-3.0/gtk.css Sat Apr 16 19:27:30 2016 +0100 @@ -5123,7 +5123,7 @@ border-color: #303030; } .menubar > .menuitem:hover, .header-bar > .menuitem:hover { box-shadow: inset 0 -3px #5E7F3E; - color: #dddddd; } + color: #5E7F3E; } .menubar > .menuitem:insensitive, .header-bar > .menuitem:insensitive { color: #6e6e6e; box-shadow: none; } @@ -5137,7 +5137,7 @@ background-color: #C6C6C6; } .tweak-group .button.list-row:selected, .tweak-categories .tweak-category.list-row:selected { background-color: #5E7F3E; - color: #ffffff; } + color: white; } .tweak-group .button.list-row:selected:hover, .tweak-categories .tweak-category.list-row:selected:hover { background-color: #57753a; }