Cursor and button label styles fixed

gh-pages
somas95 2017-12-14 20:57:18 +01:00
parent 0ca6263763
commit cc49a3b820
1 changed files with 13 additions and 0 deletions

View File

@ -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 {