mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 09:26:14 -04:00
css: small fixes
This commit is contained in:
parent
8b6cfba639
commit
0cbd178f95
4 changed files with 2 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
#gritter-container {
|
#gritter-container {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 20px;
|
||||||
right: 50%;
|
right: 50%;
|
||||||
transform: translateX(50%);
|
transform: translateX(50%);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
|
@ -79,7 +79,6 @@ input#myusernameedit:not(.editable) {
|
||||||
border-top: 1px solid #c3c3c3;
|
border-top: 1px solid #c3c3c3;
|
||||||
border-right: 1px solid #e6e6e6;
|
border-right: 1px solid #e6e6e6;
|
||||||
border-bottom: 1px solid #e6e6e6;
|
border-bottom: 1px solid #e6e6e6;
|
||||||
color: #000;
|
|
||||||
}
|
}
|
||||||
#myusernameform .editempty {
|
#myusernameform .editempty {
|
||||||
color: #333
|
color: #333
|
||||||
|
|
|
@ -175,9 +175,6 @@
|
||||||
--scrollbar-track: var(--dark-soft-color);
|
--scrollbar-track: var(--dark-soft-color);
|
||||||
--scrollbar-thumb: var(--light-soft-color);
|
--scrollbar-thumb: var(--light-soft-color);
|
||||||
}
|
}
|
||||||
.dark-background .popup-content, .dark-background #chatbox:not(.stickyChat) .chat-content {
|
|
||||||
box-shadow: 0 0 14px 0px var(--super-dark-color);
|
|
||||||
}
|
|
||||||
.dark-background .compact-display-content {
|
.dark-background .compact-display-content {
|
||||||
background-color: var(--dark-color);
|
background-color: var(--dark-color);
|
||||||
}
|
}
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
.comment-actions-wrapper .comment-edit {
|
.comment-actions-wrapper .comment-edit {
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
[type="checkbox"] + label[for="suggestion-checkbox"] {
|
[type="checkbox"] + label.label-suggestion-checkbox {
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
padding-left: 2.4rem;
|
padding-left: 2.4rem;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue