summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2018-04-27 10:23:15 +0100
committerbill-auger <mr.j.spam.me@gmail.com>2018-04-27 11:05:24 -0400
commitb8fe1e3a3eeb321d78b0fde41797c56badfedf7f (patch)
tree85f1ebebbd2ccd3dda81166b3f5aaa6bfa9a35ef
parent8092045048c874b0955c42ec731b73f876683e1c (diff)
CSS tweaks for parabola themeheader-view
-rw-r--r--public/themes/parabola/stylesheets/application.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/public/themes/parabola/stylesheets/application.css b/public/themes/parabola/stylesheets/application.css
index 14584dd7f..f5875aba0 100644
--- a/public/themes/parabola/stylesheets/application.css
+++ b/public/themes/parabola/stylesheets/application.css
@@ -54,3 +54,8 @@ h4 { border-bottom: dotted 1px #c0c0c0; }
#top-menu a.help { background-image: url(../../../images/help.png); }
.welcome-issues-table { margin-bottom: 2em ; }
+
+input , select , textarea { background-color: #DDD ; color: #000 ; }
+input.autocomplete { background: #DDD url(../../../images/magnifier.png) no-repeat 2px 50% ;
+ border-top: 2px solid #000 ; border-left: 2px solid #000 ;
+ border-bottom: 2px solid #CCC ; border-right: 2px solid #CCC ; }