~canonical-sysadmins/wordpress/4.7.2

« back to all changes in this revision

Viewing changes to wp-admin/css/customize-nav-menus.css

  • Committer: Barry Price
  • Date: 2016-08-17 04:50:12 UTC
  • mfrom: (1.1.18 upstream)
  • Revision ID: barry.price@canonical.com-20160817045012-qfui81zhqnqv2ba9
Merge WP4.6 from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
        color: #555;
17
17
}
18
18
 
 
19
/* The `edit-menu` button uses also the `button-link` class. */
 
20
.customize-control-nav_menu_location .edit-menu {
 
21
        margin-left: 6px;
 
22
        vertical-align: middle;
 
23
        line-height: 28px;
 
24
        color: #0073aa;
 
25
        text-decoration: underline;
 
26
}
 
27
 
 
28
.customize-control-nav_menu_location .edit-menu:hover,
 
29
.customize-control-nav_menu_location .edit-menu:active {
 
30
        color: #00a0d2;
 
31
}
 
32
 
 
33
.customize-control-nav_menu_location .edit-menu:focus {
 
34
        color: #124964;
 
35
}
 
36
 
19
37
.wp-customizer .menu-item-bar .menu-item-handle,
20
38
.wp-customizer .menu-item-settings,
21
39
.wp-customizer .menu-item-settings .description-thin {
511
529
#available-menu-items .cannot-expand .accordion-section-title .no-items {
512
530
        float: right;
513
531
        color: #555d66;
514
 
        font-weight: normal;
 
532
        font-weight: 400;
515
533
        margin-left: 5px;
516
534
}
517
535
 
607
625
 
608
626
#available-menu-items-search .clear-results {
609
627
        position: absolute;
610
 
        top: 20px;
 
628
        top: 18px; /* 12 container padding +1 input margin +1 input border +4 ( 4 is ( 28 input height - 20 button height ) / 2 ) */
611
629
        right: 20px;
612
630
        width: 20px;
613
631
        height: 20px;
 
632
        padding: 0;
 
633
        border: 0;
614
634
        cursor: pointer;
 
635
        background: none;
615
636
        color: #a00;
616
637
        text-decoration: none;
 
638
        outline: 0;
617
639
}
618
640
 
619
641
#available-menu-items-search .clear-results,
625
647
        display: block;
626
648
}
627
649
 
 
650
.ie8 #available-menu-items-search.loading .clear-results:before {
 
651
        content: ""; /* help IE8 redraw the pseudo element */
 
652
}
 
653
 
628
654
#available-menu-items-search .clear-results:before {
629
655
        content: "\f335";
630
656
        font: normal 20px/1 dashicons;
 
657
        vertical-align: middle;
631
658
        -webkit-font-smoothing: antialiased;
632
659
        -moz-osx-font-smoothing: grayscale;
633
660
}
639
666
 
640
667
#available-menu-items-search .spinner {
641
668
        position: absolute;
642
 
        top: 20px;
 
669
        top: 18px; /* 12 container padding +1 input margin +1 input border +4 ( ( 28 input height - 20 button height ) / 2 ) */
 
670
        right: 20px;
643
671
        margin: 0 !important;
644
 
        right: 20px;
645
672
}
646
673
 
647
674
/* search results list */
840
867
        #available-menu-items #available-menu-items-search .accordion-section-content {
841
868
                top: 63px;
842
869
        }
 
870
 
 
871
        #available-menu-items-search .spinner,
 
872
        #available-menu-items-search .clear-results {
 
873
                top: 20px; /* 12 container padding +1 input margin +1 input border +5.5 ( 5.5 rounded to 6 is ( 31 input height - 20 button height ) / 2 ) */
 
874
        }
843
875
}
844
876
 
845
877
@media screen and ( max-width: 640px ) {
846
878
        #available-menu-items #available-menu-items-search .accordion-section-content {
847
879
                top: 133px;
848
880
        }
 
881
 
 
882
        #available-menu-items-search .clear-results {
 
883
                top: 90px; /* 70 section title height + 12 container padding +1 input margin +1 input border +5.5 ( 5.5 rounded to 6 is ( 31 input height - 20 button height ) / 2 ) */
 
884
        }
849
885
}