diff options
author | plegall <plg@piwigo.org> | 2012-02-09 11:01:08 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2012-02-09 11:01:08 +0000 |
commit | afb04c02937046f22b2e71974c785c6ee70ae10f (patch) | |
tree | 3a68f7446d2b4cdb7b054ad8c1c674d57c37e375 /admin/themes/default/theme.css | |
parent | 065debcad40ffcc7676339f519588be15ee8b0c1 (diff) |
feature 2471: improve visibility of the new "Zoom - Edit" links on each
thumbnails of the Batch Manager.
git-svn-id: http://piwigo.org/svn/trunk@13066 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/theme.css')
-rw-r--r-- | admin/themes/default/theme.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index 14aa30b96..b1c2ef5b2 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -980,8 +980,9 @@ LEGEND { #batchManagerGlobal .bulkAction {text-align:left;margin:15px 0;padding:0;} #batchManagerGlobal #action_del_tags ul.tagSelection {margin:0 !important; width:620px;} #batchManagerGlobal #checkActions {text-align:left; margin:0 0 20px 0;} -#batchManagerGlobal ul.thumbnails div.actions {display:none;position:absolute;top:0;right:5px;} -#batchManagerGlobal ul.thumbnails div.actions a {color:#222;} +#batchManagerGlobal ul.thumbnails div.actions {display:none;position:absolute;top:0;right:5px;color:#fff} +#batchManagerGlobal ul.thumbnails div.actions a {color:#fff;} +#batchManagerGlobal ul.thumbnails div.actions a:hover {border-color:#fff;} #batchManagerGlobal ul.thumbnails span.wrap1:hover div.actions {display:block;} #batchManagerGlobal #selectedMessage {padding:5px; -moz-border-radius:5px;-webkit-border-radius:5px;} #batchManagerGlobal #selectSet a {border-bottom:1px dotted;} |