Skip to content
Snippets Groups Projects
Commit 87f69c19 authored by Anika Henke's avatar Anika Henke
Browse files

fixed icons in buttons not showing in IE8 and below (FS#2568)

parent 90658f38
No related branches found
No related tags found
No related merge requests found
......@@ -194,6 +194,10 @@ object {
max-width: 100%;
height: auto;
}
/* IE8 and below won't display the images otherwise */
button img {
max-width: none;
}
hr {
border-top: solid __border__;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment