diff --git a/src/static/css/pad/gritter.css b/src/static/css/pad/gritter.css index 87a1ea340..821c394c4 100644 --- a/src/static/css/pad/gritter.css +++ b/src/static/css/pad/gritter.css @@ -1,6 +1,6 @@ #gritter-container { position: absolute; - bottom: 0; + bottom: 20px; right: 50%; transform: translateX(50%); text-align: center; diff --git a/src/static/css/pad/popup_users.css b/src/static/css/pad/popup_users.css index 957a44c71..2f2806a02 100644 --- a/src/static/css/pad/popup_users.css +++ b/src/static/css/pad/popup_users.css @@ -79,7 +79,6 @@ input#myusernameedit:not(.editable) { border-top: 1px solid #c3c3c3; border-right: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6; - color: #000; } #myusernameform .editempty { color: #333 diff --git a/src/static/skins/colibris/src/pad-variants.css b/src/static/skins/colibris/src/pad-variants.css index ae9c30ae7..d267e8d8f 100644 --- a/src/static/skins/colibris/src/pad-variants.css +++ b/src/static/skins/colibris/src/pad-variants.css @@ -175,9 +175,6 @@ --scrollbar-track: var(--dark-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 { background-color: var(--dark-color); } diff --git a/src/static/skins/colibris/src/plugins/comments.css b/src/static/skins/colibris/src/plugins/comments.css index 930bb3db4..9006fae46 100644 --- a/src/static/skins/colibris/src/plugins/comments.css +++ b/src/static/skins/colibris/src/plugins/comments.css @@ -24,7 +24,7 @@ .comment-actions-wrapper .comment-edit { margin-right: 5px; } -[type="checkbox"] + label[for="suggestion-checkbox"] { +[type="checkbox"] + label.label-suggestion-checkbox { margin-left: 5px; padding-left: 2.4rem; }