fix btn borders ie7/ie8
This commit is contained in:
parent
c3143b4729
commit
f17b2633ad
5 changed files with 18 additions and 14 deletions
|
|
@ -286,11 +286,10 @@ div.page-header {
|
|||
// One-liner alert bars
|
||||
div.alert-message {
|
||||
|
||||
// TODO: Ask cloudhead how to do this fany filter elegantly. Less eval is returning strings with quotes ;_;
|
||||
// TODO: Ask cloudhead how to do this fancy filter elegantly. Less eval is returning strings with quotes ;_;
|
||||
#gradient > .vertical(transparent, rgba(0,0,0,0.15));
|
||||
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#15000000')";
|
||||
filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#15000000')";
|
||||
|
||||
background-color: @grayLighter;
|
||||
margin-bottom: @baseline;
|
||||
padding: 8px 15px;
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue