From cc49a3b820108fe33bcf4db19ec8cc69bf3fddb2 Mon Sep 17 00:00:00 2001 From: somas95 Date: Thu, 14 Dec 2017 20:57:18 +0100 Subject: [PATCH] Cursor and button label styles fixed --- data/media/style.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/data/media/style.css b/data/media/style.css index 6d223db..4f5cc21 100644 --- a/data/media/style.css +++ b/data/media/style.css @@ -40,6 +40,19 @@ -gtk-key-bindings: window-bindings; /*border-radius: 7px 7px 3px 3px;*/ background: @light_editor_bg; + caret-color: @dark_bg; +} + +.uberwriter_window .text-button{ + color: @dark_bg; +} + +.uberwriter_window.dark_mode { + caret-color: @light_editor_bg; +} + +.uberwriter_window.dark_mode .text-button{ + color: @light_editor_bg; } .uberwriter_window.small .uberwriter-editor {