From 214ac3bf65bbaf09d53c87d3386e48e4a77eab31 Mon Sep 17 00:00:00 2001 From: flop25 Date: Mon, 6 May 2013 18:53:38 +0000 Subject: merge svn:22516 from trunk to branch 2.5 bug:2890 for "Manage Permissions" and "Manage the members", don't display the button "apply action" button and style as a button the links git-svn-id: http://piwigo.org/svn/branches/2.5@22517 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/clear/theme.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'admin/themes/clear/theme.css') diff --git a/admin/themes/clear/theme.css b/admin/themes/clear/theme.css index 174d9a8dd..374ec3437 100644 --- a/admin/themes/clear/theme.css +++ b/admin/themes/clear/theme.css @@ -293,7 +293,7 @@ UL.thumbnails li.rank-of-image {background-color: #ddd;} #pwgMain {padding-left:0} -input[type="submit"], input[type="button"], input[type="reset"], a.bigButton { +.grp_action A, input[type="submit"], input[type="button"], input[type="reset"], a.bigButton { font-size:12px; font-weight:bold; letter-spacing:1px; @@ -307,7 +307,7 @@ input[type="submit"], input[type="button"], input[type="reset"], a.bigButton { margin-left:0; } -input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, a.bigButton:hover { +.grp_action A:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, a.bigButton:hover { cursor: pointer; background-color:#ff7700; color:white; -- cgit v1.2.3