Changeset 6588
- Timestamp:
- 06/19/2017 06:58:29 AM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/templates/default/css/bbpress.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/templates/default/css/bbpress.css
r6587 r6588 798 798 padding: 5px 7px; 799 799 margin: 0 -1px 0 0; 800 line-height: 1 rem;800 line-height: 1; 801 801 border: 1px solid transparent; 802 802 background-color: transparent; … … 808 808 809 809 #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); 816 812 } 817 813
Note: See TracChangeset
for help on using the changeset viewer.