diff options
author | flop25 <flop25@piwigo.org> | 2013-05-06 18:34:56 +0000 |
---|---|---|
committer | flop25 <flop25@piwigo.org> | 2013-05-06 18:34:56 +0000 |
commit | 5a0bd85b80001fb104f9ff419862d00bbe544039 (patch) | |
tree | 6bca87146e3370f81bcea27aba5116be7f9a8f83 /admin/themes/clear | |
parent | 9547e03a57b98d65402be2998cca9ff863b96f87 (diff) |
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/trunk@22516 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/clear')
-rw-r--r-- | admin/themes/clear/theme.css | 4 |
1 files changed, 2 insertions, 2 deletions
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; |