Changeset 39249
- Timestamp:
- 11/15/2016 06:10:16 PM (8 years ago)
- Location:
- trunk/src/wp-admin/css
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/colors/_admin.scss
r39141 r39249 468 468 } 469 469 470 /* Customize */471 472 #customize-theme-controls .widget-area-select .selected {473 background-color: $menu-highlight-background;474 color: $menu-highlight-text;475 }476 477 #customize-footer-actions .devices button:focus {478 border-bottom-color: $highlight-color;479 }480 481 #customize-controls .control-section:hover > .accordion-section-title,482 #customize-controls .control-section .accordion-section-title:hover,483 #customize-controls .control-section.open .accordion-section-title,484 #customize-controls .control-section .accordion-section-title:focus,485 #available-widgets .widget-tpl:hover,486 #available-widgets .widget-tpl.selected {487 border-left-color: $highlight-color;488 }489 490 470 /* Responsive Component */ 491 471 -
trunk/src/wp-admin/css/customize-controls.css
r39229 r39249 22 22 23 23 #customize-controls .description { 24 color: #555 ;24 color: #555d66; 25 25 } 26 26 … … 83 83 #customize-controls .customize-info .accordion-section-title { 84 84 background: #fff; 85 color: #555 ;85 color: #555d66; 86 86 border-left: none; 87 87 border-right: none; … … 93 93 #customize-controls .customize-info .accordion-section-title:hover:after, 94 94 #customize-controls .customize-info .accordion-section-title:focus:after { 95 color: #3 33;95 color: #32373c; 96 96 } 97 97 … … 135 135 -webkit-appearance: none; 136 136 background: transparent; 137 color: #555 ;137 color: #555d66; 138 138 border: none; 139 139 } … … 154 154 #customize-controls .customize-info .customize-section-description, 155 155 #customize-controls .no-widget-areas-rendered-notice { 156 color: #555 ;156 color: #555d66; 157 157 display: none; 158 158 background: #fff; … … 188 188 189 189 #customize-theme-controls .accordion-section-title { 190 color: #555 ;190 color: #555d66; 191 191 background-color: #fff; 192 border-bottom: 1px solid # eee;192 border-bottom: 1px solid #ddd; 193 193 border-left: 4px solid #fff; 194 transition: .15s color ease-in-out, 195 .15s background-color ease-in-out, 196 .15s border-color ease-in-out; 194 197 } 195 198 … … 206 209 207 210 #customize-theme-controls .accordion-section-content { 208 color: #555 ;211 color: #555d66; 209 212 background: transparent; 210 213 } … … 214 217 #customize-controls .control-section.open .accordion-section-title, 215 218 #customize-controls .control-section .accordion-section-title:focus { 216 color: # 191e23;217 background: #f 5f5f5;218 border-left : 4px solid#0073aa;219 color: #0073aa; 220 background: #f3f3f5; 221 border-left-color: #0073aa; 219 222 } 220 223 … … 227 230 .js .control-section.open .accordion-section-title, 228 231 .js .control-section .accordion-section-title:focus { 229 background: #f 5f5f5;232 background: #f3f3f5; 230 233 } 231 234 … … 234 237 #customize-theme-controls .control-section.open .accordion-section-title:after, 235 238 #customize-theme-controls .control-section .accordion-section-title:focus:after { 236 color: # 23282d;239 color: #0073aa; 237 240 } 238 241 … … 414 417 margin: 0; 415 418 line-height: 21px; 416 color: #555 ;419 color: #555d66; 417 420 } 418 421 … … 438 441 left: 0; 439 442 width: 45px; 440 height: 4 5px;443 height: 41px; 441 444 padding: 0 2px 0 0; 442 445 background: #eee; 443 446 border: none; 447 border-top: 4px solid #eee; 444 448 border-right: 1px solid #ddd; 445 449 color: #444; 446 450 text-align: left; 447 451 cursor: pointer; 448 -webkit-transition: color .1s ease-in-out, background .1s ease-in-out; 449 transition: color .1s ease-in-out, background .1s ease-in-out; 452 -webkit-transition: color .15s ease-in-out, 453 border-color .15s ease-in-out, 454 background .15s ease-in-out; 455 transition: color .1s ease-in-out, 456 border-color .15s ease-in-out, 457 background .15s ease-in-out; 450 458 -webkit-box-sizing: content-box; 451 459 -moz-box-sizing: content-box; … … 464 472 border: none; 465 473 border-right: 1px solid #ddd; 474 border-left: 4px solid #fff; 466 475 -webkit-box-shadow: none; 467 476 box-shadow: none; 468 477 cursor: pointer; 469 -webkit-transition: color .1s ease-in-out, background .1s ease-in-out; 470 transition: color .1s ease-in-out, background .1s ease-in-out; 478 -webkit-transition: color .15s ease-in-out, 479 border-color .15s ease-in-out, 480 background .15s ease-in-out; 481 transition: color .15s ease-in-out, 482 border-color .15s ease-in-out, 483 background .15s ease-in-out; 471 484 } 472 485 … … 491 504 #customize-controls .cannot-expand:hover .accordion-section-title { 492 505 background: #fff; 493 color: #555 ;506 color: #555d66; 494 507 border-left-color: #fff; 495 508 } … … 499 512 .customize-controls-preview-toggle:focus, 500 513 .customize-controls-preview-toggle:hover { 501 background: # ddd;502 border-color: #ccc;503 color: #000;514 background: #fff; 515 color: #0073aa; 516 border-top-color: #0073aa; 504 517 outline: none; 505 518 -webkit-box-shadow: none; 506 519 box-shadow: none; 507 520 } 521 508 522 509 523 .customize-panel-back:hover, … … 511 525 .customize-section-back:hover, 512 526 .customize-section-back:focus { 513 color: #23282d; 514 background: #f5f5f5; 527 color: #0073aa; 528 background: #f3f3f5; 529 border-left-color: #0073aa; 515 530 outline: none; 516 531 -webkit-box-shadow: none; … … 522 537 content: "\f335"; 523 538 position: relative; 524 top: 1px;539 top: -3px; 525 540 left: 13px; 526 541 } … … 531 546 content: "\f341"; 532 547 position: relative; 533 left: 13px;548 left: 9px; 534 549 } 535 550 … … 891 906 892 907 .customize-control-color .dropdown .dropdown-content { 893 background-color: #555 ;908 background-color: #555d66; 894 909 border: 1px solid rgba(0, 0, 0, 0.15); 895 910 } … … 975 990 position: absolute; 976 991 width: 100%; 977 color: #555 ;992 color: #555d66; 978 993 white-space: nowrap; 979 994 text-overflow: ellipsis; … … 1030 1045 font-size: 20px; 1031 1046 color: #fff; 1032 background: #555 ;1047 background: #555d66; 1033 1048 background: rgba(0, 0, 0, 0.5); 1034 1049 position: absolute; … … 1211 1226 cursor: default; 1212 1227 background: #fff; 1213 color: #555 ;1228 color: #555d66; 1214 1229 border-top: 1px solid #ddd; 1215 1230 border-bottom: 1px solid #ddd; … … 1761 1776 border-bottom: 1px solid #ddd; 1762 1777 border-left: 4px solid #fff; 1778 transition: .15s color ease-in-out, 1779 .15s background-color ease-in-out, 1780 .15s border-color ease-in-out; 1763 1781 cursor: pointer; 1764 1782 display: none; … … 1836 1854 border: 0; 1837 1855 border-right: 1px solid #ddd; 1838 color: # 444;1856 color: #555d66; 1839 1857 cursor: pointer; 1840 1858 -webkit-transition: color .1s ease-in-out, background .1s ease-in-out; … … 1917 1935 margin: 0; 1918 1936 line-height: 24px; 1919 color: #555 ;1937 color: #555d66; 1920 1938 display: block; 1921 1939 overflow: hidden; -
trunk/src/wp-admin/css/customize-widgets.css
r38602 r39249 230 230 #available-widgets .widget-tpl:hover, 231 231 #available-widgets .widget-tpl.selected { 232 background: #f 5f5f5;232 background: #f3f3f5; 233 233 border-bottom-color: #ccc; 234 color: #0073aa; 234 235 border-left: 4px solid #0073aa; 235 236 } -
trunk/src/wp-admin/css/themes.css
r39214 r39249 1642 1642 border-top: 1px solid transparent; 1643 1643 border-bottom: 4px solid transparent; 1644 -webkit-transition: background .1s ease-in-out; 1645 transition: background .1s ease-in-out; 1644 transition: .15s color ease-in-out, 1645 .15s background-color ease-in-out, 1646 .15s border-color ease-in-out; 1646 1647 } 1647 1648 … … 1671 1672 } 1672 1673 1673 .wp-full-overlay-footer .devices button:focus {1674 background-color: #fff; 1674 .wp-full-overlay-footer .devices button:focus, 1675 .wp-full-overlay-footer .devices button.active:hover { 1675 1676 border-bottom-color: #0073aa; 1676 1677 } 1677 1678 1678 .wp-full-overlay-footer .devices button.active:before, 1679 .wp-full-overlay-footer .devices button.active:before { 1680 color: #191e23; 1681 } 1682 1679 1683 .wp-full-overlay-footer .devices button:hover:before, 1680 1684 .wp-full-overlay-footer .devices button:focus:before { 1681 color: # 191e23;1685 color: #0073aa; 1682 1686 } 1683 1687
Note: See TracChangeset
for help on using the changeset viewer.