mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-27 02:46:15 -04:00
CSS: Move author color padding to setAuthorStyle()
This prevents the padding from clashing with plugins that use the `aceSetAuthorStyle` hook.
This commit is contained in:
parent
2745557127
commit
3d40ab7e8c
2 changed files with 10 additions and 15 deletions
|
@ -58,11 +58,6 @@ html.outer-editor, html.inner-editor {
|
|||
color: inherit;
|
||||
}
|
||||
|
||||
#innerdocbody.authorColors span {
|
||||
padding-top: 3px;
|
||||
padding-bottom: 4px;
|
||||
}
|
||||
|
||||
option {
|
||||
text-transform: capitalize;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue