mirror of https://github.com/status-im/codimd.git
Merge pull request #1586 from tamo/patch-1
Fix ui-edit and ui-both buttons in night mode
This commit is contained in:
commit
135c4ef021
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue