Skip to content
Snippets Groups Projects
Commit 78799413 authored by Lukas Reschke's avatar Lukas Reschke
Browse files

Remove uneeded vendor prefixes

parent badda69b
Branches
No related tags found
No related merge requests found
......@@ -10,14 +10,8 @@ ul.multiselectoptions
border-bottom-right-radius: .5em;
border-top: none;
box-shadow: 0 1px 1px #ddd;
moz-border-radius-bottomleft: .5em;
moz-border-radius-bottomright: .5em;
moz-box-shadow: 0 1px 1px #ddd;
padding-top: .5em;
position: absolute;
webkit-border-bottom-left-radius: .5em;
webkit-border-bottom-right-radius: .5em;
webkit-box-shadow: 0 1px 1px #ddd;
z-index: 49;
}
ul.multiselectoptions>li
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment