X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fskins%2Foffice2003%2Fmenu.css;h=385dfb0775e1807665cf7d2152b457918dcba219;hb=c9fdde67e6384bd5a66adc2b3bba5c4ce9db56c7;hp=17e4af7ab342ed4e1d7812161d579d6e26811e15;hpb=059b4c2fef02528bf1af189f7996e80652faddfb;p=ckeditor.git diff --git a/_source/skins/office2003/menu.css b/_source/skins/office2003/menu.css index 17e4af7..385dfb0 100644 --- a/_source/skins/office2003/menu.css +++ b/_source/skins/office2003/menu.css @@ -33,20 +33,6 @@ For licensing, see LICENSE.html or http://ckeditor.com/license border: 2px solid; } -.cke_skin_office2003 .cke_menuitem a.cke_disabled:hover, -.cke_skin_office2003 .cke_menuitem a.cke_disabled:focus, -.cke_skin_office2003 .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_office2003 .cke_menuitem .cke_icon { background-image: url(icons.png); @@ -58,6 +44,11 @@ For licensing, see LICENSE.html or http://ckeditor.com/license float: left; } +.cke_rtl .cke_skin_office2003 .cke_menuitem .cke_icon +{ + background-image: url(icons_rtl.png); +} + .cke_skin_office2003 .cke_menuitem .cke_disabled .cke_icon { filter: alpha(opacity=70); /* IE */ @@ -73,6 +64,7 @@ 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; } .cke_rtl .cke_skin_office2003 .cke_menuitem .cke_icon_wrapper