Removed shadow from time period selector

This commit is contained in:
rewphus 2018-02-14 11:52:01 -06:00 committed by GitHub
parent 8c0a1a208a
commit 1c570011dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,7 +100,7 @@
}
//raise and round buttons
.btn:not(.bulk-select) {
.btn:not(.bulk-select):not(.period-chooser-header) {
border-radius: 2px;
-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);