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 16:58:07 -0400
commit059e9a1a8e0c0c3a31fc0cef3bf0afa1f2263c36 (patch)
tree5e6a327b586ef590fdfa2e251beb67926d572fb4
parent0ea4e9880cabc61944c1a5fb88b5d2fbdea069ba (diff)
CSS tweaks for parabola theme
-rw-r--r--public/themes/parabola/stylesheets/application.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/public/themes/parabola/stylesheets/application.css b/public/themes/parabola/stylesheets/application.css
index 14584dd7f..9f50b8c63 100644
--- a/public/themes/parabola/stylesheets/application.css
+++ b/public/themes/parabola/stylesheets/application.css
@@ -37,6 +37,7 @@ h2, h3, h4, .wiki h1, .wiki h2, .wiki h3 { border-bottom: 0px; color:#606060; fo
h2, .wiki h1 { letter-spacing:-1px; }
h4 { border-bottom: dotted 1px #c0c0c0; }
+#top-menu a.recent-issues { background-size: 14px ; }
#top-menu a.home, #top-menu a.my-page, #top-menu a.recent-issues,
#top-menu a.projects, #top-menu a.administration, #top-menu a.help {
background-position: 0% 40%;
@@ -54,3 +55,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 ; }