summaryrefslogtreecommitdiffstats
path: root/webroot/css/themes/light.css
diff options
context:
space:
mode:
Diffstat (limited to 'webroot/css/themes/light.css')
-rw-r--r--webroot/css/themes/light.css22
1 files changed, 22 insertions, 0 deletions
diff --git a/webroot/css/themes/light.css b/webroot/css/themes/light.css
index b3b95ae..677557a 100644
--- a/webroot/css/themes/light.css
+++ b/webroot/css/themes/light.css
@@ -48,6 +48,28 @@ a.gradient:hover {
color: #fff;
}
+form input, form textarea, form select {
+ background: #f7f7f7;
+ background: -moz-linear-gradient(top, #eee, #fff);
+ background: -webkit-linear-gradient(top, #eee, #fff);
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eee', endColorstr='#fff');
+}
+input[type="button"], input[type="submit"], button {
+ background: #ddd;
+ background: -moz-linear-gradient(top, #ddd, #eee);
+ background: -webkit-linear-gradient(top, #ddd, #eee);
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ddd', endColorstr='#eee');
+}
+form input:focus, form textarea:focus, select:focus {
+ border-color: #88c;
+}
+input[type="button"]:hover, input[type="submit"]:hover, button:hover {
+ background: #eee;
+ background: -moz-linear-gradient(top, #e0e0e0, #f7f7f7);
+ background: -webkit-linear-gradient(top, #e0e0e0, #f7f7f7);
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e0e0', endColorstr='#f7f7f7');
+}
+
footer {
color: #666;
}