diff options
author | mistic100 <mistic@piwigo.org> | 2012-07-06 08:50:53 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2012-07-06 08:50:53 +0000 |
commit | b8507b5afedc9b5f3f2ea517d58ec767c0523187 (patch) | |
tree | cdf6a0b51bf4cd9ac411fc30ac8854e478b9f9c2 /admin/themes/roma | |
parent | d7a1ee188d718445c2275ed51288b230b3a94629 (diff) |
Merged revision(s) 16390 from trunk:
feature 2680: styles for jQuery UI slider
still need to include "themes/default/js/ui/theme/jquery.ui.slider.css"
git-svn-id: http://piwigo.org/svn/branches/2.4@16391 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/roma')
-rw-r--r-- | admin/themes/roma/theme.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css index 8c875414c..a1509ed1e 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -186,6 +186,10 @@ body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body .ui-datepicker th {color:#ccc;} .ui-state-disabled {color:#aaa;} +.ui-slider { background:#444;border-radius:2px;border:1px solid #666; } +.ui-slider .ui-slider-handle { border:1px solid #f36;background:#222;border-radius:0.6em; } +.ui-slider .ui-slider-range { background:#666;border-radius:2px; } + #ui-datepicker-div .ui-datepicker-control, #ui-datepicker-div a { background-color: #111; color: #f70 !important;} #ui-datepicker-div .ui-datepicker-days-row { background-color: #444;} #ui-datepicker-div .ui-datepicker-week-end-cell, #ui-datepicker-div .ui-datepicker-week-end-cell a { background-color: #222; color: #f33; border-color: #444; border-top-color: #222; border-left-color: #222;} |