mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 08:56:17 -04:00
colibris: minor improvements
This commit is contained in:
parent
8881a2a61f
commit
af641c3b3d
3 changed files with 3 additions and 14 deletions
|
@ -60,12 +60,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#chatinput {
|
#chatinput {
|
||||||
border: 1px solid #d2d2d2;
|
|
||||||
width: calc(100% - 20px);
|
width: calc(100% - 20px);
|
||||||
float: right;
|
float: right;
|
||||||
height: 18px;
|
|
||||||
border-radius: 3px;
|
|
||||||
padding: 8px 10px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#chatbox.stickyChat {
|
#chatbox.stickyChat {
|
||||||
|
|
|
@ -6,13 +6,6 @@ li.acl-write.font-color-icon.ep_font_color {
|
||||||
display: list-item !important;
|
display: list-item !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
h3 .color\:black,
|
|
||||||
[data-color=black] {
|
|
||||||
color: #656f71;
|
|
||||||
}
|
|
||||||
|
|
||||||
.color\:red,
|
.color\:red,
|
||||||
[data-color=red] {
|
[data-color=red] {
|
||||||
color: #F44336;
|
color: #F44336;
|
||||||
|
|
|
@ -10,8 +10,8 @@
|
||||||
#edit_title:before {
|
#edit_title:before {
|
||||||
font-family: fontawesome-etherpad;
|
font-family: fontawesome-etherpad;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 19px;
|
top: 20px;
|
||||||
font-size: 16px;
|
font-size: 14px;
|
||||||
content: "\E839";
|
content: "\E839";
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue