RT 4.2.11, ticket#13852
[freeside.git] / rt / share / static / css / aileron / base.css
diff --git a/rt/share/static/css/aileron/base.css b/rt/share/static/css/aileron/base.css
new file mode 100644 (file)
index 0000000..b105f69
--- /dev/null
@@ -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; }