Fix ui-edit and ui-both button in night mode

Fix #1539

Signed-off-by: Tamotsu Takahashi <ttakah@gmail.com>
This commit is contained in:
TAKAHASHI Tamotsu 2020-08-28 13:28:34 +09:00 committed by Tamotsu Takahashi
parent 1465355c76
commit 341591d10b
1 changed files with 1 additions and 1 deletions

View File

@ -411,7 +411,7 @@ div[contenteditable]:empty:not(:focus):before{
color: #eee;
}
.night .btn.btn-default.ui-view.active{
.night .btn.btn-default.active{
background: #202020;
}