Daniel Brötzmann pushed to branch master at gajim / gajim


Commits:
c848f2ff by wurstsalat at 2022-11-02T20:52:38+01:00
fix: CSS: Move overriding rules to bottom

Fixes #11269

- - - - -


1 changed file:

- gajim/data/style/gajim.css


Changes:

=====================================
gajim/data/style/gajim.css
=====================================
@@ -501,24 +501,6 @@ .message-input-focus {
 
 /* ConversationView ======================================================== */
 
-/* Conversation row styles */
-.merged { padding-top: 1px;}
-.retracted-message { opacity: 0.4; }
-.transparent-selection > selection {
-    background-color: transparent;
-    color: @theme_fg_color;
-}
-@keyframes highlight {
-    from { background: rgb(140, 160, 180); }
-    to { background: transparent; }
-}
-.conversation-search-highlight {
-    animation-duration: 3s;
-    animation-timing-function: ease-out;
-    animation-iteration-count: 1;
-    animation-name: highlight;
-}
-
 /* BaseRow */
 .conversation-row {
     padding: 10px 3px 4px 6px;
@@ -558,7 +540,25 @@ .conversation-command-row label {
     padding: 12px;
 }
 
-/* Row widgets */
+/* Conversation row styles */
+.merged { padding-top: 1px; }
+.retracted-message { opacity: 0.4; }
+.transparent-selection > selection {
+    background-color: transparent;
+    color: @theme_fg_color;
+}
+@keyframes highlight {
+    from { background: rgb(140, 160, 180); }
+    to { background: transparent; }
+}
+.conversation-search-highlight {
+    animation-duration: 3s;
+    animation-timing-function: ease-out;
+    animation-iteration-count: 1;
+    animation-name: highlight;
+}
+
+/* Row widgets ============================================================ */
 .conversation-subject-box,
 .conversation-call-box {
     border-radius: 6px;



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/c848f2fffde74371529f786825f74b75390081ee

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/c848f2fffde74371529f786825f74b75390081ee
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to