diff options
author | mistic100 <mistic@piwigo.org> | 2014-08-23 10:24:55 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2014-08-23 10:24:55 +0000 |
commit | 78d95a8a144f24e420933820e55004d44ecff81e (patch) | |
tree | d4f171ad5a620c30753dec01899b2c6405bc7343 /admin/themes/clear/theme.css | |
parent | 9c9f8548fc68038a206f3cf5ca551ec930019405 (diff) |
create a mini jquery plugin for sliders on batch manager + async load
git-svn-id: http://piwigo.org/svn/trunk@29249 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/clear/theme.css')
-rw-r--r-- | admin/themes/clear/theme.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/clear/theme.css b/admin/themes/clear/theme.css index 0a849051d..b2cf68ad2 100644 --- a/admin/themes/clear/theme.css +++ b/admin/themes/clear/theme.css @@ -294,7 +294,7 @@ UL.thumbnails li.rank-of-image {background-color: #ddd;} #batchManagerGlobal .thumbSelected {background-color:#C2F5C2 !important} #batchManagerGlobal #selectedMessage {background-color:#C2F5C2;} -#filter_dimension_width_info, #filter_dimension_height_info, #filter_dimension_ratio_info, #filter_filesize_info {color:#ff7700;font-weight:bold;} +.slider-info {color:#ff7700;font-weight:bold;} .selectedComment {background-color:#C2F5C2;} |