Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-26 11:00:28 +01:00
IE11 CSS hack for decent display w/o flex support
Dieser Commit ist enthalten in:
Ursprung
eda320139f
Commit
dcbc9faf81
1 geänderte Dateien mit 14 neuen und 0 gelöschten Zeilen
|
@ -514,3 +514,17 @@ img.avatar {
|
||||||
color: rgb(231, 195, 0);
|
color: rgb(231, 195, 0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* IE11 hacks */
|
||||||
|
@media all and (-ms-high-contrast:none)
|
||||||
|
{
|
||||||
|
.custom-wizard {
|
||||||
|
div.wizard-step-contents {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.wizard-progress {
|
||||||
|
visibility: hidden;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Laden …
In neuem Issue referenzieren