summaryrefslogtreecommitdiffstats
path: root/contrib/themes
diff options
context:
space:
mode:
authorpb1dft <pb1dft@ampache>2006-10-19 12:37:49 +0000
committerpb1dft <pb1dft@ampache>2006-10-19 12:37:49 +0000
commit024d12796fffcdf0cb45688d4a6636f37b07d01e (patch)
tree35342fdc40baad6f036d1880835dcf03d619345d /contrib/themes
parentb3634df51a7a6a75f30e3c18e2e90ca8d2034932 (diff)
downloadampache-024d12796fffcdf0cb45688d4a6636f37b07d01e.tar.gz
ampache-024d12796fffcdf0cb45688d4a6636f37b07d01e.tar.bz2
ampache-024d12796fffcdf0cb45688d4a6636f37b07d01e.zip
fixed minor css issues
Diffstat (limited to 'contrib/themes')
-rw-r--r--contrib/themes/INHOLLAND/templates/default.css7
1 files changed, 4 insertions, 3 deletions
diff --git a/contrib/themes/INHOLLAND/templates/default.css b/contrib/themes/INHOLLAND/templates/default.css
index ae6e58a7..0ee9069d 100644
--- a/contrib/themes/INHOLLAND/templates/default.css
+++ b/contrib/themes/INHOLLAND/templates/default.css
@@ -85,17 +85,17 @@ input {
font-family: Verdana, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
- background-color: #dddddd;
+ background-color: #FFFFFF;
margin: 2px 2px 2px 2px;
}
select {
color: #000000;
font-family: Verdana, Helvetica, sans-serif;
font-size: 12px;
- background-color: #dddddd;
+ background-color: #FFFFFF;
}
textarea {
- background-color: #dddddd;
+ background-color: #FFFFFF;
color: #000000;
font-family: Verdana, Helvetica, sans-serif;
font-size: 12px;
@@ -296,6 +296,7 @@ div#sidebar{
width:100%;
font-weight:bold;
background: url(../images/gradient.jpg) #FF0000 repeat-y;
+ z-index:30;
}
#sidebar h3 {