Ticket #45429: 45429.patch
File 45429.patch, 945 bytes (added by , 6 years ago) |
---|
-
src/wp-content/themes/twentyfourteen/css/blocks.css
221 221 /* Buttons */ 222 222 223 223 .wp-block-button .wp-block-button__link { 224 background-color: #24890d;225 224 border: 0; 226 225 border-radius: 2px; 227 color: #fff;228 226 font-size: 12px; 229 227 font-weight: 700; 230 228 line-height: 15px; … … 233 231 vertical-align: bottom; 234 232 } 235 233 236 .wp-block-button .wp-block-button__link:hover, 237 .wp-block-button .wp-block-button__link:focus { 234 .wp-block-button__link { 235 background-color: #24890d; 236 color: #fff; 237 } 238 239 .wp-block-button__link:hover, 240 .wp-block-button__link:focus { 238 241 background-color: #41a62a; 242 color: #fff; 239 243 } 240 244 241 .wp-block-button .wp-block-button__link:active {245 .wp-block-button__link:active { 242 246 background-color: #55d737; 243 247 } 244 248