2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +03:00

darken shadow for ie

This commit is contained in:
Jacob Thornton
2011-08-21 13:27:17 -07:00
parent 7c45f6cc7f
commit 0ca33aa1ba
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -190,7 +190,7 @@
font-size: @fontSize;
line-height: @baseline;
border: 1px solid @borderColor;
border-bottom: 1px solid #ddd;
border-bottom: 1px solid #ccc;
border-bottom-color: fadein(@borderColor, 15%);
.border-radius(@borderRadius);
@shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);