Skip to:
Content

BuddyPress.org

Changeset 3047


Ignore:
Timestamp:
06/11/2010 03:29:27 AM (15 years ago)
Author:
johnjamesjacoby
Message:

Addresses #1566. Add styling to reset buttons. Mostly for child themes and custom components that use these.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/bp-themes/bp-default/_inc/css/default.css

    r2831 r3047  
    645645-------------------------------------------------------------- */
    646646
    647 a.button, input[type=submit], input[type=button],
     647a.button, input[type=submit], input[type=button],input[type=reset]
    648648ul.button-nav li a, div.generic-button a {
    649649    background: url( ../images/white-grad.png ) top left repeat-x;
     
    660660    cursor: pointer;
    661661}
    662     a.button:hover, a.button:focus, input[type=submit]:hover, input[type=button]:hover,
     662    a.button:hover, a.button:focus, input[type=submit]:hover, input[type=button]:hover,input[type=reset]:hover,
    663663    ul.button-nav li a:hover, ul.button-nav li.current a,
    664664    div.generic-button a:hover {
Note: See TracChangeset for help on using the changeset viewer.