mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-07 23:55:12 -04:00
colibris: adds toolbar border when editor is scrolling
This commit is contained in:
parent
f650d3a35a
commit
705b6c5e2e
4 changed files with 31 additions and 9 deletions
|
@ -34,7 +34,7 @@
|
|||
--dark-color: #576273; /*#4d5d77*/
|
||||
|
||||
--primary-color: #64d29b;
|
||||
--middle-color: #d2d2d2; /* between light-soft-color and dark-soft-color, use for border for examples */
|
||||
--middle-color: #d2d2d2; /* kind of grey, use for border for examples */
|
||||
|
||||
--light-color: #f2f3f4; /*#f9f9f9;*/
|
||||
--super-light-color: white;
|
||||
|
@ -45,6 +45,8 @@
|
|||
--bg-soft-color: var(--light-color);
|
||||
--bg-color: var(--super-light-color);
|
||||
|
||||
--toolbar-border: none;
|
||||
|
||||
--main-font-family: Quicksand, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
|
||||
|
||||
--editor-padding: 40px 55px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue