[Rt-commit] rt branch, 4.6/colorful-widget-headers, updated. rt-4.4.4-567-g9f32f94e5d
Blaine Motsinger
blaine at bestpractical.com
Mon Dec 23 17:17:09 EST 2019
The branch, 4.6/colorful-widget-headers has been updated
via 9f32f94e5d439d222a5d609759e82e9e468bb63d (commit)
from 7f08ce97fa6568933e0012832d85140395380342 (commit)
Summary of changes:
share/static/css/elevator-light/history.css | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
- Log -----------------------------------------------------------------
commit 9f32f94e5d439d222a5d609759e82e9e468bb63d
Author: Blaine Motsinger <blaine at bestpractical.com>
Date: Mon Dec 23 16:15:50 2019 -0600
Update transaction history colors for new colors
diff --git a/share/static/css/elevator-light/history.css b/share/static/css/elevator-light/history.css
index 453e63b8c4..61547ec845 100644
--- a/share/static/css/elevator-light/history.css
+++ b/share/static/css/elevator-light/history.css
@@ -215,16 +215,16 @@ padding-right:0.25em;
-.transaction.basics .type { background: #b32; }
-.transaction.cfs .type { background: #b32; }
-.transaction.people .type { background: #48c; }
-.transaction.links .type { background: #316531; }
-.transaction.dates .type { background: #633063; }
-.transaction.message .type { background: #069; }
-.transaction.reminders .type { background: #369; }
+.transaction.basics .type { background: #f44336; }
+.transaction.cfs .type { background: #CDDC39; }
+.transaction.people .type { background: #03A9F4; }
+.transaction.links .type { background: #8BC34A; }
+.transaction.dates .type { background: #9C27B0; }
+.transaction.message .type { background: #3F51B5; }
+.transaction.reminders .type { background: #00BCD4; }
.transaction.other .type { background: #abc; }
.transaction.error .type { background: #900; }
-.transaction.attachment-truncate .type, .transaction.attachment-drop .type { background-color: #abc; }
+.transaction.attachment-truncate .type, .transaction.attachment-drop .type { background-color: #FF5722; }
.transaction.error { background-color: #fcc; }
.transaction.attachment-truncate, .transaction.attachment-drop { background-color: #ffc; }
-----------------------------------------------------------------------
More information about the rt-commit
mailing list