Ticket #29158: 29158.borders.diff
File 29158.borders.diff, 3.5 KB (added by , 10 years ago) |
---|
-
src/wp-admin/css/customize-controls.css
52 52 53 53 #customize-controls .customize-info { 54 54 border: none; 55 border-top: 1px solid #ddd;56 55 border-bottom: 1px solid #ddd; 57 56 margin-bottom: 15px; 58 57 } … … 174 173 #customize-controls .control-section .accordion-section-title:hover, 175 174 #customize-controls .control-section.open .accordion-section-title, 176 175 #customize-controls .control-section .accordion-section-title:focus { 177 color: # 23282d;176 color: #191e23; 178 177 background: #f5f5f5; 178 border-bottom: 1px solid #ccc; 179 border-top: 1px solid #ccc; 180 margin-top: -1px; 179 181 } 180 182 183 .in-sub-panel #customize-theme-controls > ul > .control-section:hover > .accordion-section-title, 184 .in-sub-panel #customize-theme-controls > ul > .control-section.open > .accordion-section-title, 185 .in-themes-panel #customize-controls .control-section:hover > .accordion-section-title { 186 margin-top: 0; 187 } 188 189 #accordion-section-themes + .control-section { 190 border-top: 1px solid #ddd; 191 } 192 181 193 .js .control-section:hover .accordion-section-title, 182 194 .js .control-section .accordion-section-title:hover, 183 195 .js .control-section.open .accordion-section-title, … … 190 202 #customize-theme-controls .control-section.open .accordion-section-title:after, 191 203 #customize-theme-controls .control-section .accordion-section-title:focus:after { 192 204 color: #23282d; 205 content: "\f344"; 206 right: 14px; 193 207 } 194 208 195 209 #customize-theme-controls .control-section.open { … … 386 400 #customize-controls .panel-meta.customize-info .accordion-section-title:hover { 387 401 background: #fff; 388 402 color: #555; 403 border-top: none; 404 border-bottom: none; 405 margin-top: 0; 389 406 } 390 407 391 408 .customize-overlay-close:focus, … … 410 427 .customize-section-back:focus { 411 428 color: #23282d; 412 429 background: #f5f5f5; 430 border-right: 1px solid #ccc; 413 431 outline: none; 414 432 -webkit-box-shadow: none; 415 433 box-shadow: none; … … 432 450 left: 13px; 433 451 } 434 452 453 .customize-panel-back:hover:before, 454 .customize-panel-back:focus:before, 455 .customize-section-back:hover:before, 456 .customize-section-back:focus:before { 457 content: "\f340"; 458 left: 17px; 459 } 460 435 461 .control-panel-back:before { 436 462 font: normal 20px/45px dashicons; 437 463 content: "\f341"; … … 1028 1054 animation: customize-reload .75s; 1029 1055 } 1030 1056 1031 .control-section-themes .accordion-section-title { 1057 #customize-theme-controls .control-section-themes .accordion-section-title:hover, /* Not a focusable element. */ 1058 #customize-theme-controls .control-section-themes .accordion-section-title { 1032 1059 cursor: default; 1060 background: #fff; 1061 color: #555; 1062 border-top: 1px solid #ddd; 1063 border-bottom: 1px solid #ddd; 1064 margin-top: 0; 1033 1065 } 1034 1066 1035 #customize-theme-controls .control-section-themes .accordion-section-title:hover, 1036 #customize-theme-controls .control-section-themes .accordion-section-title:focus { 1037 color: #555; 1038 background-color: #fff; 1067 #customize-theme-controls .control-section-themes .customize-themes-panel .accordion-section-title:first-child:hover, /* Not a focusable element. */ 1068 #customize-theme-controls .control-section-themes .customize-themes-panel .accordion-section-title:first-child { 1069 border-top: 0; 1039 1070 } 1040 1071 1041 .control-section-themes .accordion-section-title { 1072 #customize-theme-controls .control-section-themes > .accordion-section-title:hover, /* Not a focusable element. */ 1073 #customize-theme-controls .control-section-themes > .accordion-section-title { 1042 1074 margin: 15px 0; 1043 1075 } 1044 1076