View | Details | Raw Unified | Return to bug 32655
Collapse All | Expand All

(-)debian/changelog (+6 lines)
 Lines 1-3    Link Here 
1
univention-management-console-frontend (3.0.152-13) unstable; urgency=low
2
3
  * Bug #32655: fix host dropdown design in Internet Explorer and Firefox
4
5
 -- Florian Best <best@univention.de>  Thu, 23 Jan 2014 14:34:50 +0100
6
1
univention-management-console-frontend (3.0.152-12) unstable; urgency=low
7
univention-management-console-frontend (3.0.152-12) unstable; urgency=low
2
8
3
  * Bug #33383: fix interface of ComplexInput.setInitialValue
9
  * Bug #33383: fix interface of ComplexInput.setInitialValue
(-)css/umc-modifications.less (+14 lines)
 Lines 570-575    Link Here 
570
  background-image: url(images/menuHighlight.png);
570
  background-image: url(images/menuHighlight.png);
571
}
571
}
572
572
573
.dj_ie8 .umc .dijitMenuItem {
574
	// IE8 does not support transparency
575
	background-image: none;
576
}
577
578
.dj_ie8 .umc .dijitMenu .dijitMenuItemHover td,
579
.dj_ie8 .umc .dijitMenu .dijitMenuItemSelected td
580
.umc .dijitMenu .dijitMenuItemDisabled.dijitMenuItemSelected td,
581
.umc .dijitMenu .dijitMenuItemDisabled.dijitMenuItemHover td {
582
	 // FF, IE 8,9,10,11
583
	 border-top-color: transparent!important;
584
	 border-bottom-color: transparent!important;
585
}
586
573
.umc .dijitMenu .dijitMenuItem td {
587
.umc .dijitMenu .dijitMenuItem td {
574
  padding-top: 0.416em;
588
  padding-top: 0.416em;
575
  padding-bottom: 0.416em;
589
  padding-bottom: 0.416em;

Return to bug 32655