Merge pull request #24 from somas95/master

Fixed styles for cursor and labels (light and dark modes)
gh-pages
Wolf Vollprecht 2017-12-15 15:11:59 +01:00 committed by GitHub
commit 4a36aad7b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions

View File

@ -40,6 +40,21 @@
-gtk-key-bindings: window-bindings;
/*border-radius: 7px 7px 3px 3px;*/
background: @light_editor_bg;
caret-color: @dark_bg;
}
.uberwriter_window .text-button,
.uberwriter_window .status_bar_box {
color: @dark_bg;
}
.uberwriter_window.dark_mode {
caret-color: @light_editor_bg;
}
.uberwriter_window.dark_mode .status_bar_box,
.uberwriter_window.dark_mode .text-button{
color: @light_editor_bg;
}
.uberwriter_window.small .uberwriter-editor {