Fixed status_bar_box styles

gh-pages
somas95 2017-12-14 22:14:07 +01:00
parent cc49a3b820
commit 0b4386c760
1 changed files with 3 additions and 1 deletions

View File

@ -43,7 +43,8 @@
caret-color: @dark_bg;
}
.uberwriter_window .text-button{
.uberwriter_window .text-button,
.uberwriter_window .status_bar_box {
color: @dark_bg;
}
@ -51,6 +52,7 @@
caret-color: @light_editor_bg;
}
.uberwriter_window.dark_mode .status_bar_box,
.uberwriter_window.dark_mode .text-button{
color: @light_editor_bg;
}