Mercurial > repos > other > Adwaita-Dark-Green
comparison gtk-3.20/gtk.css @ 30:78e21cea68af
Fix context menus in some situations (seen in Corebird)
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Mon, 05 Dec 2016 21:03:53 +0000 |
parents | ccdb5b8b5a6f |
children | d8fb69db13bf |
comparison
equal
deleted
inserted
replaced
29:ccdb5b8b5a6f | 30:78e21cea68af |
---|---|
4835 box-shadow: inset 0 -1px rgba(0, 0, 0, 0.1); } | 4835 box-shadow: inset 0 -1px rgba(0, 0, 0, 0.1); } |
4836 menubar:backdrop { | 4836 menubar:backdrop { |
4837 background-color: #3D3D3D; | 4837 background-color: #3D3D3D; |
4838 color: #cccccc; } | 4838 color: #cccccc; } |
4839 | 4839 |
4840 menu { | 4840 menu, .menu, .context-menu { |
4841 background-color: #3D3D3D; | 4841 background-color: #3D3D3D; |
4842 color: #cccccc; | 4842 color: #cccccc; |
4843 border-color: #303030; } | 4843 border-color: #303030; } |
4844 | 4844 |
4845 #gtk-combobox-popup-menu { | 4845 popover.menu, #gtk-combobox-popup-menu { |
4846 background-color: #C6C6C6; | 4846 background-color: #C6C6C6; |
4847 color: #161616; } | 4847 color: #161616; } |
4848 | 4848 |
4849 menubar > menuitem:hover, menubar > menuitem label:hover, headerbar > menuitem:hover, headerbar > menuitem label:hover { | 4849 menubar > menuitem:hover, menubar > menuitem label:hover, headerbar > menuitem:hover, headerbar > menuitem label:hover { |
4850 color: #5E7F3E; } | 4850 color: #5E7F3E; } |