Skip to content

Commit

Permalink
feature 2680: styles for jQuery UI slider
Browse files Browse the repository at this point in the history
still need to include "themes/default/js/ui/theme/jquery.ui.slider.css"

git-svn-id: http://piwigo.org/svn/trunk@16390 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
mistic100 committed Jul 6, 2012
1 parent dd54089 commit 5683ff7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions admin/themes/clear/theme.css
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -239,6 +239,10 @@ body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body
#ui-datepicker-div .ui-datepicker-days-cell { background-color:#bbb; border:1px solid #ddd; border-top-color: #bbb; border-left-color: #bbb;} #ui-datepicker-div .ui-datepicker-days-cell { background-color:#bbb; border:1px solid #ddd; border-top-color: #bbb; border-left-color: #bbb;}
img.ui-datepicker-trigger{margin:-2px 10px 1px -2px;} img.ui-datepicker-trigger{margin:-2px 10px 1px -2px;}


.ui-slider { background:#ddd;border-radius:2px;border:1px solid #999; }
.ui-slider .ui-slider-handle { border:1px solid #005e89;background:#fff;border-radius:0.6em; }
.ui-slider .ui-slider-range { background:#999;border-radius:2px; }

INPUT[type="text"].large { width: 317px; } INPUT[type="text"].large { width: 317px; }


.bigbutton {background:none;margin-right:-5px; padding: 10px;height:auto;position:static;width:auto;text-align:right;} .bigbutton {background:none;margin-right:-5px; padding: 10px;height:auto;position:static;width:auto;text-align:right;}
Expand Down
4 changes: 4 additions & 0 deletions admin/themes/roma/theme.css
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -186,6 +186,10 @@ body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body
.ui-datepicker th {color:#ccc;} .ui-datepicker th {color:#ccc;}
.ui-state-disabled {color:#aaa;} .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-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-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;} #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;}
Expand Down

0 comments on commit 5683ff7

Please sign in to comment.