mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-21 18:54:30 +01:00
#3449: make legend and form-actions the same border color
This commit is contained in:
parent
c02c3c60c9
commit
a2fb9ed42f
6
docs/assets/css/bootstrap.css
vendored
6
docs/assets/css/bootstrap.css
vendored
@ -603,7 +603,7 @@ em {
|
|||||||
|
|
||||||
abbr[title] {
|
abbr[title] {
|
||||||
cursor: help;
|
cursor: help;
|
||||||
border-bottom: 1px dotted #ddd;
|
border-bottom: 1px dotted #999999;
|
||||||
}
|
}
|
||||||
|
|
||||||
abbr.initialism {
|
abbr.initialism {
|
||||||
@ -740,7 +740,7 @@ legend {
|
|||||||
line-height: 36px;
|
line-height: 36px;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
border: 0;
|
border: 0;
|
||||||
border-bottom: 1px solid #eee;
|
border-bottom: 1px solid #e5e5e5;
|
||||||
}
|
}
|
||||||
|
|
||||||
legend small {
|
legend small {
|
||||||
@ -1190,7 +1190,7 @@ select:focus:required:invalid:focus {
|
|||||||
margin-top: 18px;
|
margin-top: 18px;
|
||||||
margin-bottom: 18px;
|
margin-bottom: 18px;
|
||||||
background-color: #f5f5f5;
|
background-color: #f5f5f5;
|
||||||
border-top: 1px solid #ddd;
|
border-top: 1px solid #e5e5e5;
|
||||||
*zoom: 1;
|
*zoom: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ legend {
|
|||||||
line-height: @baseLineHeight * 2;
|
line-height: @baseLineHeight * 2;
|
||||||
color: @grayDark;
|
color: @grayDark;
|
||||||
border: 0;
|
border: 0;
|
||||||
border-bottom: 1px solid #eee;
|
border-bottom: 1px solid #e5e5e5;
|
||||||
|
|
||||||
// Small
|
// Small
|
||||||
small {
|
small {
|
||||||
@ -329,7 +329,7 @@ select:focus:required:invalid {
|
|||||||
margin-top: @baseLineHeight;
|
margin-top: @baseLineHeight;
|
||||||
margin-bottom: @baseLineHeight;
|
margin-bottom: @baseLineHeight;
|
||||||
background-color: @formActionsBackground;
|
background-color: @formActionsBackground;
|
||||||
border-top: 1px solid #ddd;
|
border-top: 1px solid #e5e5e5;
|
||||||
.clearfix(); // Adding clearfix to allow for .pull-right button containers
|
.clearfix(); // Adding clearfix to allow for .pull-right button containers
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user