Ticket #1990: meta-1990.patch
File meta-1990.patch, 905 bytes (added by , 8 years ago) |
---|
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/style.css
161 161 margin-top: 0; 162 162 } 163 163 164 #bbpress-forums .bbp-submit-wrapper .button { 164 #bbpress-forums .bbp-submit-wrapper .button, 165 #bbpress-forums .submit .button { 165 166 display: inline-block; 166 167 text-decoration: none; 167 168 font-size: 12px; … … 184 185 background-image: linear-gradient(to bottom, #fefefe, #f4f4f4); 185 186 } 186 187 187 #bbpress-forums .bbp-submit-wrapper .button:hover { 188 #bbpress-forums .bbp-submit-wrapper .button:hover, 189 #bbpress-forums .submit .button:hover { 188 190 color: #222; 189 191 border-color: #999; 190 192 background: #f3f3f3;