diff 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
line wrap: on
line diff
--- a/gtk-3.20/gtk.css	Fri Dec 09 20:31:26 2016 +0000
+++ b/gtk-3.20/gtk.css	Sat Dec 17 20:06:54 2016 +0000
@@ -4831,12 +4831,15 @@
 
 menubar {
   background-color: #3D3D3D;
-  color: #cccccc;
+  color: #161616;
   box-shadow: inset 0 -1px rgba(0, 0, 0, 0.1); }
   menubar:backdrop {
     background-color: #3D3D3D;
     color: #cccccc; }
 
+menuitem > label {
+  color: #cccccc; }
+
 menu, .menu, .context-menu {
   background-color: #3D3D3D;
   color: #cccccc;