mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 17:36:14 -04:00
css: make all editor containers use the same background color
This commit is contained in:
parent
e0f63a4a14
commit
0923cd3f21
3 changed files with 7 additions and 3 deletions
|
@ -14,6 +14,7 @@ body {
|
|||
#editorcontainerbox {
|
||||
flex: 1 auto;
|
||||
position: relative; /* for nested popup to use absolute positionning */
|
||||
background-color: #eee;
|
||||
|
||||
/* For sticky chat */
|
||||
display: flex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue