Ignore:
Timestamp:
May 6, 2013, 8:53:38 PM (11 years ago)
Author:
flop25
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.5/admin/themes/clear/theme.css

    r20156 r22517  
    294294#pwgMain {padding-left:0}
    295295
    296 input[type="submit"], input[type="button"], input[type="reset"], a.bigButton {
     296.grp_action A, input[type="submit"], input[type="button"], input[type="reset"], a.bigButton {
    297297  font-size:12px;
    298298  font-weight:bold;
     
    308308}
    309309
    310 input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, a.bigButton:hover {
     310.grp_action A:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, a.bigButton:hover {
    311311        cursor: pointer;
    312312  background-color:#ff7700;
Note: See TracChangeset for help on using the changeset viewer.