editor.css
7 years ago
elementor-editor.css
6 months ago
elementor-widgets.css
7 years ago
index.php
9 years ago
editor.css
46 lines
| 1 | /*------------------------ |
| 2 | $editor buttons |
| 3 | --------------------------*/ |
| 4 | .wp_themeSkin .mceIcon.mce_dropcap, |
| 5 | .wp_themeSkin .mceIcon.mce_quote , |
| 6 | .wp_themeSkin .mceIcon.mce_button, |
| 7 | .wp_themeSkin .mceIcon.mce_column, |
| 8 | .wp_themeSkin .mceIcon.mce_divider, |
| 9 | .wp_themeSkin .mceIcon.mce_highlight, |
| 10 | .wp_themeSkin .mceIcon.mce_msgbox, |
| 11 | .wp_themeSkin .mceIcon.mce_tabs, |
| 12 | .wp_themeSkin .mceIcon.mce_vimeo, |
| 13 | .wp_themeSkin .mceIcon.mce_utube, |
| 14 | .wp_themeSkin .mceIcon.mce_vplayer, |
| 15 | .wp_themeSkin .mceIcon.mce_video, |
| 16 | .wp_themeSkin .mceIcon.mce_testimonial { |
| 17 | background: url(images/mini-element-icons.png) 0 0 no-repeat; |
| 18 | } |
| 19 | |
| 20 | .wp_themeSkin .mceIcon.mce_dropcap { background-position :-366px -8px; } |
| 21 | .wp_themeSkin .mceIcon.mce_quote { background-position :-128px -128px; } |
| 22 | .wp_themeSkin .mceIcon.mce_button { background-position :-366px -47px; } |
| 23 | .wp_themeSkin .mceIcon.mce_column { background-position :-278px -247px; } |
| 24 | .wp_themeSkin .mceIcon.mce_divider { background-position :-308px -287px; } |
| 25 | .wp_themeSkin .mceIcon.mce_highlight{ background-position :-366px -88px; } |
| 26 | .wp_themeSkin .mceIcon.mce_msgbox { background-position :-308px -248px; } |
| 27 | .wp_themeSkin .mceIcon.mce_tabs { background-position :-128px -288px; } |
| 28 | .wp_themeSkin .mceIcon.mce_testimonial { background-position:-158px -127px; } |
| 29 | .wp_themeSkin .mceIcon.mce_utube { background-position :-366px -128px; } |
| 30 | .wp_themeSkin .mceIcon.mce_vimeo { background-position :-218px -287px; } |
| 31 | .wp_themeSkin .mceIcon.mce_video { background-position :-38px -288px; } |
| 32 | |
| 33 | /** |
| 34 | * Fix SVGs not showing correctly as featured images. |
| 35 | */ |
| 36 | #postimagediv .inside .svg img { |
| 37 | width: 100%; |
| 38 | } |
| 39 | |
| 40 | /** |
| 41 | * Fix for Gutenberg not showing featured images correctly. |
| 42 | */ |
| 43 | img.components-responsive-wrapper__content[src$=".svg"] { |
| 44 | position: relative; |
| 45 | } |
| 46 |