2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

disable shadows on buttons for now

This commit is contained in:
Mark Otto
2014-11-25 17:47:32 -08:00
parent 6a810551d0
commit 15d98dc6b7
10 changed files with 9 additions and 32 deletions
+2 -2
View File
@@ -7,8 +7,8 @@
color: @color;
background-color: @background;
border-color: @border;
@shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
.box-shadow(@shadow);
// @shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
// .box-shadow(@shadow);
&:hover,
&:focus,