2013-08-30 13:42:32 +04:00
|
|
|
/* ---- BROWSER-SPECIFIC FIXES ---- */
|
|
|
|
|
|
|
|
/* remove dotted outlines in Firefox */
|
|
|
|
::-moz-focus-inner {
|
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
|
2014-05-23 20:03:01 +04:00
|
|
|
/* fix height of select boxes for OS X */
|
|
|
|
select {
|
2014-06-02 16:32:07 +04:00
|
|
|
height: 32px;
|
2014-05-23 20:03:01 +04:00
|
|
|
}
|
|
|
|
|
2013-08-30 13:42:32 +04:00
|
|
|
/* deactivate show password toggle for IE. Does not work for 8 and 9+ have their own implementation. */
|
|
|
|
.ie #show, .ie #show+label {
|
|
|
|
display: none;
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
|
2017-12-19 14:11:12 +03:00
|
|
|
.ie #header .menu,
|
|
|
|
.ie .header-left #navigation,
|
|
|
|
.ie .ui-datepicker,
|
|
|
|
.ie .ui-timepicker.ui-widget,
|
2018-01-08 12:16:07 +03:00
|
|
|
.ie #appmenu li span,
|
|
|
|
.ie .tooltip-inner {
|
2018-06-03 12:23:47 +03:00
|
|
|
box-shadow: 0 1px 10px var(--color-box-shadow);
|
2017-12-19 14:11:12 +03:00
|
|
|
}
|