summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/css/jetpack-icons-rtl.css')
-rw-r--r--plugins/jetpack/css/jetpack-icons-rtl.css15
1 files changed, 11 insertions, 4 deletions
diff --git a/plugins/jetpack/css/jetpack-icons-rtl.css b/plugins/jetpack/css/jetpack-icons-rtl.css
index 6286b54a..eb9c35c5 100644
--- a/plugins/jetpack/css/jetpack-icons-rtl.css
+++ b/plugins/jetpack/css/jetpack-icons-rtl.css
@@ -8,17 +8,24 @@
font-weight: normal;
font-style: normal;
}
-
@media screen and (-webkit-min-device-pixel-ratio: 0) {
@font-face {
font-family: "jetpack";
src: url("../_inc/fonts/jetpack/jetpack.svg#jetpack") format("svg");
}
}
-
li.toplevel_page_jetpack .wp-menu-image:before {
- font-family: 'jetpack' !important;
- content: '\f100';
+ font-family: "jetpack" !important;
+ content: "\f100";
}
+#menu-posts-feedback .wp-menu-image:before {
+ font-family: dashicons !important;
+ content: "\f175";
+}
+
+#adminmenu #menu-posts-feedback div.wp-menu-image {
+ background: none !important;
+ background-repeat: no-repeat;
+}
/*# sourceMappingURL=jetpack-icons-rtl.css.map */