Removed box-shadow on btn-link in default theme

This commit is contained in:
Sahat Yalkabov
2014-02-17 19:33:08 -05:00
parent de1ee38f8e
commit 4092ef56ce

View File

@ -32,6 +32,10 @@
background-image: linear-gradient(to bottom, #ffffff 60%, #f8f8f8 100%);
}
.btn-link {
box-shadow: none;
}
// Forms
// -------------------------