Skip to:
Content

bbPress.org

Changeset 6588


Ignore:
Timestamp:
06/19/2017 06:58:29 AM (9 years ago)
Author:
johnjamesjacoby
Message:

Styling: Clean-up default styling to pass style linting rules.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/templates/default/css/bbpress.css

    r6587 r6588  
    798798    padding: 5px 7px;
    799799    margin: 0 -1px 0 0;
    800     line-height: 1rem;
     800    line-height: 1;
    801801    border: 1px solid transparent;
    802802    background-color: transparent;
     
    808808
    809809#bbpress-forums div.bbp-the-content-wrapper input[type="button"]:hover {
    810     border-color: rgba(0,0,0,0.1);
    811     background-color: rgba(255,255,255,0.5);
    812 }
    813 
    814 #bbpress-forums div.bbp-the-content-wrapper input[type="button"]:focus {
    815    
     810    border-color: rgba(0, 0, 0, 0.1);
     811    background-color: rgba(255, 255, 255, 0.5);
    816812}
    817813
Note: See TracChangeset for help on using the changeset viewer.