mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-08 17:53:08 +02:00
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
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user