From 1c538bfabc2cd31f27067505f0c3d1a46cba6ef0 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Thu, 9 Jul 2015 22:18:55 -0700 Subject: RT 4.2.11, ticket#13852 --- rt/share/static/css/web2/base.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 rt/share/static/css/web2/base.css (limited to 'rt/share/static/css/web2/base.css') diff --git a/rt/share/static/css/web2/base.css b/rt/share/static/css/web2/base.css new file mode 100644 index 000000000..b105f699c --- /dev/null +++ b/rt/share/static/css/web2/base.css @@ -0,0 +1,15 @@ +a { + color: #000; + text-decoration: none; +} + + +a:visited { + color: #666; +} + +a:hover { + text-decoration: underline; +} + +textarea:focus, input:focus { background-color: #ffd; } -- cgit v1.2.1