mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 00:46:16 -04:00
fix issue with showControls false not working
This commit is contained in:
parent
19e83d5405
commit
f9071aebe6
2 changed files with 7 additions and 1 deletions
|
@ -1262,3 +1262,9 @@ input[type=checkbox] {
|
|||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.hideControlsEditor{
|
||||
top:0px !important;
|
||||
}
|
||||
.hideControlsEditbar{
|
||||
display:none !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue