Merge pull request #1586 from tamo/patch-1

Fix ui-edit and ui-both buttons in night mode
This commit is contained in:
Yukai Huang 2020-09-10 15:32:06 +08:00 committed by GitHub
commit 135c4ef021
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;
}