Changeset 31598
- Timestamp:
- 03/02/2015 01:17:26 AM (10 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/press-this.css
r31583 r31598 313 313 * Pushing buttons is what I do. 314 314 */ 315 .button-primary, 315 316 316 .button-subtle, 317 317 .scan-submit { … … 331 331 } 332 332 333 .button-primary {334 background: #2ea2cc;335 border-color: #2581a2;336 color: #fff;337 }338 339 .button-primary:hover,340 .button-primary:focus {341 background: #2991b7;342 border-color: #20708e;343 color: #fff;344 outline: 0;345 }346 347 .button-primary:active {348 background: #2581a2;349 border-color: #20708e;350 color: #fff;351 }352 353 .button-primary[disabled],354 .button-primary:disabled {355 color: #c7ced1 !important;356 background: #2688ab !important;357 border-color: #20708e !important;358 }359 360 .button-primary:visited {361 color: #fff;362 }363 364 333 .button-subtle { 365 334 background: none; … … 395 364 .button-reset:focus { 396 365 outline: 0; 366 } 367 368 .button-link { 369 margin: 0; 370 padding: 0; 371 border: 0; 372 background: none; 373 color: #0074a2; 374 cursor: pointer; 375 -webkit-appearance: none; 376 } 377 378 .button-link:hover, 379 .button-link:active, 380 .button-link:focus { 381 color: #2ea2cc; 382 text-decoration: underline; 397 383 } 398 384 … … 668 654 -webkit-border-radius: 0; 669 655 border-radius: 0; 656 margin: 0; 670 657 padding: 0 16px; 671 658 background: #f7f7f7; 672 659 border-left: 1px solid #f1f1f1; 660 -webkit-box-shadow: none; 661 box-shadow: none; 673 662 } 674 663 … … 680 669 border-color: #20708e; 681 670 color: #fff; 671 -webkit-box-shadow: none; 672 box-shadow: none; 682 673 } 683 674 -
trunk/src/wp-includes/css/buttons.css
r29466 r31598 341 341 /* Reset responsive styles in Press This, Customizer */ 342 342 343 .wp-core-ui.wp-customizer .button, 344 .press-this.wp-core-ui .button, 345 .press-this input#publish, 346 .press-this input#save-post, 347 .press-this a.preview { 343 .wp-core-ui.wp-customizer .button { 348 344 padding: 0 10px 1px; 349 345 font-size: 13px;
Note: See TracChangeset
for help on using the changeset viewer.