Ticket #29158: 29158.left-border.1.diff
File 29158.left-border.1.diff, 6.7 KB (added by , 9 years ago) |
---|
-
src/wp-admin/css/colors/_admin.scss
485 485 border-bottom-color: $highlight-color; 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 .customize-panel-back:hover, 493 .customize-panel-back:focus, 494 .customize-section-back:hover, 495 .customize-section-back:focus, 496 #available-widgets .widget-tpl:hover, 497 #available-widgets .widget-tpl.selected { 498 border-left-color: $highlight-color; 499 } 500 488 501 /* Responsive Component */ 489 502 490 503 div#wp-responsive-toggle a:before { -
src/wp-admin/css/customize-controls.css
49 49 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; 55 54 } … … 156 155 color: #555; 157 156 background-color: #fff; 158 157 border-bottom: 1px solid #eee; 158 border-left: 4px solid #fff; 159 159 } 160 160 161 161 #customize-theme-controls .accordion-section-title:after { … … 172 172 #customize-controls .control-section .accordion-section-title:hover, 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; 177 178 } 178 179 180 #accordion-section-themes + .control-section { 181 border-top: 1px solid #ddd; 182 } 183 179 184 .js .control-section:hover .accordion-section-title, 180 185 .js .control-section .accordion-section-title:hover, 181 186 .js .control-section.open .accordion-section-title, … … 203 208 border-bottom-color: #ddd; 204 209 } 205 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; 214 } 215 206 216 #customize-theme-controls > ul { 207 217 margin: 0; 208 218 } … … 330 340 background: #fff; 331 341 border: none; 332 342 border-right: 1px solid #ddd; 343 border-left: 4px solid #fff; 333 344 -webkit-box-shadow: none; 334 345 box-shadow: none; 335 346 cursor: pointer; … … 362 373 #customize-controls .panel-meta.customize-info .accordion-section-title:hover { 363 374 background: #fff; 364 375 color: #555; 376 border-left: none; 365 377 } 366 378 367 379 .customize-controls-close:focus, … … 368 380 .customize-controls-close:hover, 369 381 .customize-controls-preview-toggle:focus, 370 382 .customize-controls-preview-toggle:hover { 371 background: # ddd;383 background: #fff; 372 384 border-color: #ccc; 373 color: # 000;385 color: #191e23; 374 386 outline: none; 375 387 -webkit-box-shadow: none; 376 388 box-shadow: none; 377 389 } 378 390 391 392 .customize-controls-close:focus, 393 .customize-controls-preview-toggle:focus { 394 text-decoration: underline; 395 } 396 379 397 .customize-panel-back:hover, 380 398 .customize-panel-back:focus, 381 399 .customize-section-back:hover, 382 400 .customize-section-back:focus { 383 color: # 23282d;401 color: #191e23; 384 402 background: #f5f5f5; 403 border-left: 4px solid #0073aa; 385 404 outline: none; 386 405 -webkit-box-shadow: none; 387 406 box-shadow: none; … … 400 419 font: normal 20px/72px dashicons; 401 420 content: "\f341"; 402 421 position: relative; 403 left: 13px;422 left: 9px; 404 423 } 405 424 406 425 .wp-full-overlay-sidebar .wp-full-overlay-header { … … 976 995 animation: customize-reload .75s; 977 996 } 978 997 979 .control-section-themes .accordion-section-title { 998 #customize-theme-controls .control-section-themes .accordion-section-title:hover, /* Not a focusable element. */ 999 #customize-theme-controls .control-section-themes .accordion-section-title { 980 1000 cursor: default; 1001 background: #fff; 1002 color: #555; 1003 border-top: 1px solid #ddd; 1004 border-bottom: 1px solid #ddd; 1005 border-left: none; 1006 margin-top: 0; 981 1007 } 982 1008 983 #customize-theme-controls .control-section-themes .accordion-section-title:hover, 984 #customize-theme-controls .control-section-themes .accordion-section-title:focus { 985 color: #555; 986 background-color: #fff; 1009 #customize-theme-controls .control-section-themes .customize-themes-panel .accordion-section-title:first-child:hover, /* Not a focusable element. */ 1010 #customize-theme-controls .control-section-themes .customize-themes-panel .accordion-section-title:first-child { 1011 border-top: 0; 987 1012 } 988 1013 989 .control-section-themes .accordion-section-title { 1014 #customize-theme-controls .control-section-themes > .accordion-section-title:hover, /* Not a focusable element. */ 1015 #customize-theme-controls .control-section-themes > .accordion-section-title { 990 1016 margin: 15px 0; 991 1017 } 992 1018 … … 1444 1470 padding: 20px 15px 20px 60px; 1445 1471 background: #fff; 1446 1472 border-bottom: 1px solid #e5e5e5; 1473 border-left: 4px solid #fff; 1447 1474 cursor: pointer; 1448 1475 display: none; 1449 1476 } -
src/wp-admin/css/customize-nav-menus.css
1 # accordion-section-menu_locations {1 #customize-theme-controls #accordion-section-menu_locations { 2 2 position: relative; 3 3 margin-bottom: 15px; 4 4 } 5 5 6 #customize-theme-controls #accordion-section-menu_locations > .accordion-section-title { 7 border-bottom-color: #ddd; 8 } 9 6 10 .menu-in-location, 7 11 .menu-in-locations { 8 12 display: block; … … 809 813 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 817 826 .new-menu-section-content { -
src/wp-admin/css/customize-widgets.css
229 229 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 236 237 #customize-controls .widget-title h3 { -
src/wp-admin/css/themes.css
1485 1485 position: fixed; 1486 1486 bottom: 0; 1487 1487 left: 0; 1488 width: 300px;1488 width: 299px; 1489 1489 height: 45px; 1490 1490 border-top: 1px solid #ddd; 1491 1491 background: #eee;