mirror of https://github.com/vector-im/riot-web
fix RTE bg color
parent
4d8f5d4df1
commit
9b70e2e25f
|
@ -4,7 +4,7 @@
|
|||
z-index: 1000;
|
||||
width: 100%;
|
||||
border: 1px solid $primary-hairline-color;
|
||||
background: white;
|
||||
background: $primary-bg-color;
|
||||
border-bottom: none;
|
||||
border-radius: 4px 4px 0 0;
|
||||
max-height: 50vh;
|
||||
|
|
Loading…
Reference in New Issue