aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/theme.css
diff options
context:
space:
mode:
authormistic100 <mistic@piwigo.org>2014-09-16 11:24:38 +0000
committermistic100 <mistic@piwigo.org>2014-09-16 11:24:38 +0000
commit96d27d979150b5cf8eda17b1a8c75ed9152c0ba2 (patch)
tree4552745dbfcba3a948741254c0f3ef4939151c15 /admin/themes/default/theme.css
parent5d3075835b9a53022056c47c3f2440b3faea3068 (diff)
use icon-ok for forced multi sizes + icon-zoom-in for preview boxes
git-svn-id: http://piwigo.org/svn/trunk@29557 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/theme.css')
-rw-r--r--admin/themes/default/theme.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css
index 9cc01fd6a..721a0100a 100644
--- a/admin/themes/default/theme.css
+++ b/admin/themes/default/theme.css
@@ -1214,11 +1214,11 @@ a.group_perm {
.userProperty {width:340px;float:left;margin-bottom:15px;}
.userActions {float:right;text-align:right;}
-.preview-box.icon-search {
+.preview-box.icon-zoom-in {
display:block;
position:relative;
}
-.preview-box.icon-search:before {
+.preview-box.icon-zoom-in:before {
opacity:0;
position:absolute;
margin:-22px 0 0 -22px;
@@ -1232,15 +1232,15 @@ a.group_perm {
-webkit-transition:opacity 200ms ease;
transition:opacity 200ms ease;
}
-.preview-box.icon-search:hover:before {
+.preview-box.icon-zoom-in:hover:before {
opacity:0.9;
}
-.preview-box.icon-search img {
+.preview-box.icon-zoom-in img {
opacity:1;
-webkit-transition:opacity 200ms ease;
transition:opacity 200ms ease;
}
-.preview-box.icon-search:hover img {
+.preview-box.icon-zoom-in:hover img {
opacity:0.5;
}