aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2008-10-05 19:20:54 +0000
committervdigital <vdigital@piwigo.org>2008-10-05 19:20:54 +0000
commit10e48b0d416dbaa14efb7484ff86e71ea1ddd57f (patch)
tree6feea16d4dfb3b4f828c267a0564b2b67c4c9a7e
parent1ffeb81b047dda743299a6a69d1c7d19695573c5 (diff)
Datepicker is chartered.
git-svn-id: http://piwigo.org/svn/trunk@2667 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--admin/template/goto/theme/roma/theme.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/admin/template/goto/theme/roma/theme.css b/admin/template/goto/theme/roma/theme.css
index d1307b10e..0b0fb2030 100644
--- a/admin/template/goto/theme/roma/theme.css
+++ b/admin/template/goto/theme/roma/theme.css
@@ -3,6 +3,7 @@
body, h3, dt, h2, .throw, .content, label,
input.rateButtonSelected /* <= why IE doesn't inherit this ? */ { color:#666; }
INPUT, select, textarea { color:#999; background-color: #444; }
+input[type="radio"], input[type="checkbox"] { background-color: transparent; }
/* INPUT[type="checkbox"], INPUT[type="radio"]
{ color:#999; background-color: #eee; } */
INPUT[type="submit"], INPUT[type="reset"] { color:#999; border: 1px solid #666; background-color: #444; padding: 1px 15px; }
@@ -164,6 +165,14 @@ body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: 0px; bottom: 0px; background: transparent url(images/resizable-sw.gif); }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: 0px; top: 0px; background: transparent url(images/resizable-nw.gif); }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: 0px; top: 0px; background: transparent url(images/resizable-ne.gif); }
+#ui-datepicker-div .ui-datepicker-control, #ui-datepicker-div a { background: #111; color: #f70 !important; }
+#ui-datepicker-div .ui-datepicker-days-row { background: #444;}
+#ui-datepicker-div .ui-datepicker-current-day { background: #222;}
+#ui-datepicker-div .ui-datepicker-week-end-cell, #ui-datepicker-div .ui-datepicker-week-end-cell a { background: #222; color: #ff3363; }
+#ui-datepicker-div .ui-datepicker-title-row { background: #111;}
+#ui-datepicker-div .ui-datepicker-title-row .ui-datepicker-week-end-cell a { color: #ff3363; }
+#ui-datepicker-div a:hover { color: #ff3363 !important; border: 0; background: #111 !important; }
+#ui-datepicker-div .ui-datepicker-header select { color:#999; font-weight:normal; }
/* hacks */
html>body #menubar {min-height:477px; height:477px;} /* IE 7 and modern browsers */
*+html .bigtext { left: 70px; }