mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 09:36:19 -05:00
FIX: Insert link dialog in dark theme
This commit is contained in:
parent
e2e7e6df44
commit
9185cec1f3
1 changed files with 2 additions and 0 deletions
|
@ -133,6 +133,8 @@
|
|||
|
||||
.wmd-prompt-dialog > form > input[type="button"] {
|
||||
border: 1px solid dark-light-diff($primary, $secondary, 90%, -60%);
|
||||
background: dark-light-choose(initial, blend-primary-secondary(50%));
|
||||
color: dark-light-choose(inherit, $secondary);
|
||||
font-family: trebuchet MS, helvetica, sans-serif;
|
||||
font-size: 0.8em;
|
||||
font-weight: bold;
|
||||
|
|
Loading…
Reference in a new issue