[Rt-commit] rtir branch, master, updated. 3.3.0-95-g964fac8
Shawn Moore
shawn at bestpractical.com
Fri May 20 13:36:39 EDT 2016
The branch, master has been updated
via 964fac84b93386e141144ba78cb37a6e749cbb57 (commit)
from 8048114df38e8df68add238fd879b56bf37d8f8f (commit)
Summary of changes:
static/css/rtir-styles.css | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
- Log -----------------------------------------------------------------
commit 964fac84b93386e141144ba78cb37a6e749cbb57
Author: Shawn M Moore <shawn at bestpractical.com>
Date: Fri May 20 17:36:05 2016 +0000
Fix missing green background on incident children titlebox
61a29aa7 switched the class name slightly
(e.g. investigations -> investigation) which caused the
CSS selectors to stop matching
diff --git a/static/css/rtir-styles.css b/static/css/rtir-styles.css
index 245617f..1100541 100644
--- a/static/css/rtir-styles.css
+++ b/static/css/rtir-styles.css
@@ -73,11 +73,11 @@ body.rtir #topactions { min-width: 44em; white-space: no-wrap; }
width: 80%;
}
-body.rtir .titlebox.ticket-info-articles .titlebox-title .left { background-color: #316531; color: #fff; }
-body.rtir .titlebox.tickets-list-incident_reports .titlebox-title .left { background-color: #316531; color: #fff; }
-body.rtir .titlebox.tickets-list-incidents .titlebox-title .left { background-color: #316531; color: #fff; }
-body.rtir .titlebox.tickets-list-investigations .titlebox-title .left { background-color: #316531; color: #fff; }
-body.rtir .titlebox.tickets-list-blocks .titlebox-title .left { background-color: #316531; color: #fff; }
+body.rtir .titlebox.ticket-info-articles .titlebox-title .left { background-color: #316531; color: #fff; }
+body.rtir .titlebox.tickets-list-report .titlebox-title .left { background-color: #316531; color: #fff; }
+body.rtir .titlebox.tickets-list-incident .titlebox-title .left { background-color: #316531; color: #fff; }
+body.rtir .titlebox.tickets-list-investigation .titlebox-title .left { background-color: #316531; color: #fff; }
+body.rtir .titlebox.tickets-list-block .titlebox-title .left { background-color: #316531; color: #fff; }
body.rtir #comp-RTIR-Search #body {
-----------------------------------------------------------------------
More information about the rt-commit
mailing list