Changeset 38602
- Timestamp:
- 09/14/2016 04:14:20 PM (8 years ago)
- Location:
- trunk/src/wp-admin/css
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/colors/_admin.scss
r36619 r38602 486 486 } 487 487 488 #customize-controls .control-section:hover > .accordion-section-title, 489 #customize-controls .control-section .accordion-section-title:hover, 490 #customize-controls .control-section.open .accordion-section-title, 491 #customize-controls .control-section .accordion-section-title:focus, 492 #available-widgets .widget-tpl:hover, 493 #available-widgets .widget-tpl.selected { 494 border-left-color: $highlight-color; 495 } 496 488 497 /* Responsive Component */ 489 498 -
trunk/src/wp-admin/css/customize-controls.css
r38503 r38602 50 50 #customize-controls .customize-info { 51 51 border: none; 52 border-top: 1px solid #ddd;53 52 border-bottom: 1px solid #ddd; 54 53 margin-bottom: 15px; … … 157 156 background-color: #fff; 158 157 border-bottom: 1px solid #eee; 158 border-left: 4px solid #fff; 159 159 } 160 160 … … 173 173 #customize-controls .control-section.open .accordion-section-title, 174 174 #customize-controls .control-section .accordion-section-title:focus { 175 color: # 23282d;175 color: #191e23; 176 176 background: #f5f5f5; 177 border-left: 4px solid #0073aa; 178 } 179 180 #accordion-section-themes + .control-section { 181 border-top: 1px solid #ddd; 177 182 } 178 183 … … 202 207 #customize-theme-controls .control-section:last-of-type > .accordion-section-title { 203 208 border-bottom-color: #ddd; 209 } 210 211 #customize-theme-controls .control-panel-content .control-section:nth-child(2), 212 #customize-theme-controls .control-panel-nav_menus .control-section:nth-child(3) { 213 border-top: 1px solid #ddd; 204 214 } 205 215 … … 363 373 background: #fff; 364 374 color: #555; 375 border-left: none; 365 376 } 366 377 … … 977 988 } 978 989 979 .control-section-themes .accordion-section-title { 990 #customize-theme-controls .control-section-themes .accordion-section-title:hover, /* Not a focusable element. */ 991 #customize-theme-controls .control-section-themes .accordion-section-title { 980 992 cursor: default; 981 } 982 983 #customize-theme-controls .control-section-themes .accordion-section-title:hover, 984 #customize-theme-controls .control-section-themes .accordion-section-title:focus { 993 background: #fff; 985 994 color: #555; 986 background-color: #fff; 987 } 988 989 .control-section-themes .accordion-section-title { 995 border-top: 1px solid #ddd; 996 border-bottom: 1px solid #ddd; 997 border-left: none; 998 margin-top: 0; 999 } 1000 1001 #customize-theme-controls .control-section-themes .customize-themes-panel .accordion-section-title:first-child:hover, /* Not a focusable element. */ 1002 #customize-theme-controls .control-section-themes .customize-themes-panel .accordion-section-title:first-child { 1003 border-top: 0; 1004 } 1005 1006 #customize-theme-controls .control-section-themes > .accordion-section-title:hover, /* Not a focusable element. */ 1007 #customize-theme-controls .control-section-themes > .accordion-section-title { 990 1008 margin: 15px 0; 991 1009 } … … 1445 1463 background: #fff; 1446 1464 border-bottom: 1px solid #e5e5e5; 1465 border-left: 4px solid #fff; 1447 1466 cursor: pointer; 1448 1467 display: none; -
trunk/src/wp-admin/css/customize-nav-menus.css
r38436 r38602 1 # accordion-section-menu_locations {1 #customize-theme-controls #accordion-section-menu_locations { 2 2 position: relative; 3 3 margin-bottom: 15px; 4 } 5 6 #customize-theme-controls #accordion-section-menu_locations > .accordion-section-title { 7 border-bottom-color: #ddd; 4 8 } 5 9 … … 810 814 /* Add/delete Menus */ 811 815 816 #customize-theme-controls .control-panel-content .control-section-nav_menu:nth-last-child(2) .accordion-section-title { 817 border-bottom-color: #ddd; 818 } 819 812 820 /* @todo update selector */ 813 821 #accordion-section-add_menu { 814 822 margin: 15px 12px; 823 overflow: hidden; 815 824 } 816 825 -
trunk/src/wp-admin/css/customize-widgets.css
r36959 r38602 230 230 #available-widgets .widget-tpl:hover, 231 231 #available-widgets .widget-tpl.selected { 232 background: # eee;232 background: #f5f5f5; 233 233 border-bottom-color: #ccc; 234 border-left: 4px solid #0073aa; 234 235 } 235 236 -
trunk/src/wp-admin/css/themes.css
r38520 r38602 1488 1488 bottom: 0; 1489 1489 left: 0; 1490 width: 300px;1490 width: 299px; 1491 1491 height: 45px; 1492 1492 border-top: 1px solid #ddd;
Note: See TracChangeset
for help on using the changeset viewer.