mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-01 03:10:14 +02:00
Merge branch '3.0.0-wip' of https://github.com/saas786/bootstrap into saas786-3.0.0-wip
Conflicts: customize.html less/alerts.less less/badges.less less/button-groups.less less/buttons.less less/carousel.less
This commit is contained in:
4
dist/css/bootstrap.css
vendored
4
dist/css/bootstrap.css
vendored
@@ -1713,7 +1713,7 @@ textarea.input-sm {
|
|||||||
padding: 6px 12px;
|
padding: 6px 12px;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: 500;
|
font-weight: bold;
|
||||||
line-height: 1.428571429;
|
line-height: 1.428571429;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
@@ -1996,7 +1996,7 @@ fieldset[disabled] .btn-link {
|
|||||||
fieldset[disabled] .btn-link:hover,
|
fieldset[disabled] .btn-link:hover,
|
||||||
.btn-link[disabled]:focus,
|
.btn-link[disabled]:focus,
|
||||||
fieldset[disabled] .btn-link:focus {
|
fieldset[disabled] .btn-link:focus {
|
||||||
color: #333333;
|
color: #999999;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
2
dist/css/bootstrap.min.css
vendored
2
dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -26,7 +26,7 @@
|
|||||||
}
|
}
|
||||||
// Provide class for links that match alerts
|
// Provide class for links that match alerts
|
||||||
.alert-link {
|
.alert-link {
|
||||||
font-weight: bold;
|
font-weight: @alert-link-font-weight;
|
||||||
color: darken(@alert-text, 10%);
|
color: darken(@alert-text, 10%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -9,14 +9,14 @@
|
|||||||
min-width: 10px;
|
min-width: 10px;
|
||||||
padding: 3px 7px;
|
padding: 3px 7px;
|
||||||
font-size: @font-size-small;
|
font-size: @font-size-small;
|
||||||
font-weight: bold;
|
font-weight: @badge-font-weight;
|
||||||
color: @badge-color;
|
color: @badge-color;
|
||||||
line-height: 1;
|
line-height: @badge-line-height;
|
||||||
vertical-align: baseline;
|
vertical-align: baseline;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-color: @badge-bg;
|
background-color: @badge-bg;
|
||||||
border-radius: 10px;
|
border-radius: @badge-border-radius;
|
||||||
|
|
||||||
// Empty labels/badges collapse
|
// Empty labels/badges collapse
|
||||||
&:empty {
|
&:empty {
|
||||||
|
@@ -140,11 +140,11 @@
|
|||||||
}
|
}
|
||||||
// Carets in other button sizes
|
// Carets in other button sizes
|
||||||
.btn-lg .caret {
|
.btn-lg .caret {
|
||||||
border-width: 5px;
|
border-width: @caret-width-large;
|
||||||
}
|
}
|
||||||
// Upside down carets for .dropup
|
// Upside down carets for .dropup
|
||||||
.dropup .btn-lg .caret {
|
.dropup .btn-lg .caret {
|
||||||
border-bottom-width: 5px;
|
border-bottom-width: @caret-width-large;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@@ -12,7 +12,7 @@
|
|||||||
padding: @padding-base-vertical @padding-base-horizontal;
|
padding: @padding-base-vertical @padding-base-horizontal;
|
||||||
margin-bottom: 0; // For input.btn
|
margin-bottom: 0; // For input.btn
|
||||||
font-size: @font-size-base;
|
font-size: @font-size-base;
|
||||||
font-weight: 500;
|
font-weight: @btn-font-weight;
|
||||||
line-height: @line-height-base;
|
line-height: @line-height-base;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
@@ -110,7 +110,7 @@
|
|||||||
fieldset[disabled] & {
|
fieldset[disabled] & {
|
||||||
&:hover,
|
&:hover,
|
||||||
&:focus {
|
&:focus {
|
||||||
color: @gray-dark;
|
color: @btn-link-disabled-color;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -69,9 +69,9 @@
|
|||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
width: 15%;
|
width: @carousel-control-width;
|
||||||
.opacity(.5);
|
.opacity(@carousel-control-opacity);
|
||||||
font-size: 20px;
|
font-size: @carousel-control-font-size;
|
||||||
color: @carousel-control-color;
|
color: @carousel-control-color;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
text-shadow: @carousel-text-shadow;
|
text-shadow: @carousel-text-shadow;
|
||||||
|
@@ -6,7 +6,7 @@
|
|||||||
.close {
|
.close {
|
||||||
float: right;
|
float: right;
|
||||||
font-size: (@font-size-base * 1.5);
|
font-size: (@font-size-base * 1.5);
|
||||||
font-weight: bold;
|
font-weight: @close-font-weight;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
color: @close-color;
|
color: @close-color;
|
||||||
text-shadow: @close-text-shadow;
|
text-shadow: @close-text-shadow;
|
||||||
|
@@ -11,9 +11,9 @@
|
|||||||
height: 0;
|
height: 0;
|
||||||
margin-left: 2px;
|
margin-left: 2px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
border-top: 4px solid @dropdown-caret-color;
|
border-top: @caret-width-base solid @dropdown-caret-color;
|
||||||
border-right: 4px solid transparent;
|
border-right: @caret-width-base solid transparent;
|
||||||
border-left: 4px solid transparent;
|
border-left: @caret-width-base solid transparent;
|
||||||
content: "";
|
content: "";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -78,6 +78,8 @@
|
|||||||
|
|
||||||
@component-active-bg: @brand-primary;
|
@component-active-bg: @brand-primary;
|
||||||
|
|
||||||
|
@caret-width-base: 4px;
|
||||||
|
@caret-width-large: 5px;
|
||||||
|
|
||||||
// Tables
|
// Tables
|
||||||
// -------------------------
|
// -------------------------
|
||||||
@@ -96,6 +98,8 @@
|
|||||||
// Buttons
|
// Buttons
|
||||||
// -------------------------
|
// -------------------------
|
||||||
|
|
||||||
|
@btn-font-weight: bold;
|
||||||
|
|
||||||
@btn-default-color: #333;
|
@btn-default-color: #333;
|
||||||
@btn-default-bg: #fff;
|
@btn-default-bg: #fff;
|
||||||
@btn-default-border: #ccc;
|
@btn-default-border: #ccc;
|
||||||
@@ -120,6 +124,8 @@
|
|||||||
@btn-info-bg: @brand-info;
|
@btn-info-bg: @brand-info;
|
||||||
@btn-info-border: darken(@btn-info-bg, 5%);
|
@btn-info-border: darken(@btn-info-bg, 5%);
|
||||||
|
|
||||||
|
@btn-link-disabled-color: @gray-light;
|
||||||
|
|
||||||
|
|
||||||
// Forms
|
// Forms
|
||||||
// -------------------------
|
// -------------------------
|
||||||
@@ -404,6 +410,7 @@
|
|||||||
// -------------------------
|
// -------------------------
|
||||||
@alert-padding: 15px;
|
@alert-padding: 15px;
|
||||||
@alert-border-radius: @border-radius-base;
|
@alert-border-radius: @border-radius-base;
|
||||||
|
@alert-link-font-weight: bold;
|
||||||
|
|
||||||
@alert-bg: @state-warning-bg;
|
@alert-bg: @state-warning-bg;
|
||||||
@alert-text: @state-warning-text;
|
@alert-text: @state-warning-text;
|
||||||
@@ -500,11 +507,15 @@
|
|||||||
// -------------------------
|
// -------------------------
|
||||||
@badge-color: #fff;
|
@badge-color: #fff;
|
||||||
@badge-link-hover-color: #fff;
|
@badge-link-hover-color: #fff;
|
||||||
|
|
||||||
@badge-bg: @gray-light;
|
@badge-bg: @gray-light;
|
||||||
|
|
||||||
@badge-active-color: @link-color;
|
@badge-active-color: @link-color;
|
||||||
@badge-active-bg: #fff;
|
@badge-active-bg: #fff;
|
||||||
|
|
||||||
|
@badge-font-weight: bold;
|
||||||
|
@badge-line-height: 1;
|
||||||
|
@badge-border-radius: 10px;
|
||||||
|
|
||||||
|
|
||||||
// Breadcrumbs
|
// Breadcrumbs
|
||||||
// -------------------------
|
// -------------------------
|
||||||
@@ -515,12 +526,16 @@
|
|||||||
|
|
||||||
// Carousel
|
// Carousel
|
||||||
// ------------------------
|
// ------------------------
|
||||||
|
|
||||||
@carousel-text-shadow: 0 1px 2px rgba(0,0,0,.6);
|
@carousel-text-shadow: 0 1px 2px rgba(0,0,0,.6);
|
||||||
|
|
||||||
@carousel-control-color: #fff;
|
@carousel-control-color: #fff;
|
||||||
|
@carousel-control-width: 15%;
|
||||||
|
@carousel-control-opacity: .5;
|
||||||
|
@carousel-control-font-size: 20px;
|
||||||
|
|
||||||
@carousel-indicator-border-color: #fff;
|
|
||||||
@carousel-indicator-active-bg: #fff;
|
@carousel-indicator-active-bg: #fff;
|
||||||
|
@carousel-indicator-border-color: #fff;
|
||||||
|
|
||||||
@carousel-caption-color: #fff;
|
@carousel-caption-color: #fff;
|
||||||
|
|
||||||
@@ -528,6 +543,7 @@
|
|||||||
// Close
|
// Close
|
||||||
// ------------------------
|
// ------------------------
|
||||||
@close-color: #000;
|
@close-color: #000;
|
||||||
|
@close-font-weight: bold;
|
||||||
@close-text-shadow: 0 1px 0 #fff;
|
@close-text-shadow: 0 1px 0 #fff;
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user