summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYury German <blueknight@gentoo.org>2019-05-22 01:01:36 -0400
committerYury German <blueknight@gentoo.org>2019-05-22 01:01:36 -0400
commit0914c92da22824025992c368c745546e41fbeb84 (patch)
tree965f6adf3b725e56d559fe4a93eff02281499dcc /plugins/jetpack/css/jetpack-idc-admin-bar-rtl.css
parentDeleting plugins for update (diff)
downloadblogs-gentoo-0914c92da22824025992c368c745546e41fbeb84.tar.gz
blogs-gentoo-0914c92da22824025992c368c745546e41fbeb84.tar.bz2
blogs-gentoo-0914c92da22824025992c368c745546e41fbeb84.zip
Adding Plugins
Updating the following akismet.4.1.2, google-authenticator.0.52, jetpack.7.3.1 Signed-off-by: Yury German <blueknight@gentoo.org>
Diffstat (limited to 'plugins/jetpack/css/jetpack-idc-admin-bar-rtl.css')
-rw-r--r--plugins/jetpack/css/jetpack-idc-admin-bar-rtl.css33
1 files changed, 33 insertions, 0 deletions
diff --git a/plugins/jetpack/css/jetpack-idc-admin-bar-rtl.css b/plugins/jetpack/css/jetpack-idc-admin-bar-rtl.css
new file mode 100644
index 00000000..cdfbe282
--- /dev/null
+++ b/plugins/jetpack/css/jetpack-idc-admin-bar-rtl.css
@@ -0,0 +1,33 @@
+/*!
+* Do not modify this file directly. It is compiled SASS code.
+*/
+#wp-admin-bar-jetpack-idc.hide {
+ display: none;
+}
+
+#wp-admin-bar-jetpack-idc .jp-idc-admin-bar {
+ background: #fff;
+ border-radius: 2px;
+ color: #23282d;
+ padding: 4px 8px;
+ font-size: 12px;
+}
+
+#wpadminbar #wp-admin-bar-jetpack-idc .dashicons {
+ color: #23282d;
+ font-family: 'dashicons';
+}
+
+#wpadminbar #wp-admin-bar-jetpack-idc .dashicons:before {
+ font-size: 16px;
+}
+
+#wpadminbar #wp-admin-bar-jetpack-idc:hover .ab-item {
+ background: inherit;
+}
+
+#wpadminbar #wp-admin-bar-jetpack-idc:hover .jp-idc-admin-bar {
+ background: #eee;
+}
+
+/*# sourceMappingURL=jetpack-idc-admin-bar-rtl.css.map */