diff --git a/admin/themes/clear/theme.css b/admin/themes/clear/theme.css index 085763f88..5ee559463 100644 --- a/admin/themes/clear/theme.css +++ b/admin/themes/clear/theme.css @@ -209,8 +209,6 @@ INPUT[type="text"].large { width: 317px; } .themeBox {background-color:#fafafa; box-shadow: 0px 0px 5px #acacac;} .themeName {color:black;} .themeActions span {background-color: #ddd;} -.themeActions a {background-color: #ffc17e; color: #222;} -.themeActions a:hover {background-color: #ff7700; color: white; text-decoration: none;} #themesContent H3 {border-bottom:1px solid #aaa;} .themeDefault {} @@ -261,16 +259,27 @@ UL.thumbnails li.rank-of-image {background-color: #ddd;} font-weight: bold; } -#batchManagerGlobal #applyFilter { +#batchManagerGlobal #applyFilter,#batchManagerGlobal .addFilter-button { color: #3C3C3C; background-color: #ececec; } -#batchManagerGlobal #applyFilter:hover { - color: white; +#batchManagerGlobal #applyFilter:hover, #batchManagerGlobal .addFilter-button:hover { + color: #111; + background-color: #ff9b32 ; +} + +#batchManagerGlobal .addFilter-button.highlight { + color: #3C3C3C; background-color: #ffc17e; } +#batchManagerGlobal .addFilter-button.highlight:hover { + background-color: #ff7700; + color: white; + text-decoration: none; +} + .slider-info {color:#ff7700;font-weight:bold;} .selectedComment {background-color:#C2F5C2;} diff --git a/admin/themes/default/js/batchManagerGlobal.js b/admin/themes/default/js/batchManagerGlobal.js index 41bda0fe7..20570f8eb 100644 --- a/admin/themes/default/js/batchManagerGlobal.js +++ b/admin/themes/default/js/batchManagerGlobal.js @@ -12,6 +12,7 @@ function filter_enable(filter) { /* hide the no filter message */ $('.noFilter').hide(); + $('.addFilter-button').removeClass('highlight'); } function filter_disable(filter) { @@ -27,6 +28,7 @@ function filter_disable(filter) { /* show the no filter message if no filter selected */ if ($('#filterList li:visible').length == 0) { $('.noFilter').show(); + $('.addFilter-button').addClass('highlight'); } } diff --git a/admin/themes/default/template/photos_add_direct.tpl b/admin/themes/default/template/photos_add_direct.tpl index b595028d7..490ee3094 100644 --- a/admin/themes/default/template/photos_add_direct.tpl +++ b/admin/themes/default/template/photos_add_direct.tpl @@ -312,7 +312,7 @@ jQuery(document).ready(function(){ *}