diff options
author | vdigital <vdigital@piwigo.org> | 2008-09-05 22:44:08 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-09-05 22:44:08 +0000 |
commit | 75dc35db5500c2a1c3c48721e4376604cdab32c0 (patch) | |
tree | a268100eef32c9f7d1bf24cbd08513030f3dbf25 /admin/template/yoga/theme | |
parent | b8a5fde84629cdc4885016b76c90d9836c4f65b0 (diff) |
Checkboxes reverted on rvelices request.
And several minor corrections
git-svn-id: http://piwigo.org/svn/trunk@2503 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/template/yoga/theme')
-rw-r--r-- | admin/template/yoga/theme/admin/theme.css | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/admin/template/yoga/theme/admin/theme.css b/admin/template/yoga/theme/admin/theme.css index e76c2f364..b3f4bec62 100644 --- a/admin/template/yoga/theme/admin/theme.css +++ b/admin/template/yoga/theme/admin/theme.css @@ -2,8 +2,9 @@ /* text color */ body, h3, dt, h2, .throw, .content, input.rateButtonSelected /* <= why IE doesn't inherit this ? */ { color:#ccc; } -input.text, input.button, input.submit, input.reset, input.file, select, textarea { -color:#111; } +INPUT[type="text"], INPUT[type="password"], INPUT[type="button"], +INPUT[type="submit"], INPUT[type="reset"], INPUT[type="file"], select, textarea { +color:#111; background-color: #eee; } input.rateButton, legend, #theAdminPage h3 { color: #777; } #theAdminPage h2 { color: #333; } @@ -49,7 +50,8 @@ text-transform:none; font-weight:bold; padding-left:20px; } background-image: url(images/fillet.png); background-repeat: repeat-x; } .browsePath a { color: #eee; } /* borders */ /* TODO */ -INPUT, SELECT, TEXTAREA { border-left: 2px solid #696969; } +INPUT, SELECT, TEXTAREA { border-left: 2px inset #696969; +cursor:text; text-indent:4px; } .content UL.thumbnails SPAN.wrap2 { border: 1px solid #aaaaaa; /* thumbnails border color and style */ border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */ |