[Rt-commit] [rtir] 01/01: Subtle styling differences to help indicate you're in RTIR context

Shawn Moore shawn at bestpractical.com
Tue Feb 9 18:09:02 EST 2016


This is an automated email from the git hooks/post-receive script.

shawn pushed a commit to branch 3.4/reimplement-constituencies
in repository rtir.

commit 8b57924d2a10e67f7641c848bcd81de4e40b9f3d
Author: Shawn M Moore <shawn at bestpractical.com>
Date:   Tue Feb 9 23:08:39 2016 +0000

    Subtle styling differences to help indicate you're in RTIR context
    
    Fixes: I#31297
---
 static/css/rtir-styles.css | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/static/css/rtir-styles.css b/static/css/rtir-styles.css
index 28dd0a4..c49ca2c 100644
--- a/static/css/rtir-styles.css
+++ b/static/css/rtir-styles.css
@@ -1,3 +1,22 @@
+body.rtir div#header {
+    background: #404080;
+    color: #fff;
+}
+
+body.rtir input[type="reset"],
+body.rtir input[type="submit"],
+body.rtir input[class="button"] {
+    background: #4040a0;
+    color: #fff;
+ }
+
+body.rtir input[type="reset"]:hover,
+body.rtir input[type="submit"]:hover,
+body.rtir input[class="button"]:hover {
+    background: #4040f0;
+    color: #fff;
+}
+
 body.rtir .overdue {
     color: red;
 }

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the rt-commit mailing list