[Rt-commit] rt branch, 4.6/colorful-widget-headers, created. rt-4.4.4-557-g53e115c046
Blaine Motsinger
blaine at bestpractical.com
Thu Dec 12 20:08:33 EST 2019
The branch, 4.6/colorful-widget-headers has been created
at 53e115c0462e8741bbb2147f52c511f860e55fc3 (commit)
- Log -----------------------------------------------------------------
commit 53e115c0462e8741bbb2147f52c511f860e55fc3
Author: Blaine Motsinger <blaine at bestpractical.com>
Date: Thu Dec 12 19:05:29 2019 -0600
Add colored top borders for boxes in ticket pages
diff --git a/share/static/css/elevator-light/boxes.css b/share/static/css/elevator-light/boxes.css
index 27c070afc0..05e942a4b8 100644
--- a/share/static/css/elevator-light/boxes.css
+++ b/share/static/css/elevator-light/boxes.css
@@ -100,6 +100,29 @@ div.results .titlebox .titlebox-content {
padding-top: 0;
}
+/* card colored top borders */
+.titlebox.card.ticket-info-basics {
+ border-top: 3px solid #b32;
+}
+.titlebox.card.ticket-info-reminders {
+ border-top: 3px solid #369;
+}
+.titlebox.card.ticket-info-people {
+ border-top: 3px solid #48c;
+}
+.titlebox.card.ticket-info-dates {
+ border-top: 3px solid #633063;
+}
+.titlebox.card.ticket-info-attachments {
+ border-top: 3px solid #993366;
+}
+.titlebox.card.ticket-info-links {
+ border-top: 3px solid #316531;
+}
+.titlebox.card.ticket-info-merge {
+ border-top: 3px solid #8b4513;
+}
+
.titlebox .card-header span.toggle:hover {
cursor: pointer;
}
-----------------------------------------------------------------------
More information about the rt-commit
mailing list