PluginProbe
Easy Bootstrap Shortcode / trunk
Easy Bootstrap Shortcode vtrunk
trunk 2.4.0 2.5 3.4 3.5 3.6 3.7 4.0.0 4.4 4.5 4.5.4 5.0.0 5.0.1 5.0.2
easy-bootstrap-shortcodes / styles / editor.css

editor.css in Easy Bootstrap Shortcode trunk, at styles/editor.css

24 lines 687 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .mce-ico.mce-i-osc_icon_drop.ebsp_dropdown_icon {
2 background: url("../images/icon_dropdown.png") repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
3 height: 16px !important;
4 position: relative !important;
5 top: 0 !important;
6 width: 32px !important;
7 }
8
9 .mce-splitbtn.ebsp_dropdown_cs_class {
10 height: 22px !important;
11 line-height: 22px !important;
12 }
13
14 .mce-splitbtn.ebsp_dropdown_cs_class:hover{
15 border: 1px solid #BBBBBB !important;
16 background: linear-gradient(to top, #E5E5E5, #FFFFFF) repeat scroll 0 0 #EEEEEE !important;
17 }
18 .ebsp_dropdown_items{
19 max-height: 22px !important;
20 }
21 .mce-i-osc_icon{
22 width: 20px !important;
23 height: 20px !important;
24 }