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

fix btn borders ie7/ie8

This commit is contained in:
Jacob Thornton
2011-08-21 19:56:43 -07:00
parent c3143b4729
commit f17b2633ad
5 changed files with 18 additions and 14 deletions
+4 -3
View File
@@ -189,9 +189,10 @@
color: @textColor;
font-size: @fontSize;
line-height: @baseline;
border: 1px solid @borderColor;
border-bottom: 1px solid #ccc;
border-bottom-color: fadein(@borderColor, 15%);
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-color: borderColor borderColor fadein(@borderColor, 15%);
.border-radius(@borderRadius);
@shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
.box-shadow(@shadow);