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/roma/theme.css

    r20156 r22517  
    2525/* INPUT[type="checkbox"], INPUT[type="radio"]
    2626{ color:#999; background-color: #eee; }  */
    27 INPUT[type="submit"], INPUT[type="reset"]  { color:#999; border: 1px solid #666; background-color: #444; padding: 1px 15px; }
     27.grp_action A, INPUT[type="submit"], INPUT[type="reset"]  { color:#999; border: 1px solid #666; background-color: #444; padding: 1px 15px; }
    2828
    2929h2 { color: #ccc; }
     
    7474/* borders */
    7575fieldset { border: 2px solid #333; }
    76 INPUT, SELECT, TEXTAREA { border: 1px solid #666; }
     76.grp_action A, INPUT, SELECT, TEXTAREA { border: 1px solid #666; }
    7777input:focus, select:focus, textarea:focus {
    7878        background-color: #444;
     
    212212#ui-datepicker-div .ui-datepicker-days-cell { background-color:#444; border:1px solid #222; border-top-color: #444; border-left-color: #444;}
    213213INPUT[type="text"].large  { width: 317px; }
    214 input[type="button"], input[type="submit"], input[type="reset"] {
     214.grp_action A, input[type="button"], input[type="submit"], input[type="reset"] {
    215215color:#ff3363; background-color:#222; border-color: #ff3363; }
    216 input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
     216.grp_action A:hover, input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
    217217color:#999; border-color: #666; }
    218218.bigbutton { background:transparent url(images/quickLocalSync_inactiv.png) no-repeat scroll left top; display: block;
Note: See TracChangeset for help on using the changeset viewer.