Changeset 44191 for branches/5.0
- Timestamp:
- 12/14/2018 08:10:32 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-content/themes/twentyeleven/blocks.css
r43870 r44191 233 233 234 234 .wp-block-button .wp-block-button__link { 235 background: #222;236 235 border: none; 237 236 -moz-border-radius: 3px; … … 240 239 -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3); 241 240 box-shadow: 0px 1px 2px rgba(0,0,0,0.3); 242 color: #eee;243 241 cursor: pointer; 244 242 font-size: 15px; … … 248 246 } 249 247 250 .wp-block-button .wp-block-button__link:active { 248 .wp-block-button__link { 249 background: #222; 250 color: #eee; 251 } 252 253 .wp-block-button__link:active { 251 254 background: #1982d1; 252 255 color: #bfddf3;
Note: See TracChangeset
for help on using the changeset viewer.