tinymce.css (1735B)
1 2 div.cp-tinymce-inline.mce-tinymce-inline { 3 width: 588px !important; 4 } 5 6 .mce-flow-layout-item { 7 margin-top: 1px !important; 8 } 9 10 .mce-btn button { 11 /* padding: 4px 8px !important; */ 12 font-size: 14px !important; 13 line-height: 20px !important; 14 cursor: pointer !important; 15 color: #333 !important; 16 text-align: center !important; 17 overflow: visible !important; 18 -webkit-appearance: none !important; 19 margin-bottom: 0px !important; 20 min-width: 0 !important; 21 border: none !important; 22 } 23 24 .mce-listbox button { 25 /* padding-right: 0px !important; */ 26 } 27 28 .mce-btn .mce-caret { 29 /* margin-top: 8px !important; */ 30 /* margin-left: 10px !important; */ 31 } 32 33 .mce-tinymce-inline { 34 transition: none !important; 35 /*max-width: 600px !important;*/ 36 /*width: 550px !important;*/ 37 } 38 39 .mce-tinymce-inline button, .mce-tinymce-inline .button { 40 background-color: transparent !important; 41 min-width: 0px !important; 42 line-height: 18px !important; 43 letter-spacing: 0px !important; 44 } 45 46 .mce-tinymce-inline * { 47 transition: none !important; 48 } 49 50 .mce-tinymce-inline .mce-container { 51 /* max-width: 100% !important; */ 52 } 53 54 .mce-tinymce-inline .mce-container-body { 55 /* max-width: 100% !important; */ 56 width: auto !important; 57 } 58 59 .mce-btn .mce-txt { 60 vertical-align: middle !important; 61 line-height: 100%; 62 } 63 64 .mce-colorbutton [role="presentation"] { 65 /* padding-right: 0px !important; */ 66 } 67 68 .mce-colorbutton [role="presentation"] + button { 69 /* padding-left: 0px !important; */ 70 } 71 72 .mce-colorbutton [role="presentation"] + button .mce-caret { 73 /* margin-left: 0px !important; */ 74 }