mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Fixed an input field's background color in dark theme
This commit is contained in:
parent
ded2f95003
commit
a526bd95aa
@ -37,6 +37,7 @@ limitations under the License.
|
|||||||
font-family: 'Open Sans', Arial, Helvetica, Sans-Serif;
|
font-family: 'Open Sans', Arial, Helvetica, Sans-Serif;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: $primary-fg-color;
|
color: $primary-fg-color;
|
||||||
|
background-color: $primary-bg-color;
|
||||||
|
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
border: solid 1px $input-border-color;
|
border: solid 1px $input-border-color;
|
||||||
|
Loading…
Reference in New Issue
Block a user