Changeset 2871

Show
Ignore:
Timestamp:
11/24/08 10:43:55 (7 weeks ago)
Author:
RandyWalker
Message:

Removing button styles due to usability issues.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/htdocs/system/admin/css/admin.css

    r2861 r2871  
    350350#page .container h3 a { 
    351351    font-weight: bold; 
    352 } 
    353  
    354 #page input[type="button"], #page input[type="submit"], #page button { 
    355     padding: 2px 4px 2px 4px; 
    356     cursor: pointer; 
    357     -webkit-border-radius: 9px;     /* Webkit only supports up to 9px at present */ 
    358     -moz-border-radius: 9px; 
    359     font-size: 10px; 
    360     background: transparent url('../images/button_gradient.png') repeat-x; 
    361     border: 1px solid #999; 
    362 } 
    363  
    364 #page input[type="button"]:hover, #page input[type="submit"]:hover, #page button:hover { 
    365     background: url('../images/button_gradient_hover.png') repeat-x; 
    366     border: 1px solid #555; 
    367352} 
    368353