Skip to content
Snippets Groups Projects
Commit bfb1f36d authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

fix gradient, re #93

parent e5991eda
No related branches found
No related tags found
No related merge requests found
...@@ -76,7 +76,9 @@ ...@@ -76,7 +76,9 @@
left: 0; left: 0;
right: 0; right: 0;
height: 20px; height: 20px;
#gradient .vertical(fade-out(#fff, 100%), #fff);
background-image: linear-gradient(to bottom, fade-out(#fff, 100%), #fff); // Standard, IE10
background-repeat: repeat-x;
} }
} }
&.deprecated { &.deprecated {
......
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