Skip to content

Commit 341591d

Browse files
tamoTamotsu Takahashi
authored andcommitted
Fix ui-edit and ui-both button in night mode
Fix #1539 Signed-off-by: Tamotsu Takahashi <ttakah@gmail.com>
1 parent 1465355 commit 341591d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/css/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ div[contenteditable]:empty:not(:focus):before{
411411
color: #eee;
412412
}
413413

414-
.night .btn.btn-default.ui-view.active{
414+
.night .btn.btn-default.active{
415415
background: #202020;
416416
}
417417

0 commit comments

Comments
 (0)