Changeset 6587
- Timestamp:
- 06/19/2017 06:55:53 AM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/templates/default/css/bbpress.css (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/templates/default/css/bbpress.css
r6578 r6587 668 668 #bbpress-forums fieldset.bbp-form { 669 669 clear: left; 670 }671 672 #bbpress-forums fieldset.bbp-form {673 670 border: 1px solid #eee; 674 671 padding: 10px 20px; … … 678 675 #bbpress-forums fieldset.bbp-form legend { 679 676 padding: 5px; 677 width: auto; 678 border: none; 680 679 } 681 680 … … 796 795 } 797 796 798 #bbpress-forums div.bbp-the-content-wrapper input { 799 font-size: 12px; 800 padding: 5px; 801 margin: 0 2px 0 0; 802 line-height: 1; 797 #bbpress-forums div.bbp-the-content-wrapper input[type="button"] { 798 padding: 5px 7px; 799 margin: 0 -1px 0 0; 800 line-height: 1rem; 801 border: 1px solid transparent; 802 background-color: transparent; 803 box-shadow: none; 804 border-radius: 0; 805 text-transform: uppercase; 806 font-size: 11px; 807 } 808 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 803 816 } 804 817
Note: See TracChangeset
for help on using the changeset viewer.