2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

add "shadows" for ie buttons

This commit is contained in:
Jacob Thornton
2011-08-21 13:22:39 -07:00
parent de494200fc
commit 96af4f6acf
4 changed files with 9 additions and 3 deletions
+1
View File
@@ -190,6 +190,7 @@
font-size: @fontSize;
line-height: @baseline;
border: 1px solid @borderColor;
border-bottom-color: #ddd;
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);
+2
View File
@@ -101,6 +101,8 @@ a {
#gradient > .vertical(@blue, @blueDark);
color: #fff;
text-shadow: 0 -1px 0 rgba(0,0,0,.25);
border-bottom-color: darken(@blueDark, 15%);
border-bottom-color: fadein(rgba(0,0,0,.1), 15%);
&:hover {
color: #fff;
}