Ticket #29158: 29158.borders.1.diff
File 29158.borders.1.diff, 3.5 KB (added by , 9 years ago) |
---|
-
src/wp-admin/css/customize-controls.css
48 48 49 49 #customize-controls .customize-info { 50 50 border: none; 51 border-top: 1px solid #ddd;52 51 border-bottom: 1px solid #ddd; 53 52 margin-bottom: 15px; 54 53 } … … 166 165 #customize-controls .control-section .accordion-section-title:hover, 167 166 #customize-controls .control-section.open .accordion-section-title, 168 167 #customize-controls .control-section .accordion-section-title:focus { 169 color: # 23282d;168 color: #191e23; 170 169 background: #f5f5f5; 170 border-bottom: 1px solid #ccc; 171 border-top: 1px solid #ccc; 172 margin-top: -1px; 171 173 } 172 174 175 .in-sub-panel #customize-theme-controls > ul > .control-section:hover > .accordion-section-title, 176 .in-sub-panel #customize-theme-controls > ul > .control-section.open > .accordion-section-title, 177 .in-themes-panel #customize-controls .control-section:hover > .accordion-section-title { 178 margin-top: 0; 179 } 180 181 +#accordion-section-themes + .control-section { 182 border-top: 1px solid #ddd; 183 } 184 173 185 .js .control-section:hover .accordion-section-title, 174 186 .js .control-section .accordion-section-title:hover, 175 187 .js .control-section.open .accordion-section-title, … … 182 194 #customize-theme-controls .control-section.open .accordion-section-title:after, 183 195 #customize-theme-controls .control-section .accordion-section-title:focus:after { 184 196 color: #23282d; 197 content: "\f344"; 198 right: 14px; 185 199 } 186 200 187 201 #customize-theme-controls .control-section.open { … … 356 370 #customize-controls .panel-meta.customize-info .accordion-section-title:hover { 357 371 background: #fff; 358 372 color: #555; 373 border-top: none; 374 border-bottom: none; 375 margin-top: 0; 359 376 } 360 377 361 378 .customize-controls-close:focus, … … 376 393 .customize-section-back:focus { 377 394 color: #23282d; 378 395 background: #f5f5f5; 396 border-right: 1px solid #ccc; 379 397 outline: none; 380 398 -webkit-box-shadow: none; 381 399 box-shadow: none; … … 389 407 left: 13px; 390 408 } 391 409 410 .customize-panel-back:hover:before, 411 .customize-panel-back:focus:before, 412 .customize-section-back:hover:before, 413 .customize-section-back:focus:before { 414 content: "\f340"; 415 left: 17px; 416 } 417 392 418 .customize-panel-back:before, 393 419 .customize-section-back:before { 394 420 font: normal 20px/69px dashicons; … … 1008 1034 animation: customize-reload .75s; 1009 1035 } 1010 1036 1011 .control-section-themes .accordion-section-title { 1037 #customize-theme-controls .control-section-themes .accordion-section-title:hover, /* Not a focusable element. */ 1038 #customize-theme-controls .control-section-themes .accordion-section-title { 1012 1039 cursor: default; 1040 background: #fff; 1041 color: #555; 1042 border-top: 1px solid #ddd; 1043 border-bottom: 1px solid #ddd; 1044 margin-top: 0; 1013 1045 } 1014 1046 1015 #customize-theme-controls .control-section-themes .accordion-section-title:hover, 1016 #customize-theme-controls .control-section-themes .accordion-section-title:focus { 1017 color: #555; 1018 background-color: #fff; 1047 #customize-theme-controls .control-section-themes .customize-themes-panel .accordion-section-title:first-child:hover, /* Not a focusable element. */ 1048 #customize-theme-controls .control-section-themes .customize-themes-panel .accordion-section-title:first-child { 1049 border-top: 0; 1019 1050 } 1020 1051 1021 .control-section-themes .accordion-section-title { 1052 #customize-theme-controls .control-section-themes > .accordion-section-title:hover, /* Not a focusable element. */ 1053 #customize-theme-controls .control-section-themes > .accordion-section-title { 1022 1054 margin: 15px 0; 1023 1055 } 1024 1056