mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
colibris: small improvement on chat and sidediv
This commit is contained in:
parent
7a6d212e17
commit
22f7e1fd36
2 changed files with 6 additions and 15 deletions
|
@ -60,18 +60,13 @@
|
|||
#chattext p {
|
||||
padding: 4px 10px;
|
||||
}
|
||||
#chattext p:first-child {
|
||||
#chattext:not(.authorColors) p:first-child {
|
||||
padding-top: 10px;
|
||||
}
|
||||
#chattext p:last-child {
|
||||
#chattext:not(.authorColors) p:last-child {
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.plugin-ep_author_neat #chattext.authorColors p,
|
||||
.plugin-ep_author_neat #chattext.authorColors span {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
#chatinputbox {
|
||||
padding: 8px;
|
||||
}
|
||||
|
@ -80,10 +75,6 @@
|
|||
background-color: var(--bg-color);
|
||||
}
|
||||
|
||||
.plugin-ep_author_neat #chatbox.stickyChat .chat-content #chattext {
|
||||
padding: 5px 3px;
|
||||
}
|
||||
|
||||
@media (max-width: 720px) {
|
||||
#chaticon {
|
||||
right: 0;
|
||||
|
|
|
@ -8,10 +8,9 @@
|
|||
font-family: var(--main-font-family); /* the parent div have font-family monospace (line number) */
|
||||
color: #485365;
|
||||
color: var(--text-color);
|
||||
font-size: 13px;
|
||||
padding-right: 18px !important;
|
||||
text-transform: uppercase;
|
||||
font-size: 11px !important;
|
||||
text-transform: capitalize;
|
||||
font-size: 12px !important;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
@ -24,7 +23,8 @@
|
|||
|
||||
#sidedivinner>div {
|
||||
line-height: 24px;
|
||||
font-size: 10px !important;
|
||||
font-size: 9px !important;
|
||||
font-family: RobotoMono;
|
||||
color: #576273;
|
||||
color: var(--text-soft-color);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue