[Rt-commit] rt branch, 4.2/add-generic-titlebox-style, created. rt-4.2.3-14-ge516e17

Jim Brandt jbrandt at bestpractical.com
Mon Mar 10 14:29:55 EDT 2014


The branch, 4.2/add-generic-titlebox-style has been created
        at  e516e1700beb746b6716c838873c7ddb1bc61b2e (commit)

- Log -----------------------------------------------------------------
commit e516e1700beb746b6716c838873c7ddb1bc61b2e
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Tue Mar 4 17:11:10 2014 -0500

    Add a generic style for non-core titlebox tabs
    
    Rudder needs a background for the titlebox tabs to look nice
    and the standard RT ticket metadata all have colors. Add a
    generic color for use by extensions and non-core titleboxes
    as a default. Extensions can still override with a different
    class and a stylesheet.

diff --git a/share/static/css/base/ticket.css b/share/static/css/base/ticket.css
index e36890e..b27b83e 100644
--- a/share/static/css/base/ticket.css
+++ b/share/static/css/base/ticket.css
@@ -71,6 +71,7 @@
 .ticket-info-reminders .titlebox .titlebox-title .left { background-color: #369;  color: #fff;}
 .ticket-info-dates .titlebox .titlebox-title .left { background-color: #633063;  color: #fff;}
 .ticket-info-attachments .titlebox .titlebox-title .left { background-color: #993366;  color: #fff;}
+.ticket-info-generic .titlebox .titlebox-title .left { background-color: #547ccc;  color: #fff;}
 
 .ticket-summary .titlebox .titlebox-title .left a, .ticket-summary .titlebox .titlebox-title .left a:visited { color: #fff;}
 

-----------------------------------------------------------------------


More information about the rt-commit mailing list