Index: debian/changelog =================================================================== --- debian/changelog (Revision 47378) +++ debian/changelog (Revision 47379) @@ -1,3 +1,9 @@ +univention-management-console-frontend (3.0.152-13) unstable; urgency=low + + * Bug #32655: fix host dropdown design in Internet Explorer and Firefox + + -- Florian Best Thu, 23 Jan 2014 14:34:50 +0100 + univention-management-console-frontend (3.0.152-12) unstable; urgency=low * Bug #33383: fix interface of ComplexInput.setInitialValue Index: css/umc-modifications.less =================================================================== --- css/umc-modifications.less (Revision 47378) +++ css/umc-modifications.less (Revision 47379) @@ -570,6 +570,20 @@ background-image: url(images/menuHighlight.png); } +.dj_ie8 .umc .dijitMenuItem { + // IE8 does not support transparency + background-image: none; +} + +.dj_ie8 .umc .dijitMenu .dijitMenuItemHover td, +.dj_ie8 .umc .dijitMenu .dijitMenuItemSelected td +.umc .dijitMenu .dijitMenuItemDisabled.dijitMenuItemSelected td, +.umc .dijitMenu .dijitMenuItemDisabled.dijitMenuItemHover td { + // FF, IE 8,9,10,11 + border-top-color: transparent!important; + border-bottom-color: transparent!important; +} + .umc .dijitMenu .dijitMenuItem td { padding-top: 0.416em; padding-bottom: 0.416em;