~canonical-sysadmins/wordpress/4.5.2

« back to all changes in this revision

Viewing changes to wp-admin/css/admin-menu.css

  • Committer: Manuel Seelaus
  • Date: 2015-12-09 17:47:18 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: manuel.seelaus@canonical.com-20151209174718-coxethm2swbeqksy
Merge WP4.4 from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
 
40
40
.icon16:before {
41
41
        color: #999;
42
 
        font: normal 20px/1 'dashicons';
 
42
        font: normal 20px/1 dashicons;
43
43
        speak: none;
44
44
        padding: 6px 0;
45
45
        height: 34px;
52
52
}
53
53
 
54
54
.icon16.icon-dashboard:before {
55
 
        content: '\f226';
 
55
        content: "\f226";
56
56
}
57
57
 
58
58
.icon16.icon-post:before {
59
 
        content: '\f109';
 
59
        content: "\f109";
60
60
}
61
61
 
62
62
.icon16.icon-media:before {
63
 
        content: '\f104';
 
63
        content: "\f104";
64
64
}
65
65
 
66
66
.icon16.icon-links:before {
67
 
        content: '\f103';
 
67
        content: "\f103";
68
68
}
69
69
 
70
70
.icon16.icon-page:before {
71
 
        content: '\f105';
 
71
        content: "\f105";
72
72
}
73
73
 
74
74
.icon16.icon-comments:before {
75
 
        content: '\f101';
 
75
        content: "\f101";
76
76
        margin-top: 1px;
77
77
}
78
78
 
79
79
.icon16.icon-appearance:before {
80
 
        content: '\f100';
 
80
        content: "\f100";
81
81
}
82
82
 
83
83
.icon16.icon-plugins:before {
84
 
        content: '\f106';
 
84
        content: "\f106";
85
85
}
86
86
 
87
87
.icon16.icon-users:before {
88
 
        content: '\f110';
 
88
        content: "\f110";
89
89
}
90
90
 
91
91
.icon16.icon-tools:before {
92
 
        content: '\f107';
 
92
        content: "\f107";
93
93
}
94
94
 
95
95
.icon16.icon-settings:before {
96
 
        content: '\f108';
 
96
        content: "\f108";
97
97
}
98
98
 
99
99
.icon16.icon-site:before {
100
 
        content: '\f112'
 
100
        content: "\f112";
101
101
}
102
102
 
103
103
.icon16.icon-generic:before {
104
 
        content: '\f111';
 
104
        content: "\f111";
105
105
}
106
106
 
107
107
/* hide background-image for icons above */
586
586
}
587
587
 
588
588
#collapse-button div:after {
589
 
        content: '\f148';
 
589
        content: "\f148";
590
590
        display: block;
591
591
        line-height: 15px;
592
592
        left: -3px;
593
593
        top: -3px;
594
594
        color: #a0a5aa;
595
595
        color: rgba(240,245,250,0.6);
596
 
        font: normal 20px/1 'dashicons' !important;
 
596
        font: normal 20px/1 dashicons !important;
597
597
        speak: none;
598
598
        margin: 0 auto;
599
599
        padding: 0 !important;
901
901
        }
902
902
 
903
903
        #wpadminbar #wp-admin-bar-menu-toggle .ab-icon:before {
904
 
                content: '\f228';
 
904
                content: "\f228";
905
905
                display: inline-block;
906
906
                float: left;
907
 
                font: normal 40px/45px 'Dashicons';
 
907
                font: normal 40px/45px dashicons;
908
908
                vertical-align: middle;
909
909
                outline: none;
910
910
                margin: 0;