Dashicons CSS: one-word font families don't need quotes. Font families with a space in the name should use double-quotes (doesn't apply here).
Props afercia. Fixes #32866. Built from https://develop.svn.wordpress.org/trunk@33912 git-svn-id: http://core.svn.wordpress.org/trunk@33881 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
44dace3487
commit
f5c754bfed
|
@ -39,7 +39,7 @@
|
|||
|
||||
.icon16:before {
|
||||
color: #999;
|
||||
font: normal 20px/1 'dashicons';
|
||||
font: normal 20px/1 dashicons;
|
||||
speak: none;
|
||||
padding: 6px 0;
|
||||
height: 34px;
|
||||
|
@ -593,7 +593,7 @@ ul#adminmenu > li.current > a.current:after {
|
|||
top: -3px;
|
||||
color: #a0a5aa;
|
||||
color: rgba(240,245,250,0.6);
|
||||
font: normal 20px/1 'dashicons' !important;
|
||||
font: normal 20px/1 dashicons !important;
|
||||
speak: none;
|
||||
margin: 0 auto;
|
||||
padding: 0 !important;
|
||||
|
@ -904,7 +904,7 @@ li#wp-admin-bar-menu-toggle {
|
|||
content: '\f228';
|
||||
display: inline-block;
|
||||
float: right;
|
||||
font: normal 40px/45px 'Dashicons';
|
||||
font: normal 40px/45px dashicons;
|
||||
vertical-align: middle;
|
||||
outline: none;
|
||||
margin: 0;
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
|
||||
.icon16:before {
|
||||
color: #999;
|
||||
font: normal 20px/1 'dashicons';
|
||||
font: normal 20px/1 dashicons;
|
||||
speak: none;
|
||||
padding: 6px 0;
|
||||
height: 34px;
|
||||
|
@ -593,7 +593,7 @@ ul#adminmenu > li.current > a.current:after {
|
|||
top: -3px;
|
||||
color: #a0a5aa;
|
||||
color: rgba(240,245,250,0.6);
|
||||
font: normal 20px/1 'dashicons' !important;
|
||||
font: normal 20px/1 dashicons !important;
|
||||
speak: none;
|
||||
margin: 0 auto;
|
||||
padding: 0 !important;
|
||||
|
@ -904,7 +904,7 @@ li#wp-admin-bar-menu-toggle {
|
|||
content: '\f228';
|
||||
display: inline-block;
|
||||
float: left;
|
||||
font: normal 40px/45px 'Dashicons';
|
||||
font: normal 40px/45px dashicons;
|
||||
vertical-align: middle;
|
||||
outline: none;
|
||||
margin: 0;
|
||||
|
|
|
@ -755,7 +755,7 @@ img.emoji {
|
|||
color: #b4b9be;
|
||||
content: '\f153';
|
||||
display: block;
|
||||
font: normal 16px/20px 'dashicons';
|
||||
font: normal 16px/20px dashicons;
|
||||
speak: none;
|
||||
height: 20px;
|
||||
text-align: center;
|
||||
|
@ -1065,7 +1065,7 @@ th.action-links {
|
|||
color: #777;
|
||||
-webkit-transition: color .1s ease-in 0;
|
||||
transition: color .1s ease-in 0;
|
||||
font-family: "dashicons";
|
||||
font-family: dashicons;
|
||||
font-size: 16px;
|
||||
line-height: 1;
|
||||
text-align: center;
|
||||
|
@ -1492,7 +1492,7 @@ form.upgrade .hint {
|
|||
#screen-meta-links .show-settings:after {
|
||||
left: 0;
|
||||
content: '\f140';
|
||||
font: normal 20px/1 'dashicons';
|
||||
font: normal 20px/1 dashicons;
|
||||
speak: none;
|
||||
display: inline-block;
|
||||
padding: 0 0 0 5px;
|
||||
|
@ -2150,7 +2150,7 @@ div.star-holder .star-rating {
|
|||
-webkit-font-smoothing: antialiased;
|
||||
font-size: 20px;
|
||||
line-height: 1;
|
||||
font-family: 'dashicons';
|
||||
font-family: dashicons;
|
||||
text-decoration: inherit;
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
|
@ -2726,7 +2726,7 @@ img {
|
|||
.js .sidebar-name .sidebar-name-arrow:before,
|
||||
.js .meta-box-sortables .postbox .handlediv:before {
|
||||
left: 12px;
|
||||
font: normal 20px/1 'dashicons';
|
||||
font: normal 20px/1 dashicons;
|
||||
speak: none;
|
||||
display: inline-block;
|
||||
padding: 8px 10px;
|
||||
|
@ -2866,7 +2866,7 @@ img {
|
|||
content: '\f140';
|
||||
border: none;
|
||||
background: none;
|
||||
font: normal 20px/1 'dashicons';
|
||||
font: normal 20px/1 dashicons;
|
||||
speak: none;
|
||||
display: block;
|
||||
padding: 0;
|
||||
|
|
|
@ -755,7 +755,7 @@ img.emoji {
|
|||
color: #b4b9be;
|
||||
content: '\f153';
|
||||
display: block;
|
||||
font: normal 16px/20px 'dashicons';
|
||||
font: normal 16px/20px dashicons;
|
||||
speak: none;
|
||||
height: 20px;
|
||||
text-align: center;
|
||||
|
@ -1065,7 +1065,7 @@ th.action-links {
|
|||
color: #777;
|
||||
-webkit-transition: color .1s ease-in 0;
|
||||
transition: color .1s ease-in 0;
|
||||
font-family: "dashicons";
|
||||
font-family: dashicons;
|
||||
font-size: 16px;
|
||||
line-height: 1;
|
||||
text-align: center;
|
||||
|
@ -1492,7 +1492,7 @@ form.upgrade .hint {
|
|||
#screen-meta-links .show-settings:after {
|
||||
right: 0;
|
||||
content: '\f140';
|
||||
font: normal 20px/1 'dashicons';
|
||||
font: normal 20px/1 dashicons;
|
||||
speak: none;
|
||||
display: inline-block;
|
||||
padding: 0 5px 0 0;
|
||||
|
@ -2150,7 +2150,7 @@ div.star-holder .star-rating {
|
|||
-webkit-font-smoothing: antialiased;
|
||||
font-size: 20px;
|
||||
line-height: 1;
|
||||
font-family: 'dashicons';
|
||||
font-family: dashicons;
|
||||
text-decoration: inherit;
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
|
@ -2726,7 +2726,7 @@ img {
|
|||
.js .sidebar-name .sidebar-name-arrow:before,
|
||||
.js .meta-box-sortables .postbox .handlediv:before {
|
||||
right: 12px;
|
||||
font: normal 20px/1 'dashicons';
|
||||
font: normal 20px/1 dashicons;
|
||||
speak: none;
|
||||
display: inline-block;
|
||||
padding: 8px 10px;
|
||||
|
@ -2866,7 +2866,7 @@ img {
|
|||
content: '\f140';
|
||||
border: none;
|
||||
background: none;
|
||||
font: normal 20px/1 'dashicons';
|
||||
font: normal 20px/1 dashicons;
|
||||
speak: none;
|
||||
display: block;
|
||||
padding: 0;
|
||||
|
|
|
@ -647,7 +647,7 @@ p.customize-section-description {
|
|||
|
||||
.customize-control .dropdown-arrow:after {
|
||||
content: "\f140";
|
||||
font: normal 20px/1 'dashicons';
|
||||
font: normal 20px/1 dashicons;
|
||||
speak: none;
|
||||
display: block;
|
||||
padding: 0;
|
||||
|
|
|
@ -647,7 +647,7 @@ p.customize-section-description {
|
|||
|
||||
.customize-control .dropdown-arrow:after {
|
||||
content: "\f140";
|
||||
font: normal 20px/1 'dashicons';
|
||||
font: normal 20px/1 dashicons;
|
||||
speak: none;
|
||||
display: block;
|
||||
padding: 0;
|
||||
|
|
|
@ -327,7 +327,7 @@
|
|||
border: none;
|
||||
content: "\f111";
|
||||
display: block;
|
||||
font: 18px/1 "dashicons";
|
||||
font: 18px/1 dashicons;
|
||||
padding: 5px;
|
||||
text-align: center;
|
||||
text-decoration: none !important;
|
||||
|
@ -506,7 +506,7 @@
|
|||
position: relative;
|
||||
right: -2px;
|
||||
top: -1px;
|
||||
font: normal 20px/1 'dashicons';
|
||||
font: normal 20px/1 dashicons;
|
||||
vertical-align: middle;
|
||||
-webkit-transition: all 0.2s;
|
||||
transition: all 0.2s;
|
||||
|
@ -629,7 +629,7 @@
|
|||
|
||||
#available-menu-items .accordion-section-title .toggle-indicator:after {
|
||||
content: '\f140';
|
||||
font: normal 20px/1 'dashicons';
|
||||
font: normal 20px/1 dashicons;
|
||||
color: #a0a5aa;
|
||||
vertical-align: top;
|
||||
speak: none;
|
||||
|
|
|
@ -327,7 +327,7 @@
|
|||
border: none;
|
||||
content: "\f111";
|
||||
display: block;
|
||||
font: 18px/1 "dashicons";
|
||||
font: 18px/1 dashicons;
|
||||
padding: 5px;
|
||||
text-align: center;
|
||||
text-decoration: none !important;
|
||||
|
@ -506,7 +506,7 @@
|
|||
position: relative;
|
||||
left: -2px;
|
||||
top: -1px;
|
||||
font: normal 20px/1 'dashicons';
|
||||
font: normal 20px/1 dashicons;
|
||||
vertical-align: middle;
|
||||
-webkit-transition: all 0.2s;
|
||||
transition: all 0.2s;
|
||||
|
@ -629,7 +629,7 @@
|
|||
|
||||
#available-menu-items .accordion-section-title .toggle-indicator:after {
|
||||
content: '\f140';
|
||||
font: normal 20px/1 'dashicons';
|
||||
font: normal 20px/1 dashicons;
|
||||
color: #a0a5aa;
|
||||
vertical-align: top;
|
||||
speak: none;
|
||||
|
|
|
@ -182,7 +182,7 @@
|
|||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
font: normal 20px/43px 'dashicons';
|
||||
font: normal 20px/43px dashicons;
|
||||
text-align: center;
|
||||
text-indent: 0;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
|
@ -256,7 +256,7 @@
|
|||
position: absolute;
|
||||
top: 12px;
|
||||
right: 10px;
|
||||
font: normal 20px/1 'dashicons';
|
||||
font: normal 20px/1 dashicons;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
@ -316,7 +316,7 @@
|
|||
position: relative;
|
||||
right: -2px;
|
||||
top: -1px;
|
||||
font: normal 20px/1 'dashicons';
|
||||
font: normal 20px/1 dashicons;
|
||||
vertical-align: middle;
|
||||
-webkit-transition: all 0.2s;
|
||||
transition: all 0.2s;
|
||||
|
@ -466,7 +466,7 @@ body.adding-widget #customize-preview {
|
|||
width: 20px;
|
||||
height: 20px;
|
||||
color: #32373c;
|
||||
font: normal 20px/1 'dashicons';
|
||||
font: normal 20px/1 dashicons;
|
||||
text-align: center;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -182,7 +182,7 @@
|
|||
right: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
font: normal 20px/43px 'dashicons';
|
||||
font: normal 20px/43px dashicons;
|
||||
text-align: center;
|
||||
text-indent: 0;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
|
@ -256,7 +256,7 @@
|
|||
position: absolute;
|
||||
top: 12px;
|
||||
left: 10px;
|
||||
font: normal 20px/1 'dashicons';
|
||||
font: normal 20px/1 dashicons;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
@ -316,7 +316,7 @@
|
|||
position: relative;
|
||||
left: -2px;
|
||||
top: -1px;
|
||||
font: normal 20px/1 'dashicons';
|
||||
font: normal 20px/1 dashicons;
|
||||
vertical-align: middle;
|
||||
-webkit-transition: all 0.2s;
|
||||
transition: all 0.2s;
|
||||
|
@ -466,7 +466,7 @@ body.adding-widget #customize-preview {
|
|||
width: 20px;
|
||||
height: 20px;
|
||||
color: #32373c;
|
||||
font: normal 20px/1 'dashicons';
|
||||
font: normal 20px/1 dashicons;
|
||||
text-align: center;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -209,7 +209,7 @@
|
|||
|
||||
.welcome-panel .welcome-icon:before {
|
||||
color: #82878c;
|
||||
font: normal 20px/1 'dashicons';
|
||||
font: normal 20px/1 dashicons;
|
||||
speak: none;
|
||||
display: inline-block;
|
||||
padding: 0 0 0 10px;
|
||||
|
@ -395,7 +395,7 @@ body #dashboard-widgets .postbox form .submit {
|
|||
#dashboard_right_now li a:before,
|
||||
#dashboard_right_now li span:before {
|
||||
content: '\f159';
|
||||
font: normal 20px/1 'dashicons';
|
||||
font: normal 20px/1 dashicons;
|
||||
speak: none;
|
||||
display: block;
|
||||
float: right;
|
||||
|
@ -597,7 +597,7 @@ form.initial-form.quickpress-open input#title {
|
|||
|
||||
#dashboard_activity .comment-meta span.approve:before {
|
||||
content: '\f227';
|
||||
font: 20px/.5 "dashicons";
|
||||
font: 20px/.5 dashicons;
|
||||
margin-right: 12px;
|
||||
vertical-align: middle;
|
||||
position: relative;
|
||||
|
@ -627,7 +627,7 @@ form.initial-form.quickpress-open input#title {
|
|||
|
||||
#dashboard_activity .no-activity .smiley:before {
|
||||
content: '\f328';
|
||||
font: normal 120px/1 'dashicons';
|
||||
font: normal 120px/1 dashicons;
|
||||
speak: none;
|
||||
display: block;
|
||||
margin: 0 0 0 5px;
|
||||
|
|
|
@ -209,7 +209,7 @@
|
|||
|
||||
.welcome-panel .welcome-icon:before {
|
||||
color: #82878c;
|
||||
font: normal 20px/1 'dashicons';
|
||||
font: normal 20px/1 dashicons;
|
||||
speak: none;
|
||||
display: inline-block;
|
||||
padding: 0 10px 0 0;
|
||||
|
@ -395,7 +395,7 @@ body #dashboard-widgets .postbox form .submit {
|
|||
#dashboard_right_now li a:before,
|
||||
#dashboard_right_now li span:before {
|
||||
content: '\f159';
|
||||
font: normal 20px/1 'dashicons';
|
||||
font: normal 20px/1 dashicons;
|
||||
speak: none;
|
||||
display: block;
|
||||
float: left;
|
||||
|
@ -597,7 +597,7 @@ form.initial-form.quickpress-open input#title {
|
|||
|
||||
#dashboard_activity .comment-meta span.approve:before {
|
||||
content: '\f227';
|
||||
font: 20px/.5 "dashicons";
|
||||
font: 20px/.5 dashicons;
|
||||
margin-left: 12px;
|
||||
vertical-align: middle;
|
||||
position: relative;
|
||||
|
@ -627,7 +627,7 @@ form.initial-form.quickpress-open input#title {
|
|||
|
||||
#dashboard_activity .no-activity .smiley:before {
|
||||
content: '\f328';
|
||||
font: normal 120px/1 'dashicons';
|
||||
font: normal 120px/1 dashicons;
|
||||
speak: none;
|
||||
display: block;
|
||||
margin: 0 5px 0 0;
|
||||
|
|
|
@ -469,7 +469,7 @@ span.wp-media-buttons-icon:before {
|
|||
#post-body #visibility:before,
|
||||
.curtime #timestamp:before,
|
||||
#post-body .misc-pub-revisions:before {
|
||||
font: normal 20px/1 'dashicons';
|
||||
font: normal 20px/1 dashicons;
|
||||
speak: none;
|
||||
display: inline-block;
|
||||
padding: 0 0 0 2px;
|
||||
|
@ -802,7 +802,7 @@ span.wp-media-buttons-icon:before {
|
|||
display: block;
|
||||
height: 20px;
|
||||
width: 20px;
|
||||
font: normal 20px/1 'dashicons' !important;
|
||||
font: normal 20px/1 dashicons !important;
|
||||
speak: none;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
|
@ -841,7 +841,7 @@ label.post-format-icon {
|
|||
position: relative;
|
||||
display: inline-block;
|
||||
margin-left: 7px;
|
||||
font: normal 20px/1 'dashicons';
|
||||
font: normal 20px/1 dashicons;
|
||||
speak: none;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
|
|
|
@ -469,7 +469,7 @@ span.wp-media-buttons-icon:before {
|
|||
#post-body #visibility:before,
|
||||
.curtime #timestamp:before,
|
||||
#post-body .misc-pub-revisions:before {
|
||||
font: normal 20px/1 'dashicons';
|
||||
font: normal 20px/1 dashicons;
|
||||
speak: none;
|
||||
display: inline-block;
|
||||
padding: 0 2px 0 0;
|
||||
|
@ -802,7 +802,7 @@ span.wp-media-buttons-icon:before {
|
|||
display: block;
|
||||
height: 20px;
|
||||
width: 20px;
|
||||
font: normal 20px/1 'dashicons' !important;
|
||||
font: normal 20px/1 dashicons !important;
|
||||
speak: none;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
|
@ -841,7 +841,7 @@ label.post-format-icon {
|
|||
position: relative;
|
||||
display: inline-block;
|
||||
margin-right: 7px;
|
||||
font: normal 20px/1 'dashicons';
|
||||
font: normal 20px/1 dashicons;
|
||||
speak: none;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
|
|
|
@ -127,7 +127,7 @@ input[type="radio"]:checked:before {
|
|||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
width: 16px;
|
||||
font: normal 21px/1 'dashicons';
|
||||
font: normal 21px/1 dashicons;
|
||||
speak: none;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
|
@ -430,7 +430,7 @@ fieldset label,
|
|||
#misc-publishing-actions label[for="post_status"]:before {
|
||||
content: '\f173';
|
||||
display: inline-block;
|
||||
font: normal 20px/1 'dashicons';
|
||||
font: normal 20px/1 dashicons;
|
||||
speak: none;
|
||||
right: -1px;
|
||||
padding: 0 0 0 5px;
|
||||
|
@ -817,7 +817,7 @@ table.form-table td .updated p {
|
|||
|
||||
.pressthis-bookmarklet span:before {
|
||||
color: #777;
|
||||
font: normal 20px/1 'dashicons';
|
||||
font: normal 20px/1 dashicons;
|
||||
content:'\f157';
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
|
@ -1024,7 +1024,7 @@ table.form-table td .updated p {
|
|||
.widefat th input[type="checkbox"]:before,
|
||||
.widefat thead td input[type="checkbox"]:before,
|
||||
.widefat tfoot td input[type="checkbox"]:before {
|
||||
font: normal 30px/1 'Dashicons';
|
||||
font: normal 30px/1 dashicons;
|
||||
margin: -3px -5px;
|
||||
}
|
||||
|
||||
|
|
|
@ -127,7 +127,7 @@ input[type="radio"]:checked:before {
|
|||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
width: 16px;
|
||||
font: normal 21px/1 'dashicons';
|
||||
font: normal 21px/1 dashicons;
|
||||
speak: none;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
|
@ -430,7 +430,7 @@ fieldset label,
|
|||
#misc-publishing-actions label[for="post_status"]:before {
|
||||
content: '\f173';
|
||||
display: inline-block;
|
||||
font: normal 20px/1 'dashicons';
|
||||
font: normal 20px/1 dashicons;
|
||||
speak: none;
|
||||
left: -1px;
|
||||
padding: 0 5px 0 0;
|
||||
|
@ -817,7 +817,7 @@ table.form-table td .updated p {
|
|||
|
||||
.pressthis-bookmarklet span:before {
|
||||
color: #777;
|
||||
font: normal 20px/1 'dashicons';
|
||||
font: normal 20px/1 dashicons;
|
||||
content:'\f157';
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
|
@ -1024,7 +1024,7 @@ table.form-table td .updated p {
|
|||
.widefat th input[type="checkbox"]:before,
|
||||
.widefat thead td input[type="checkbox"]:before,
|
||||
.widefat tfoot td input[type="checkbox"]:before {
|
||||
font: normal 30px/1 'Dashicons';
|
||||
font: normal 30px/1 dashicons;
|
||||
margin: -3px -5px;
|
||||
}
|
||||
|
||||
|
|
|
@ -266,7 +266,7 @@ th .comment-grey-bubble {
|
|||
|
||||
th .comment-grey-bubble:before {
|
||||
content: '\f101';
|
||||
font: normal 20px/.5 'dashicons';
|
||||
font: normal 20px/.5 dashicons;
|
||||
speak: none;
|
||||
display: inline-block;
|
||||
padding: 0;
|
||||
|
@ -443,7 +443,7 @@ table.media .column-title .filename {
|
|||
|
||||
.sorting-indicator:before {
|
||||
content: '\f142';
|
||||
font: normal 20px/1 'dashicons';
|
||||
font: normal 20px/1 dashicons;
|
||||
speak: none;
|
||||
display: inline-block;
|
||||
padding: 0;
|
||||
|
@ -521,7 +521,7 @@ th.asc a:focus span.sorting-indicator:before {
|
|||
padding: 1px 0 1px 2px;
|
||||
color: #666;
|
||||
content: '\f140';
|
||||
font: normal 20px/1 'dashicons';
|
||||
font: normal 20px/1 dashicons;
|
||||
line-height: 1;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
|
@ -543,7 +543,7 @@ tr.wp-locked .locked-indicator:before {
|
|||
content: '\f160';
|
||||
display: inline-block;
|
||||
float: right;
|
||||
font: normal 20px/1 'dashicons';
|
||||
font: normal 20px/1 dashicons;
|
||||
speak: none;
|
||||
vertical-align: middle;
|
||||
margin-right: 0;
|
||||
|
@ -775,7 +775,7 @@ classes exist in paginate_links() but not seen in list table output. */
|
|||
.view-switch a:before {
|
||||
color: #b4b9be;
|
||||
display: inline-block;
|
||||
font: normal 20px/1 'dashicons';
|
||||
font: normal 20px/1 dashicons;
|
||||
speak: none;
|
||||
vertical-align: middle;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
|
@ -1347,7 +1347,7 @@ tr.active.update + tr.plugin-update-tr .plugin-update {
|
|||
.plugin-card .install-now:before {
|
||||
color: #d54e21;
|
||||
display: inline-block;
|
||||
font: normal 20px/1 'dashicons';
|
||||
font: normal 20px/1 dashicons;
|
||||
speak: none;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
|
@ -1570,7 +1570,7 @@ div.action-links,
|
|||
}
|
||||
|
||||
.plugin-card .column-compatibility span:before {
|
||||
font: normal 20px/.5 'dashicons';
|
||||
font: normal 20px/.5 dashicons;
|
||||
speak: none;
|
||||
display: inline-block;
|
||||
padding: 0;
|
||||
|
|
|
@ -266,7 +266,7 @@ th .comment-grey-bubble {
|
|||
|
||||
th .comment-grey-bubble:before {
|
||||
content: '\f101';
|
||||
font: normal 20px/.5 'dashicons';
|
||||
font: normal 20px/.5 dashicons;
|
||||
speak: none;
|
||||
display: inline-block;
|
||||
padding: 0;
|
||||
|
@ -443,7 +443,7 @@ table.media .column-title .filename {
|
|||
|
||||
.sorting-indicator:before {
|
||||
content: '\f142';
|
||||
font: normal 20px/1 'dashicons';
|
||||
font: normal 20px/1 dashicons;
|
||||
speak: none;
|
||||
display: inline-block;
|
||||
padding: 0;
|
||||
|
@ -521,7 +521,7 @@ th.asc a:focus span.sorting-indicator:before {
|
|||
padding: 1px 2px 1px 0;
|
||||
color: #666;
|
||||
content: '\f140';
|
||||
font: normal 20px/1 'dashicons';
|
||||
font: normal 20px/1 dashicons;
|
||||
line-height: 1;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
|
@ -543,7 +543,7 @@ tr.wp-locked .locked-indicator:before {
|
|||
content: '\f160';
|
||||
display: inline-block;
|
||||
float: left;
|
||||
font: normal 20px/1 'dashicons';
|
||||
font: normal 20px/1 dashicons;
|
||||
speak: none;
|
||||
vertical-align: middle;
|
||||
margin-left: 0;
|
||||
|
@ -775,7 +775,7 @@ classes exist in paginate_links() but not seen in list table output. */
|
|||
.view-switch a:before {
|
||||
color: #b4b9be;
|
||||
display: inline-block;
|
||||
font: normal 20px/1 'dashicons';
|
||||
font: normal 20px/1 dashicons;
|
||||
speak: none;
|
||||
vertical-align: middle;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
|
@ -1347,7 +1347,7 @@ tr.active.update + tr.plugin-update-tr .plugin-update {
|
|||
.plugin-card .install-now:before {
|
||||
color: #d54e21;
|
||||
display: inline-block;
|
||||
font: normal 20px/1 'dashicons';
|
||||
font: normal 20px/1 dashicons;
|
||||
speak: none;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
|
@ -1570,7 +1570,7 @@ div.action-links,
|
|||
}
|
||||
|
||||
.plugin-card .column-compatibility span:before {
|
||||
font: normal 20px/.5 'dashicons';
|
||||
font: normal 20px/.5 dashicons;
|
||||
speak: none;
|
||||
display: inline-block;
|
||||
padding: 0;
|
||||
|
|
|
@ -276,7 +276,7 @@ body.interim-login {
|
|||
|
||||
.interim-login input[type=checkbox]:checked:before {
|
||||
width: 16px;
|
||||
font: normal 21px/1 'dashicons';
|
||||
font: normal 21px/1 dashicons;
|
||||
margin: -3px -4px 0 0;
|
||||
}
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -276,7 +276,7 @@ body.interim-login {
|
|||
|
||||
.interim-login input[type=checkbox]:checked:before {
|
||||
width: 16px;
|
||||
font: normal 21px/1 'dashicons';
|
||||
font: normal 21px/1 dashicons;
|
||||
margin: -3px 0 0 -4px;
|
||||
}
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -315,7 +315,7 @@
|
|||
}
|
||||
|
||||
#find-posts-close:before {
|
||||
font: normal 20px/36px 'dashicons';
|
||||
font: normal 20px/36px dashicons;
|
||||
vertical-align: top;
|
||||
speak: none;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
|
@ -672,7 +672,7 @@ border color while dragging a file over the uploader drop area */
|
|||
|
||||
.edit-attachment-frame .edit-media-header .right:before,
|
||||
.edit-attachment-frame .edit-media-header .left:before {
|
||||
font: normal 20px/50px 'dashicons' !important;
|
||||
font: normal 20px/50px dashicons !important;
|
||||
display: inline;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
@ -933,7 +933,7 @@ border color while dragging a file over the uploader drop area */
|
|||
}
|
||||
|
||||
.imgedit-menu div:before {
|
||||
font: normal 20px/1 'dashicons';
|
||||
font: normal 20px/1 dashicons;
|
||||
speak: none;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
|
|
@ -315,7 +315,7 @@
|
|||
}
|
||||
|
||||
#find-posts-close:before {
|
||||
font: normal 20px/36px 'dashicons';
|
||||
font: normal 20px/36px dashicons;
|
||||
vertical-align: top;
|
||||
speak: none;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
|
@ -672,7 +672,7 @@ border color while dragging a file over the uploader drop area */
|
|||
|
||||
.edit-attachment-frame .edit-media-header .right:before,
|
||||
.edit-attachment-frame .edit-media-header .left:before {
|
||||
font: normal 20px/50px 'dashicons' !important;
|
||||
font: normal 20px/50px dashicons !important;
|
||||
display: inline;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
@ -933,7 +933,7 @@ border color while dragging a file over the uploader drop area */
|
|||
}
|
||||
|
||||
.imgedit-menu div:before {
|
||||
font: normal 20px/1 'dashicons';
|
||||
font: normal 20px/1 dashicons;
|
||||
speak: none;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
|
|
@ -487,7 +487,7 @@ div.revisions-controls > .wp-slider > .ui-slider-handle {
|
|||
right: 0;
|
||||
color: #fff;
|
||||
content: "\f229";
|
||||
font: normal 18px/1 'dashicons';
|
||||
font: normal 18px/1 dashicons;
|
||||
speak: none;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
|
|
|
@ -487,7 +487,7 @@ div.revisions-controls > .wp-slider > .ui-slider-handle {
|
|||
left: 0;
|
||||
color: #fff;
|
||||
content: "\f229";
|
||||
font: normal 18px/1 'dashicons';
|
||||
font: normal 18px/1 dashicons;
|
||||
speak: none;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
|
|
|
@ -237,7 +237,7 @@
|
|||
.theme-browser .theme .theme-installed:before {
|
||||
content: '\f463';
|
||||
display: inline-block;
|
||||
font: normal 20px/1 'dashicons';
|
||||
font: normal 20px/1 dashicons;
|
||||
margin: 0 0 0 6px;
|
||||
opacity: 0.8;
|
||||
position: relative;
|
||||
|
@ -341,7 +341,7 @@
|
|||
display: inline-block;
|
||||
content: '\f132';
|
||||
-webkit-font-smoothing: antialiased;
|
||||
font: normal 74px/115px 'dashicons';
|
||||
font: normal 74px/115px dashicons;
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
vertical-align: middle;
|
||||
|
@ -441,7 +441,7 @@
|
|||
}
|
||||
|
||||
.theme-overlay .theme-header .close:before {
|
||||
font: normal 22px/50px 'dashicons' !important;
|
||||
font: normal 22px/50px dashicons !important;
|
||||
color: #777;
|
||||
display: inline-block;
|
||||
content: '\f335';
|
||||
|
@ -499,7 +499,7 @@
|
|||
|
||||
.theme-overlay .theme-header .right:before,
|
||||
.theme-overlay .theme-header .left:before {
|
||||
font: normal 20px/50px 'dashicons' !important;
|
||||
font: normal 20px/50px dashicons !important;
|
||||
display: inline;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
@ -1033,7 +1033,7 @@ body.folded .theme-overlay .theme-wrap {
|
|||
}
|
||||
|
||||
.theme-browser .theme.add-new-theme span:after {
|
||||
font: normal 60px/90px 'dashicons';
|
||||
font: normal 60px/90px dashicons;
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
top: 30%;
|
||||
|
@ -1181,7 +1181,7 @@ body.show-upload-theme p.no-themes {
|
|||
content: "\f154";
|
||||
display: inline-block;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
font: normal 20px/1 'dashicons';
|
||||
font: normal 20px/1 dashicons;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
|
@ -1527,7 +1527,7 @@ body.full-overlay-active {
|
|||
display: block;
|
||||
content: "\f148";
|
||||
background: #eee;
|
||||
font: normal 20px/1 'dashicons';
|
||||
font: normal 20px/1 dashicons;
|
||||
speak: none;
|
||||
padding: 0;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
|
|
|
@ -237,7 +237,7 @@
|
|||
.theme-browser .theme .theme-installed:before {
|
||||
content: '\f463';
|
||||
display: inline-block;
|
||||
font: normal 20px/1 'dashicons';
|
||||
font: normal 20px/1 dashicons;
|
||||
margin: 0 6px 0 0;
|
||||
opacity: 0.8;
|
||||
position: relative;
|
||||
|
@ -341,7 +341,7 @@
|
|||
display: inline-block;
|
||||
content: '\f132';
|
||||
-webkit-font-smoothing: antialiased;
|
||||
font: normal 74px/115px 'dashicons';
|
||||
font: normal 74px/115px dashicons;
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
vertical-align: middle;
|
||||
|
@ -441,7 +441,7 @@
|
|||
}
|
||||
|
||||
.theme-overlay .theme-header .close:before {
|
||||
font: normal 22px/50px 'dashicons' !important;
|
||||
font: normal 22px/50px dashicons !important;
|
||||
color: #777;
|
||||
display: inline-block;
|
||||
content: '\f335';
|
||||
|
@ -499,7 +499,7 @@
|
|||
|
||||
.theme-overlay .theme-header .right:before,
|
||||
.theme-overlay .theme-header .left:before {
|
||||
font: normal 20px/50px 'dashicons' !important;
|
||||
font: normal 20px/50px dashicons !important;
|
||||
display: inline;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
@ -1033,7 +1033,7 @@ body.folded .theme-overlay .theme-wrap {
|
|||
}
|
||||
|
||||
.theme-browser .theme.add-new-theme span:after {
|
||||
font: normal 60px/90px 'dashicons';
|
||||
font: normal 60px/90px dashicons;
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
top: 30%;
|
||||
|
@ -1181,7 +1181,7 @@ body.show-upload-theme p.no-themes {
|
|||
content: "\f154";
|
||||
display: inline-block;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
font: normal 20px/1 'dashicons';
|
||||
font: normal 20px/1 dashicons;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
|
@ -1527,7 +1527,7 @@ body.full-overlay-active {
|
|||
display: block;
|
||||
content: "\f148";
|
||||
background: #eee;
|
||||
font: normal 20px/1 'dashicons';
|
||||
font: normal 20px/1 dashicons;
|
||||
speak: none;
|
||||
padding: 0;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
|
|
|
@ -469,7 +469,7 @@ div#widgets-right .widget-top:hover,
|
|||
content: '\f147';
|
||||
display: block;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
font: normal 26px/1 'dashicons';
|
||||
font: normal 26px/1 dashicons;
|
||||
color: #999;
|
||||
position: absolute;
|
||||
top: 7px;
|
||||
|
@ -490,7 +490,7 @@ div#widgets-right .widget-top:hover,
|
|||
content: '\f147';
|
||||
display: block;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
font: normal 26px/1 'dashicons';
|
||||
font: normal 26px/1 dashicons;
|
||||
color: #fff;
|
||||
position: absolute;
|
||||
top: 7px;
|
||||
|
|
|
@ -469,7 +469,7 @@ div#widgets-right .widget-top:hover,
|
|||
content: '\f147';
|
||||
display: block;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
font: normal 26px/1 'dashicons';
|
||||
font: normal 26px/1 dashicons;
|
||||
color: #999;
|
||||
position: absolute;
|
||||
top: 7px;
|
||||
|
@ -490,7 +490,7 @@ div#widgets-right .widget-top:hover,
|
|||
content: '\f147';
|
||||
display: block;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
font: normal 26px/1 'dashicons';
|
||||
font: normal 26px/1 dashicons;
|
||||
color: #fff;
|
||||
position: absolute;
|
||||
top: 7px;
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -226,7 +226,7 @@ html:lang(he-il) .rtl #wpadminbar * {
|
|||
#wpadminbar .ab-item:before {
|
||||
position: relative;
|
||||
float: right;
|
||||
font: normal 20px/1 'dashicons';
|
||||
font: normal 20px/1 dashicons;
|
||||
speak: none;
|
||||
padding: 4px 0;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
|
@ -300,7 +300,7 @@ html:lang(he-il) .rtl #wpadminbar * {
|
|||
#wpadminbar .menupop .menupop > .ab-item:before,
|
||||
#wpadminbar .ab-top-secondary .menupop .menupop > .ab-item:before {
|
||||
position: absolute;
|
||||
font: normal 17px/1 'dashicons';
|
||||
font: normal 17px/1 dashicons;
|
||||
speak: none;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
|
@ -492,7 +492,7 @@ html:lang(he-il) .rtl #wpadminbar * {
|
|||
*/
|
||||
#wpadminbar .quicklinks li .blavatar {
|
||||
float: right;
|
||||
font: normal 16px/1 'dashicons' !important;
|
||||
font: normal 16px/1 dashicons !important;
|
||||
speak: none;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
|
@ -598,7 +598,7 @@ html:lang(he-il) .rtl #wpadminbar * {
|
|||
top: 6px;
|
||||
right: 5px;
|
||||
z-index: 20;
|
||||
font: normal 20px/1 'dashicons' !important;
|
||||
font: normal 20px/1 dashicons !important;
|
||||
content: '\f179';
|
||||
speak: none;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
|
@ -876,7 +876,7 @@ html:lang(he-il) .rtl #wpadminbar * {
|
|||
}
|
||||
|
||||
#wpadminbar #wp-admin-bar-wp-logo > .ab-item .ab-icon:before {
|
||||
font: 28px/1 'dashicons' !important;
|
||||
font: 28px/1 dashicons !important;
|
||||
top: -3px;
|
||||
}
|
||||
|
||||
|
@ -914,7 +914,7 @@ html:lang(he-il) .rtl #wpadminbar * {
|
|||
#wpadminbar #wp-admin-bar-my-account > .ab-item:before {
|
||||
display: block;
|
||||
text-indent: 0;
|
||||
font: normal 32px/1 'dashicons';
|
||||
font: normal 32px/1 dashicons;
|
||||
speak: none;
|
||||
top: 7px;
|
||||
width: 52px;
|
||||
|
|
|
@ -226,7 +226,7 @@ html:lang(he-il) .rtl #wpadminbar * {
|
|||
#wpadminbar .ab-item:before {
|
||||
position: relative;
|
||||
float: left;
|
||||
font: normal 20px/1 'dashicons';
|
||||
font: normal 20px/1 dashicons;
|
||||
speak: none;
|
||||
padding: 4px 0;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
|
@ -300,7 +300,7 @@ html:lang(he-il) .rtl #wpadminbar * {
|
|||
#wpadminbar .menupop .menupop > .ab-item:before,
|
||||
#wpadminbar .ab-top-secondary .menupop .menupop > .ab-item:before {
|
||||
position: absolute;
|
||||
font: normal 17px/1 'dashicons';
|
||||
font: normal 17px/1 dashicons;
|
||||
speak: none;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
|
@ -492,7 +492,7 @@ html:lang(he-il) .rtl #wpadminbar * {
|
|||
*/
|
||||
#wpadminbar .quicklinks li .blavatar {
|
||||
float: left;
|
||||
font: normal 16px/1 'dashicons' !important;
|
||||
font: normal 16px/1 dashicons !important;
|
||||
speak: none;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
|
@ -598,7 +598,7 @@ html:lang(he-il) .rtl #wpadminbar * {
|
|||
top: 6px;
|
||||
left: 5px;
|
||||
z-index: 20;
|
||||
font: normal 20px/1 'dashicons' !important;
|
||||
font: normal 20px/1 dashicons !important;
|
||||
content: '\f179';
|
||||
speak: none;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
|
@ -876,7 +876,7 @@ html:lang(he-il) .rtl #wpadminbar * {
|
|||
}
|
||||
|
||||
#wpadminbar #wp-admin-bar-wp-logo > .ab-item .ab-icon:before {
|
||||
font: 28px/1 'dashicons' !important;
|
||||
font: 28px/1 dashicons !important;
|
||||
top: -3px;
|
||||
}
|
||||
|
||||
|
@ -914,7 +914,7 @@ html:lang(he-il) .rtl #wpadminbar * {
|
|||
#wpadminbar #wp-admin-bar-my-account > .ab-item:before {
|
||||
display: block;
|
||||
text-indent: 0;
|
||||
font: normal 32px/1 'dashicons';
|
||||
font: normal 32px/1 dashicons;
|
||||
speak: none;
|
||||
top: 7px;
|
||||
width: 52px;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -62,7 +62,7 @@
|
|||
}
|
||||
|
||||
.mce-window .mce-window-head .mce-close:before {
|
||||
font: normal 20px/36px 'dashicons';
|
||||
font: normal 20px/36px dashicons;
|
||||
text-align: center;
|
||||
color: #666;
|
||||
width: 36px;
|
||||
|
@ -805,7 +805,7 @@ i.mce-i-hr,
|
|||
i.mce-i-wp_code,
|
||||
i.mce-i-dashicon,
|
||||
.mce-close {
|
||||
font: normal 20px/1 'dashicons';
|
||||
font: normal 20px/1 dashicons;
|
||||
padding: 0;
|
||||
vertical-align: top;
|
||||
speak: none;
|
||||
|
@ -816,7 +816,7 @@ i.mce-i-dashicon,
|
|||
}
|
||||
|
||||
.qt-dfw {
|
||||
font: normal 20px/1 'dashicons';
|
||||
font: normal 20px/1 dashicons;
|
||||
vertical-align: top;
|
||||
speak: none;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
|
@ -1121,7 +1121,7 @@ i.mce-i-wp_code:before {
|
|||
}
|
||||
|
||||
.wp-media-buttons .add_media span.wp-media-buttons-icon:before {
|
||||
font: normal 18px/1 'dashicons';
|
||||
font: normal 18px/1 dashicons;
|
||||
speak: none;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
|
@ -1331,7 +1331,7 @@ i.mce-i-wp_code:before {
|
|||
}
|
||||
|
||||
#wp-link-close:before {
|
||||
font: normal 20px/36px 'dashicons';
|
||||
font: normal 20px/36px dashicons;
|
||||
vertical-align: top;
|
||||
speak: none;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
|
@ -1379,7 +1379,7 @@ i.mce-i-wp_code:before {
|
|||
|
||||
#wp-link-search-toggle:after {
|
||||
display: inline-block;
|
||||
font: normal 20px/1 'dashicons';
|
||||
font: normal 20px/1 dashicons;
|
||||
vertical-align: top;
|
||||
speak: none;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
|
|
|
@ -62,7 +62,7 @@
|
|||
}
|
||||
|
||||
.mce-window .mce-window-head .mce-close:before {
|
||||
font: normal 20px/36px 'dashicons';
|
||||
font: normal 20px/36px dashicons;
|
||||
text-align: center;
|
||||
color: #666;
|
||||
width: 36px;
|
||||
|
@ -805,7 +805,7 @@ i.mce-i-hr,
|
|||
i.mce-i-wp_code,
|
||||
i.mce-i-dashicon,
|
||||
.mce-close {
|
||||
font: normal 20px/1 'dashicons';
|
||||
font: normal 20px/1 dashicons;
|
||||
padding: 0;
|
||||
vertical-align: top;
|
||||
speak: none;
|
||||
|
@ -816,7 +816,7 @@ i.mce-i-dashicon,
|
|||
}
|
||||
|
||||
.qt-dfw {
|
||||
font: normal 20px/1 'dashicons';
|
||||
font: normal 20px/1 dashicons;
|
||||
vertical-align: top;
|
||||
speak: none;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
|
@ -1121,7 +1121,7 @@ i.mce-i-wp_code:before {
|
|||
}
|
||||
|
||||
.wp-media-buttons .add_media span.wp-media-buttons-icon:before {
|
||||
font: normal 18px/1 'dashicons';
|
||||
font: normal 18px/1 dashicons;
|
||||
speak: none;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
|
@ -1331,7 +1331,7 @@ i.mce-i-wp_code:before {
|
|||
}
|
||||
|
||||
#wp-link-close:before {
|
||||
font: normal 20px/36px 'dashicons';
|
||||
font: normal 20px/36px dashicons;
|
||||
vertical-align: top;
|
||||
speak: none;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
|
@ -1379,7 +1379,7 @@ i.mce-i-wp_code:before {
|
|||
|
||||
#wp-link-search-toggle:after {
|
||||
display: inline-block;
|
||||
font: normal 20px/1 'dashicons';
|
||||
font: normal 20px/1 dashicons;
|
||||
vertical-align: top;
|
||||
speak: none;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
|
|
|
@ -306,7 +306,7 @@
|
|||
}
|
||||
|
||||
.ui-dialog-titlebar-close:before {
|
||||
font: normal 20px/1 'dashicons';
|
||||
font: normal 20px/1 dashicons;
|
||||
vertical-align: top;
|
||||
speak: none;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
|
|
|
@ -306,7 +306,7 @@
|
|||
}
|
||||
|
||||
.ui-dialog-titlebar-close:before {
|
||||
font: normal 20px/1 'dashicons';
|
||||
font: normal 20px/1 dashicons;
|
||||
vertical-align: top;
|
||||
speak: none;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
|
|
|
@ -174,7 +174,7 @@
|
|||
|
||||
.media-modal-close .media-modal-icon:before {
|
||||
content: '\f158';
|
||||
font: normal 20px/1 'dashicons';
|
||||
font: normal 20px/1 dashicons;
|
||||
speak: none;
|
||||
vertical-align: middle;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
|
@ -1088,7 +1088,7 @@
|
|||
}
|
||||
|
||||
.uploader-inline .close:before {
|
||||
font: normal 30px/50px 'dashicons' !important;
|
||||
font: normal 30px/50px dashicons !important;
|
||||
color: #777;
|
||||
display: inline-block;
|
||||
content: '\f335';
|
||||
|
@ -1892,7 +1892,7 @@
|
|||
}
|
||||
|
||||
.image-details .advanced-toggle:after {
|
||||
font: normal 20px/1 'dashicons';
|
||||
font: normal 20px/1 dashicons;
|
||||
speak: none;
|
||||
vertical-align: top;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -174,7 +174,7 @@
|
|||
|
||||
.media-modal-close .media-modal-icon:before {
|
||||
content: '\f158';
|
||||
font: normal 20px/1 'dashicons';
|
||||
font: normal 20px/1 dashicons;
|
||||
speak: none;
|
||||
vertical-align: middle;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
|
@ -1088,7 +1088,7 @@
|
|||
}
|
||||
|
||||
.uploader-inline .close:before {
|
||||
font: normal 30px/50px 'dashicons' !important;
|
||||
font: normal 30px/50px dashicons !important;
|
||||
color: #777;
|
||||
display: inline-block;
|
||||
content: '\f335';
|
||||
|
@ -1892,7 +1892,7 @@
|
|||
}
|
||||
|
||||
.image-details .advanced-toggle:after {
|
||||
font: normal 20px/1 'dashicons';
|
||||
font: normal 20px/1 dashicons;
|
||||
speak: none;
|
||||
vertical-align: top;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -73,7 +73,7 @@
|
|||
#wp-auth-check-wrap .wp-auth-check-close:before {
|
||||
content: '\f158';
|
||||
display: block !important;
|
||||
font: normal 20px/1 'dashicons';
|
||||
font: normal 20px/1 dashicons;
|
||||
speak: none;
|
||||
height: 22px;
|
||||
margin: 2px 0;
|
||||
|
|
|
@ -73,7 +73,7 @@
|
|||
#wp-auth-check-wrap .wp-auth-check-close:before {
|
||||
content: '\f158';
|
||||
display: block !important;
|
||||
font: normal 20px/1 'dashicons';
|
||||
font: normal 20px/1 dashicons;
|
||||
speak: none;
|
||||
height: 22px;
|
||||
margin: 2px 0;
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
border-radius: 50%;
|
||||
color: #00a0d2;
|
||||
content: '\f227';
|
||||
font: normal 20px/1.6 'dashicons';
|
||||
font: normal 20px/1.6 dashicons;
|
||||
position: absolute;
|
||||
top: 8px;
|
||||
right: 15px;
|
||||
|
@ -64,7 +64,7 @@
|
|||
color: #b4b9be;
|
||||
content: '\f153';
|
||||
display: block !important;
|
||||
font: normal 16px/1 'dashicons';
|
||||
font: normal 16px/1 dashicons;
|
||||
speak: none;
|
||||
margin: 1px 0;
|
||||
text-align: center;
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
border-radius: 50%;
|
||||
color: #00a0d2;
|
||||
content: '\f227';
|
||||
font: normal 20px/1.6 'dashicons';
|
||||
font: normal 20px/1.6 dashicons;
|
||||
position: absolute;
|
||||
top: 8px;
|
||||
left: 15px;
|
||||
|
@ -64,7 +64,7 @@
|
|||
color: #b4b9be;
|
||||
content: '\f153';
|
||||
display: block !important;
|
||||
font: normal 16px/1 'dashicons';
|
||||
font: normal 16px/1 dashicons;
|
||||
speak: none;
|
||||
margin: 1px 0;
|
||||
text-align: center;
|
||||
|
|
|
@ -127,7 +127,7 @@
|
|||
|
||||
.tb-close-icon:before {
|
||||
content: '\f158';
|
||||
font: normal 20px/29px 'dashicons';
|
||||
font: normal 20px/29px dashicons;
|
||||
speak: none;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.4-alpha-33911';
|
||||
$wp_version = '4.4-alpha-33912';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue