diff options
author | plegall <plg@piwigo.org> | 2014-08-21 17:45:29 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2014-08-21 17:45:29 +0000 |
commit | 2d005735d588ddf78de821290255e7f196fe2ad0 (patch) | |
tree | 011b25e1ba0fd2ab523ad064b4ff5e376dceb3d7 /admin/themes/clear/theme.css | |
parent | 83ed6f8009cb99be29aeb17f848e76bb4d52ff8f (diff) |
feature 2791: apply the same color as for dimensions filter
git-svn-id: http://piwigo.org/svn/trunk@29239 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 6021785c4..0a849051d 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 {color:#ff7700;font-weight:bold;} +#filter_dimension_width_info, #filter_dimension_height_info, #filter_dimension_ratio_info, #filter_filesize_info {color:#ff7700;font-weight:bold;} .selectedComment {background-color:#C2F5C2;} |