[ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Summary view] [Print] [Text view]
1 /*! This file is auto-generated */ 2 #customize-theme-controls #accordion-section-menu_locations { 3 position: relative; 4 margin-top: 30px; 5 } 6 7 #customize-theme-controls #accordion-section-menu_locations > .accordion-section-title { 8 border-bottom-color: #dcdcde; 9 margin-top: 15px; 10 } 11 12 #customize-theme-controls .customize-section-title-nav_menus-heading, 13 #customize-theme-controls .customize-section-title-menu_locations-heading, 14 #customize-theme-controls .customize-section-title-menu_locations-description { 15 padding: 0 12px; 16 } 17 18 #customize-theme-controls .customize-control-description.customize-section-title-menu_locations-description { 19 /* Override the default italic style for control descriptions */ 20 font-style: normal; 21 } 22 23 .menu-in-location, 24 .menu-in-locations { 25 display: block; 26 font-weight: 600; 27 font-size: 10px; 28 } 29 30 #customize-controls .theme-location-set, 31 #customize-controls .control-section .accordion-section-title:focus .menu-in-location, 32 #customize-controls .control-section .accordion-section-title:hover .menu-in-location { 33 color: #50575e; 34 } 35 36 /* The `edit-menu` and `create-menu` buttons also use the `button-link` class. */ 37 .customize-control-nav_menu_location .edit-menu, 38 .customize-control-nav_menu_location .create-menu { 39 margin-right: 6px; 40 vertical-align: middle; 41 line-height: 2.2; 42 } 43 44 #customize-controls .customize-control-nav_menu_name { 45 margin-bottom: 12px; 46 } 47 48 .customize-control-nav_menu_name p:last-of-type { 49 margin-bottom: 0; 50 } 51 52 #customize-new-menu-submit { 53 float: left; 54 min-width: 85px; 55 } 56 57 .wp-customizer .menu-item-bar .menu-item-handle, 58 .wp-customizer .menu-item-settings, 59 .wp-customizer .menu-item-settings .description-thin { 60 box-sizing: border-box; 61 } 62 63 .wp-customizer .menu-item-bar { 64 margin: 0; 65 } 66 67 .wp-customizer .menu-item-bar .menu-item-handle { 68 width: 100%; 69 max-width: 100%; 70 background: #fff; 71 } 72 73 .wp-customizer .menu-item-handle .item-title { 74 margin-left: 0; 75 } 76 77 .wp-customizer .menu-item-handle .item-type { 78 padding: 1px 5px 0 21px; 79 float: left; 80 text-align: left; 81 } 82 83 .wp-customizer .menu-item-handle:hover { 84 z-index: 8; 85 } 86 87 .customize-control-nav_menu_item.has-notifications .menu-item-handle { 88 border-right: 4px solid #72aee6; 89 } 90 91 .wp-customizer .menu-item-settings { 92 max-width: 100%; 93 overflow: hidden; 94 z-index: 8; 95 padding: 10px; 96 background: #f0f0f1; 97 border: 1px solid #8c8f94; 98 border-top: none; 99 } 100 101 .wp-customizer .menu-item-settings .description-thin { 102 width: 100%; 103 height: auto; 104 margin: 0 0 8px; 105 } 106 107 .wp-customizer .menu-item-settings input[type="text"] { 108 width: 100%; 109 } 110 111 .wp-customizer .menu-item-settings .submitbox { 112 margin: 0; 113 padding: 0; 114 } 115 116 .wp-customizer .menu-item-settings .link-to-original { 117 padding: 5px 0; 118 border: none; 119 font-style: normal; 120 margin: 0; 121 width: 100%; 122 } 123 124 .wp-customizer .menu-item .submitbox .submitdelete { 125 float: right; 126 margin: 6px 0 0; 127 padding: 0; 128 cursor: pointer; 129 } 130 131 132 /** 133 * Menu items reordering styles 134 */ 135 136 .menu-item-reorder-nav { 137 display: none; 138 background-color: #fff; 139 position: absolute; 140 top: 0; 141 left: 0; 142 } 143 144 .menus-move-left:before { 145 content: "\f345"; 146 } 147 148 .menus-move-right:before { 149 content: "\f341"; 150 } 151 152 .reordering .menu-item .item-controls, 153 .reordering .menu-item .item-type { 154 display: none; 155 } 156 157 .reordering .menu-item-reorder-nav { 158 display: block; 159 } 160 161 .customize-control input.menu-name-field { 162 width: 100%; /* Override the 98% default for customizer inputs, to align with the size of menu items. */ 163 } 164 165 .wp-customizer .menu-item .item-edit { 166 position: absolute; 167 left: -19px; 168 top: 2px; 169 display: block; 170 width: 30px; 171 height: 38px; 172 margin-left: 0 !important; 173 box-shadow: none; 174 outline: none; 175 overflow: hidden; 176 cursor: pointer; 177 text-align: center; 178 } 179 180 .wp-customizer .menu-item.menu-item-edit-active .item-edit .toggle-indicator:before { 181 content: "\f142"; 182 } 183 184 .wp-customizer .menu-item-settings p.description { 185 font-style: normal; 186 } 187 188 .wp-customizer .menu-settings dl { 189 margin: 12px 0 0; 190 padding: 0; 191 } 192 193 .wp-customizer .menu-settings .checkbox-input { 194 margin-top: 8px; 195 } 196 197 .wp-customizer .menu-settings .menu-theme-locations { 198 border-top: 1px solid #c3c4c7; 199 } 200 201 .wp-customizer .menu-settings { 202 margin-top: 36px; 203 border-top: none; 204 } 205 206 .wp-customizer .menu-location-settings { 207 margin-top: 12px; 208 border-top: none; 209 } 210 211 .wp-customizer .control-section-nav_menu .menu-location-settings { 212 margin-top: 24px; 213 border-top: 1px solid #dcdcde; 214 } 215 216 .wp-customizer .control-section-nav_menu .menu-location-settings, 217 .customize-control-nav_menu_auto_add { 218 padding-top: 12px; 219 } 220 221 .menu-location-settings .customize-control-checkbox .theme-location-set { 222 line-height: 1; 223 } 224 225 .customize-control-nav_menu_auto_add label { 226 vertical-align: top; 227 } 228 229 .menu-location-settings .new-menu-locations-widget-note { 230 display: block; 231 } 232 233 .customize-control-menu { 234 margin-top: 4px; 235 } 236 237 #customize-controls .customize-info.open.active-menu-screen-options .customize-help-toggle { 238 color: #50575e; 239 } 240 241 /* Screen Options */ 242 .customize-screen-options-toggle { 243 background: none; 244 border: none; 245 color: #50575e; 246 cursor: pointer; 247 margin: 0; 248 padding: 20px; 249 position: absolute; 250 left: 0; 251 top: 30px; 252 } 253 254 #customize-controls .customize-info .customize-help-toggle { 255 padding: 20px; 256 } 257 258 #customize-controls .customize-info .customize-help-toggle:before { 259 padding: 4px; 260 } 261 262 .customize-screen-options-toggle:hover, 263 .customize-screen-options-toggle:active, 264 .customize-screen-options-toggle:focus, 265 .active-menu-screen-options .customize-screen-options-toggle, 266 #customize-controls .customize-info.open.active-menu-screen-options .customize-help-toggle:hover, 267 #customize-controls .customize-info.open.active-menu-screen-options .customize-help-toggle:active, 268 #customize-controls .customize-info.open.active-menu-screen-options .customize-help-toggle:focus { 269 color: #2271b1; 270 } 271 272 .customize-screen-options-toggle:focus, 273 #customize-controls .customize-info .customize-help-toggle:focus { 274 /* Only visible in Windows High Contrast mode */ 275 outline: 2px solid transparent; 276 } 277 278 .customize-screen-options-toggle:before { 279 -moz-osx-font-smoothing: grayscale; 280 border: none; 281 content: "\f111"; 282 display: block; 283 font: 18px/1 dashicons; 284 padding: 5px; 285 text-align: center; 286 text-decoration: none !important; 287 text-indent: 0; 288 right: 6px; 289 position: absolute; 290 top: 6px; 291 } 292 293 .customize-screen-options-toggle:focus:before, 294 #customize-controls .customize-info .customize-help-toggle:focus:before { 295 border-radius: 100%; 296 } 297 298 .wp-customizer #screen-options-wrap { 299 display: none; 300 background: #fff; 301 border-top: 1px solid #dcdcde; 302 padding: 4px 15px 15px; 303 } 304 305 .wp-customizer .metabox-prefs label { 306 display: block; 307 padding-left: 0; 308 line-height: 30px; 309 } 310 311 /* rework the arrow indicator implementation for NVDA bug same as #32715 */ 312 .wp-customizer .toggle-indicator { 313 display: inline-block; 314 font-size: 20px; 315 line-height: 1; 316 } 317 318 .rtl .wp-customizer .toggle-indicator { 319 text-indent: 1px; /* account for the dashicon alignment */ 320 } 321 322 .wp-customizer .menu-item .item-edit .toggle-indicator:before, 323 #available-menu-items .accordion-section-title .toggle-indicator:before { 324 content: "\f140"; 325 display: block; 326 padding: 1px 0 1px 2px; 327 speak: never; 328 border-radius: 50%; 329 color: #787c82; 330 font: normal 20px/1 dashicons; 331 -webkit-font-smoothing: antialiased; 332 -moz-osx-font-smoothing: grayscale; 333 text-decoration: none !important; 334 } 335 336 .control-section-nav_menu .field-link-target, 337 .control-section-nav_menu .field-title-attribute, 338 .control-section-nav_menu .field-css-classes, 339 .control-section-nav_menu .field-xfn, 340 .control-section-nav_menu .field-description { 341 display: none; 342 } 343 344 .control-section-nav_menu.field-link-target-active .field-link-target, 345 .control-section-nav_menu.field-title-attribute-active .field-title-attribute, 346 .control-section-nav_menu.field-css-classes-active .field-css-classes, 347 .control-section-nav_menu.field-xfn-active .field-xfn, 348 .control-section-nav_menu.field-description-active .field-description { 349 display: block; 350 } 351 352 /* WARNING: The 20px factor is hard-coded in JS. */ 353 .menu-item-depth-0 { margin-right: 0; } 354 .menu-item-depth-1 { margin-right: 20px; } 355 .menu-item-depth-2 { margin-right: 40px; } 356 .menu-item-depth-3 { margin-right: 60px; } 357 .menu-item-depth-4 { margin-right: 80px; } 358 .menu-item-depth-5 { margin-right: 100px; } 359 .menu-item-depth-6 { margin-right: 120px; } 360 .menu-item-depth-7 { margin-right: 140px; } 361 .menu-item-depth-8 { margin-right: 160px; } /* Not likely to be used or useful beyond this depth */ 362 .menu-item-depth-9 { margin-right: 180px; } 363 .menu-item-depth-10 { margin-right: 200px; } 364 .menu-item-depth-11 { margin-right: 220px; } 365 366 /* @todo handle .menu-item-settings width */ 367 .menu-item-depth-0 > .menu-item-bar { margin-left: 0; } 368 .menu-item-depth-1 > .menu-item-bar { margin-left: 20px; } 369 .menu-item-depth-2 > .menu-item-bar { margin-left: 40px; } 370 .menu-item-depth-3 > .menu-item-bar { margin-left: 60px; } 371 .menu-item-depth-4 > .menu-item-bar { margin-left: 80px; } 372 .menu-item-depth-5 > .menu-item-bar { margin-left: 100px; } 373 .menu-item-depth-6 > .menu-item-bar { margin-left: 120px; } 374 .menu-item-depth-7 > .menu-item-bar { margin-left: 140px; } 375 .menu-item-depth-8 > .menu-item-bar { margin-left: 160px; } 376 .menu-item-depth-9 > .menu-item-bar { margin-left: 180px; } 377 .menu-item-depth-10 > .menu-item-bar { margin-left: 200px; } 378 .menu-item-depth-11 > .menu-item-bar { margin-left: 220px; } 379 380 /* Submenu left margin. */ 381 .menu-item-depth-0 .menu-item-transport { margin-right: 0; } 382 .menu-item-depth-1 .menu-item-transport { margin-right: -20px; } 383 .menu-item-depth-3 .menu-item-transport { margin-right: -60px; } 384 .menu-item-depth-4 .menu-item-transport { margin-right: -80px; } 385 .menu-item-depth-2 .menu-item-transport { margin-right: -40px; } 386 .menu-item-depth-5 .menu-item-transport { margin-right: -100px; } 387 .menu-item-depth-6 .menu-item-transport { margin-right: -120px; } 388 .menu-item-depth-7 .menu-item-transport { margin-right: -140px; } 389 .menu-item-depth-8 .menu-item-transport { margin-right: -160px; } 390 .menu-item-depth-9 .menu-item-transport { margin-right: -180px; } 391 .menu-item-depth-10 .menu-item-transport { margin-right: -200px; } 392 .menu-item-depth-11 .menu-item-transport { margin-right: -220px; } 393 394 /* WARNING: The 20px factor is hard-coded in JS. */ 395 .reordering .menu-item-depth-0 { margin-right: 0; } 396 .reordering .menu-item-depth-1 { margin-right: 15px; } 397 .reordering .menu-item-depth-2 { margin-right: 30px; } 398 .reordering .menu-item-depth-3 { margin-right: 45px; } 399 .reordering .menu-item-depth-4 { margin-right: 60px; } 400 .reordering .menu-item-depth-5 { margin-right: 75px; } 401 .reordering .menu-item-depth-6 { margin-right: 90px; } 402 .reordering .menu-item-depth-7 { margin-right: 105px; } 403 .reordering .menu-item-depth-8 { margin-right: 120px; } /* Not likely to be used or useful beyond this depth */ 404 .reordering .menu-item-depth-9 { margin-right: 135px; } 405 .reordering .menu-item-depth-10 { margin-right: 150px; } 406 .reordering .menu-item-depth-11 { margin-right: 165px; } 407 408 .reordering .menu-item-depth-0 > .menu-item-bar { margin-left: 0; } 409 .reordering .menu-item-depth-1 > .menu-item-bar { margin-left: 15px; } 410 .reordering .menu-item-depth-2 > .menu-item-bar { margin-left: 30px; } 411 .reordering .menu-item-depth-3 > .menu-item-bar { margin-left: 45px; } 412 .reordering .menu-item-depth-4 > .menu-item-bar { margin-left: 60px; } 413 .reordering .menu-item-depth-5 > .menu-item-bar { margin-left: 75px; } 414 .reordering .menu-item-depth-6 > .menu-item-bar { margin-left: 90px; } 415 .reordering .menu-item-depth-7 > .menu-item-bar { margin-left: 105px; } 416 .reordering .menu-item-depth-8 > .menu-item-bar { margin-left: 120px; } 417 .reordering .menu-item-depth-9 > .menu-item-bar { margin-left: 135px; } 418 .reordering .menu-item-depth-10 > .menu-item-bar { margin-left: 150px; } 419 .reordering .menu-item-depth-11 > .menu-item-bar { margin-left: 165px; } 420 421 .control-section-nav_menu.menu .menu-item-edit-active { 422 margin-right: 0; 423 } 424 425 .control-section-nav_menu.menu .menu-item-edit-active .menu-item-bar { 426 margin-left: 0; 427 } 428 429 .control-section-nav_menu.menu .sortable-placeholder { 430 margin-top: 0; 431 margin-bottom: 1px; 432 max-width: calc(100% - 2px); 433 float: right; 434 display: list-item; 435 border-color: #a7aaad; 436 } 437 438 .menu-item-transport li.customize-control { 439 float: none; 440 } 441 442 .control-section-nav_menu.menu ul.menu-item-transport .menu-item-bar { 443 margin-top: 0; 444 } 445 446 /** 447 * Add-menu-items mode 448 */ 449 450 .adding-menu-items .control-section { 451 opacity: .4; 452 } 453 454 .adding-menu-items .control-panel.control-section, 455 .adding-menu-items .control-section.open { 456 opacity: 1; 457 } 458 459 .menu-item-bar .item-delete { 460 color: #d63638; 461 position: absolute; 462 top: 2px; 463 left: -19px; 464 width: 30px; 465 height: 38px; 466 cursor: pointer; 467 display: none; 468 } 469 470 .menu-item-bar .item-delete:before { 471 content: "\f335"; 472 position: absolute; 473 top: 9px; 474 right: 5px; 475 border-radius: 50%; 476 font: normal 20px/1 dashicons; 477 -webkit-font-smoothing: antialiased; 478 -moz-osx-font-smoothing: grayscale; 479 } 480 481 .menu-item-bar .item-delete:hover, 482 .menu-item-bar .item-delete:focus { 483 box-shadow: none; 484 outline: none; 485 color: #d63638; 486 } 487 488 .adding-menu-items .menu-item-bar .item-edit { 489 display: none; 490 } 491 492 .adding-menu-items .menu-item-bar .item-delete { 493 display: block; 494 } 495 496 /** 497 * Styles for menu-item addition panel 498 */ 499 500 #available-menu-items.opening { 501 overflow-y: hidden; /* avoid scrollbar jitter with animating heights */ 502 } 503 504 #available-menu-items #available-menu-items-search.open { 505 height: 100%; 506 border-bottom: none; 507 } 508 509 #available-menu-items .accordion-section-title { 510 border-right: none; 511 border-left: none; 512 background: #fff; 513 transition: background-color 0.15s; 514 /* Reset the value inherited from the base .accordion-section-title style. Ticket #37589. */ 515 -webkit-user-select: auto; 516 user-select: auto; 517 } 518 519 #available-menu-items .open .accordion-section-title, 520 #available-menu-items #available-menu-items-search .accordion-section-title { 521 background: #f0f0f1; 522 } 523 524 /* rework the arrow indicator implementation for NVDA bug see #32715 */ 525 #available-menu-items .accordion-section-title:after { 526 content: none !important; 527 } 528 529 #available-menu-items .accordion-section-title:hover .toggle-indicator:before, 530 #available-menu-items .button-link:hover .toggle-indicator:before, 531 #available-menu-items .button-link:focus .toggle-indicator:before { 532 color: #1d2327; 533 } 534 535 #available-menu-items .open .accordion-section-title .toggle-indicator:before { 536 content: "\f142"; 537 color: #1d2327; 538 } 539 540 #available-menu-items .available-menu-items-list { 541 overflow-y: auto; 542 max-height: 200px; /* This gets set in JS to fit the screen size, and based on # of sections. */ 543 background: transparent; 544 } 545 546 #available-menu-items .accordion-section-title button .toggle-indicator { 547 display: flex; 548 align-items: center; 549 width: 28px; 550 height: 35px; 551 position: absolute; 552 top: 5px; 553 left: 5px; 554 box-shadow: none; 555 outline: none; 556 cursor: pointer; 557 text-align: center; 558 } 559 560 #available-menu-items .accordion-section-title .no-items, 561 #available-menu-items .cannot-expand .accordion-section-title .spinner, 562 #available-menu-items .cannot-expand .accordion-section-title > button:not(#available-menu-items-search button.is-visible) { 563 display: none; 564 } 565 566 #available-menu-items-search.cannot-expand .accordion-section-title .spinner { 567 display: block; 568 } 569 570 #available-menu-items .cannot-expand .accordion-section-title .no-items { 571 float: left; 572 color: #50575e; 573 font-weight: 400; 574 margin-right: 5px; 575 } 576 577 #available-menu-items .accordion-section-content { 578 max-height: 290px; 579 margin: 0; 580 padding: 0; 581 position: relative; 582 background: transparent; 583 } 584 585 #available-menu-items .accordion-section-content .available-menu-items-list { 586 margin: 0 0 64px; 587 padding: 1px 15px 15px; 588 } 589 590 #available-menu-items .accordion-section-content .available-menu-items-list:only-child { /* Types that do not support new items for the current user */ 591 margin-bottom: 0; 592 } 593 594 #new-custom-menu-item .accordion-section-content { 595 padding: 0 15px 15px; 596 } 597 598 #available-menu-items .menu-item-tpl { 599 margin: 0; 600 } 601 602 #custom-menu-item-name.invalid, 603 #custom-menu-item-url.invalid, 604 .edit-menu-item-url.invalid, 605 .menu-name-field.invalid, 606 .menu-name-field.invalid:focus, 607 #available-menu-items .new-content-item .create-item-input.invalid, 608 #available-menu-items .new-content-item .create-item-input.invalid:focus { 609 border: 1px solid #d63638; 610 } 611 612 #available-menu-items .menu-item-handle .item-type { 613 padding-left: 0; 614 } 615 616 #available-menu-items .menu-item-handle .item-title { 617 padding-right: 20px; 618 } 619 620 #available-menu-items .menu-item-handle { 621 cursor: pointer; 622 } 623 624 #available-menu-items .menu-item-handle { 625 box-shadow: none; 626 margin-top: -1px; 627 } 628 629 #available-menu-items .menu-item-handle:hover { 630 z-index: 1; 631 } 632 633 #available-menu-items .item-title h4 { 634 padding: 0 0 5px; 635 font-size: 14px; 636 } 637 638 #available-menu-items .item-add { 639 position: absolute; 640 top: 1px; 641 right: 1px; 642 color: #8c8f94; 643 width: 30px; 644 height: 38px; 645 box-shadow: none; 646 outline: none; 647 cursor: pointer; 648 text-align: center; 649 } 650 651 #available-menu-items .menu-item-handle .item-add:focus { 652 color: #1d2327; 653 } 654 655 #available-menu-items .item-add:before { 656 content: "\f543"; 657 position: relative; 658 right: 2px; 659 top: 3px; 660 display: inline-block; 661 height: 20px; 662 border-radius: 50%; 663 font: normal 20px/1.05 dashicons; /* line height is to account for the dashicon's vertical alignment */ 664 } 665 666 #available-menu-items .menu-item-handle.item-added .item-type, 667 #available-menu-items .menu-item-handle.item-added .item-title, 668 #available-menu-items .menu-item-handle.item-added:hover .item-add, 669 #available-menu-items .menu-item-handle.item-added .item-add:focus { 670 color: #8c8f94; 671 } 672 673 #available-menu-items .menu-item-handle.item-added .item-add:before { 674 content: "\f147"; 675 } 676 677 #available-menu-items .accordion-section-title.loading .spinner, 678 #available-menu-items-search.loading .accordion-section-title .spinner { 679 visibility: visible; 680 margin: 0 20px; 681 } 682 683 #available-menu-items-search .spinner { 684 position: absolute; 685 bottom: 20px; /* 13 container padding +1 input margin +6 ( ( 32 input height - 20 spinner height ) / 2 ) */ 686 left: 21px; 687 margin: 0 !important; 688 } 689 690 /* search results list */ 691 #available-menu-items #available-menu-items-search .accordion-section-content { 692 position: absolute; 693 right: 0; 694 top: 75px; /* below title div / search input */ 695 bottom: 0; /* 100% height that still triggers lazy load */ 696 max-height: none; 697 width: 100%; 698 padding: 1px 15px 15px; 699 box-sizing: border-box; 700 } 701 702 #available-menu-items-search .nothing-found { 703 /* Compensate the 1px top padding of the container. */ 704 margin-top: -1px; 705 } 706 707 #available-menu-items-search .accordion-section-title:after { 708 display: none; 709 } 710 711 #available-menu-items-search .accordion-section-content:empty { 712 min-height: 0; 713 padding: 0; 714 } 715 716 #available-menu-items-search.loading .accordion-section-content div { 717 opacity: .5; 718 } 719 720 #available-menu-items-search.loading.loading-more .accordion-section-content div { 721 opacity: 1; 722 } 723 724 #customize-preview { 725 transition: all 0.2s; 726 } 727 728 body.adding-menu-items #available-menu-items { 729 right: 0; 730 visibility: visible; 731 } 732 733 body.adding-menu-items .wp-full-overlay-main { 734 right: 300px; 735 } 736 737 body.adding-menu-items #customize-preview { 738 opacity: 0.4; 739 } 740 741 body.adding-menu-items #customize-preview iframe { 742 pointer-events: none; 743 } 744 745 .menu-item-handle .spinner { 746 display: none; 747 float: right; 748 margin: 0 0 0 8px; 749 } 750 751 .nav-menu-inserted-item-loading .spinner { 752 display: block; 753 } 754 755 .nav-menu-inserted-item-loading .menu-item-handle .item-type { 756 padding: 0 8px 0 0; 757 } 758 759 .nav-menu-inserted-item-loading .menu-item-handle, 760 .added-menu-item .menu-item-handle.loading { 761 padding: 10px 8px 10px 15px; 762 cursor: default; 763 opacity: .5; 764 background: #fff; 765 color: #787c82; 766 } 767 768 .added-menu-item .menu-item-handle { 769 transition-property: opacity, background, color; 770 transition-duration: 1.25s; 771 transition-timing-function: cubic-bezier( .25, -2.5, .75, 8 ); /* Replacement for .hide().fadeIn('slow') in JS to add emphasis when it's loaded. */ 772 } 773 774 /* Add/delete Menus */ 775 776 #customize-theme-controls .control-panel-content .control-section-nav_menu:nth-last-child(2) .accordion-section-title { 777 border-bottom-color: #dcdcde; 778 } 779 780 /* @todo update selector */ 781 #accordion-section-add_menu { 782 margin: 15px 12px; 783 } 784 785 #accordion-section-add_menu h3 { 786 text-align: left; 787 } 788 789 #accordion-section-add_menu h3, 790 #accordion-section-add_menu .customize-add-menu-button { 791 margin: 0; 792 } 793 794 #accordion-section-add_menu .customize-add-menu-button { 795 font-weight: 400; 796 } 797 798 #create-new-menu-submit { 799 float: left; 800 margin: 0 0 12px; 801 } 802 803 .menu-delete-item { 804 float: right; 805 padding: 1em 0; 806 width: 100%; 807 } 808 809 .assigned-menu-locations-title p { 810 margin: 0 0 8px; 811 } 812 813 li.assigned-to-menu-location .menu-delete-item { 814 display: none; 815 } 816 817 li.assigned-to-menu-location .add-new-menu-item { 818 margin-bottom: 1em; 819 } 820 821 .menu-item-handle { 822 margin-top: -1px; 823 } 824 .ui-sortable-disabled .menu-item-handle { 825 cursor: default; 826 } 827 828 .menu-item-handle:hover { 829 position: relative; 830 z-index: 10; 831 color: #2271b1; 832 } 833 834 .menu-item-handle:hover .item-type, 835 .menu-item-handle:hover .item-edit, 836 #available-menu-items .menu-item-handle:hover .item-add { 837 color: #2271b1; 838 } 839 840 .menu-item-edit-active .menu-item-handle { 841 border-color: #8c8f94; 842 border-bottom: none; 843 } 844 845 .customize-control-nav_menu_item { 846 margin-bottom: 0; 847 } 848 849 .customize-control-nav_menu .new-menu-item-invitation { 850 margin-top: 0; 851 margin-bottom: 0; 852 } 853 854 .customize-control-nav_menu .customize-control-nav_menu-buttons { 855 margin-top: 12px; 856 } 857 858 /** 859 * box-shadows 860 */ 861 862 .wp-customizer .menu-item .submitbox .submitdelete:focus, 863 .customize-screen-options-toggle:focus:before, 864 #customize-controls .customize-info .customize-help-toggle:focus:before, 865 .wp-customizer button:focus .toggle-indicator:before, 866 .menu-delete:focus, 867 .menu-item-bar .item-delete:focus:before, 868 #available-menu-items .item-add:focus:before { 869 box-shadow: 0 0 0 2px #2271b1; 870 /* Only visible in Windows High Contrast mode */ 871 outline: 2px solid transparent; 872 } 873 874 875 @media screen and (max-width: 782px) { 876 #available-menu-items #available-menu-items-search .accordion-section-content { 877 top: 63px; 878 } 879 } 880 881 @media screen and (max-width: 640px) { 882 #available-menu-items #available-menu-items-search .accordion-section-content { 883 top: 146px; 884 } 885 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated : Wed Nov 13 08:20:01 2024 | Cross-referenced by PHPXref |