Fix filter box shadow and border

This commit is contained in:
2018-04-11 19:06:09 +05:30
parent f390841097
commit ed453c55f4
+2 -1
View File
@@ -29,8 +29,9 @@
height: 2.5em; height: 2.5em;
padding: 0.5em; padding: 0.5em;
padding-left: 1em; padding-left: 1em;
border: 1px solid #000;
color: #00A9D2; color: #00A9D2;
box-shadow: 0 0 0.5em 0 rgba(0, 0, 0, 0.20);
border-radius: 0.25em;
} }
.stock-picker .page-content { .stock-picker .page-content {