mirror of
https://github.com/discourse/discourse.git
synced 2025-02-17 08:45:05 +00:00
FIX: mobile composer dark theme
This commit is contained in:
parent
26c3d74460
commit
7e8ee8e725
@ -128,6 +128,9 @@ display: none !important; // can be removed if inline JS CSS is removed from com
|
|||||||
margin-top: 6px;
|
margin-top: 6px;
|
||||||
width: 99%;
|
width: 99%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
background: $secondary;
|
||||||
|
color: $primary;
|
||||||
|
border-color: choose-grey(10%);
|
||||||
}
|
}
|
||||||
.wmd-controls {
|
.wmd-controls {
|
||||||
transition: top 0.3s ease;
|
transition: top 0.3s ease;
|
||||||
@ -172,7 +175,7 @@ display: none !important; // can be removed if inline JS CSS is removed from com
|
|||||||
background-color: dark-light-choose(scale-color($primary, $lightness: 75%), scale-color($secondary, $lightness: 25%));
|
background-color: dark-light-choose(scale-color($primary, $lightness: 75%), scale-color($secondary, $lightness: 25%));
|
||||||
}
|
}
|
||||||
.wmd-input {
|
.wmd-input {
|
||||||
color: darken($primary, 40%);
|
color: dark-light-choose(darken($primary, 40%), choose-grey(90%));
|
||||||
}
|
}
|
||||||
.wmd-input {
|
.wmd-input {
|
||||||
bottom: 35px;
|
bottom: 35px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user