comparison gtk-3.20/gtk.css @ 32:09cbf23e5f34

Fudge menu colouring so that LibreOffice renders buttons in toolbars correctly
author IBBoard <dev@ibboard.co.uk>
date Sat, 17 Dec 2016 20:06:54 +0000
parents d8fb69db13bf
children 389af1327aa1
comparison
equal deleted inserted replaced
31:d8fb69db13bf 32:09cbf23e5f34
4829 .view.rubberband, iconview.rubberband { 4829 .view.rubberband, iconview.rubberband {
4830 background-color: rgba(94, 127, 62, 0.2); } 4830 background-color: rgba(94, 127, 62, 0.2); }
4831 4831
4832 menubar { 4832 menubar {
4833 background-color: #3D3D3D; 4833 background-color: #3D3D3D;
4834 color: #cccccc; 4834 color: #161616;
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
4840 menuitem > label {
4841 color: #cccccc; }
4839 4842
4840 menu, .menu, .context-menu { 4843 menu, .menu, .context-menu {
4841 background-color: #3D3D3D; 4844 background-color: #3D3D3D;
4842 color: #cccccc; 4845 color: #cccccc;
4843 border-color: #303030; } 4846 border-color: #303030; }