Skip to content

Commit 135c4ef

Browse files
authored
Merge pull request #1586 from tamo/patch-1
Fix ui-edit and ui-both buttons in night mode
2 parents 1465355 + 341591d commit 135c4ef

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)