diff options
author | Yury German <blueknight@gentoo.org> | 2022-01-23 18:37:36 -0500 |
---|---|---|
committer | Yury German <blueknight@gentoo.org> | 2022-01-23 18:37:36 -0500 |
commit | f18b23a3a9378fb0a98856d436aa9ebf94e47429 (patch) | |
tree | e418433e22854ebd2d77eaa869d5d0470a973317 /plugins/jetpack/modules/contact-form/css/editor-ui-rtl.css | |
parent | Add classic-editor 1.5 (diff) | |
download | blogs-gentoo-f18b23a3a9378fb0a98856d436aa9ebf94e47429.tar.gz blogs-gentoo-f18b23a3a9378fb0a98856d436aa9ebf94e47429.tar.bz2 blogs-gentoo-f18b23a3a9378fb0a98856d436aa9ebf94e47429.zip |
Updating Classic Editor, Google Authenticatior, Jetpack, Public Post Preview, Table of Contents, Wordpress Importer
Signed-off-by: Yury German <blueknight@gentoo.org>
Diffstat (limited to 'plugins/jetpack/modules/contact-form/css/editor-ui-rtl.css')
-rw-r--r-- | plugins/jetpack/modules/contact-form/css/editor-ui-rtl.css | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/plugins/jetpack/modules/contact-form/css/editor-ui-rtl.css b/plugins/jetpack/modules/contact-form/css/editor-ui-rtl.css index df4c059d..f5f33a42 100644 --- a/plugins/jetpack/modules/contact-form/css/editor-ui-rtl.css +++ b/plugins/jetpack/modules/contact-form/css/editor-ui-rtl.css @@ -1,22 +1,13 @@ /* Do not modify this file directly. It is concatenated from individual module CSS files. */ i.mce-i-grunion { font-size: 20px; + font-family: dashicons; } i.mce-i-grunion:before, .jetpack-contact-form-icon:before { - width: 24px; + content: '\f175'; vertical-align: top; - content: ''; - display: block; - height: 24px; - background-size: 24px; - background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="rgb(85, 93, 102)" d="M13 7.5h5v2h-5zm0 7h5v2h-5zM19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V5h14v14zM11 6H6v5h5V6zm-1 4H7V7h3v3zm1 3H6v5h5v-5zm-1 4H7v-3h3v3z"/></svg>'); - margin-top: -4px; -} -i.mce-i-grunion:before { - margin-top: -2px; - margin-right: -2px; } .jetpack-contact-form-icon { @@ -24,4 +15,5 @@ i.mce-i-grunion:before { vertical-align: text-top; display: inline-block; height: 18px; + font: 18px/1 dashicons; } |