From 6dbb93e123c0893541fbb8ef2205c8620ec459e5 Mon Sep 17 00:00:00 2001 From: Wolf Vollprecht Date: Thu, 12 Feb 2015 19:12:02 +0100 Subject: [PATCH] no more menubar showing up, no more revealing not working after window rearrangement --- data/media/style.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/data/media/style.css b/data/media/style.css index 046fd08..92166c6 100644 --- a/data/media/style.css +++ b/data/media/style.css @@ -5,6 +5,7 @@ */ @define-color dark_bg #333; +@define-color light_editor_bg #EDEDED; @binding-set window-bindings { bind "n" { "new-file" () }; @@ -37,7 +38,8 @@ #UberwriterWindow { gtk-key-bindings: window-bindings; /*border-radius: 7px 7px 3px 3px;*/ - background: #EDEDED; + background: @light_editor_bg; + } #UberwriterWindow.small #UberwriterEditor { @@ -77,7 +79,8 @@ #UberwriterEditor { border: none; - background-color: transparent; + background: @light_editor_bg; + /*background: und-color: transparent;*/ color: #222; -GtkWidget-cursor-color: shade(#4D9FCE, 0.9); -GtkWidget-cursor-aspect-ratio: 0.1;