X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fskins%2Fv2%2Fmenu.css;h=f7c19d9625e8191ba4aa71740a505d957ba8fe6d;hb=039a051ccf3901311661022a30afd60fc38130c9;hp=fcc8b5ab3fc96ea2135cb1c2850bea003bd18a2f;hpb=059b4c2fef02528bf1af189f7996e80652faddfb;p=ckeditor.git diff --git a/_source/skins/v2/menu.css b/_source/skins/v2/menu.css index fcc8b5a..f7c19d9 100644 --- a/_source/skins/v2/menu.css +++ b/_source/skins/v2/menu.css @@ -32,21 +32,6 @@ For licensing, see LICENSE.html or http://ckeditor.com/license border: 2px solid; } -.cke_skin_v2 .cke_menuitem a.cke_disabled:hover, -.cke_skin_v2 .cke_menuitem a.cke_disabled:focus, -.cke_skin_v2 .cke_menuitem a.cke_disabled:active -{ - background-color: transparent !important; -} - -.cke_hc .cke_menuitem a.cke_disabled:hover, -.cke_hc .cke_menuitem a.cke_disabled:focus, -.cke_hc .cke_menuitem a.cke_disabled:active -{ - border-width: 0px; -} - - .cke_skin_v2 .cke_menuitem .cke_icon { background-image: url(icons.png); @@ -58,6 +43,11 @@ For licensing, see LICENSE.html or http://ckeditor.com/license float: left; } +.cke_rtl .cke_skin_v2 .cke_menuitem .cke_icon +{ + background-image: url(icons_rtl.png); +} + .cke_skin_v2 .cke_menuitem .cke_disabled .cke_icon { filter: alpha(opacity=70); /* IE */ @@ -73,6 +63,14 @@ For licensing, see LICENSE.html or http://ckeditor.com/license float: left; filter: alpha(opacity=70); /* IE */ opacity: 0.70; /* Safari, Opera and Mozilla */ + clear: both; +} + +/* IE9 insists on border box model on this element.*/ + .cke_browser_ie9 .cke_skin_v2 .cke_menuitem .cke_icon_wrapper +{ + width:24px; + height:24px; } .cke_rtl .cke_skin_v2 .cke_menuitem .cke_icon_wrapper @@ -108,6 +106,13 @@ For licensing, see LICENSE.html or http://ckeditor.com/license margin-left: 24px; background-color: #fff; } + +/* IE9 insists on border box model on this element.*/ +.cke_browser_ie9 .cke_skin_v2 .cke_menuitem .cke_label +{ + height:24px; +} + /* Set these after the document has been loaded and we know the dimensions*/ .cke_skin_v2 .cke_frameLoaded .cke_menuitem .cke_label {