mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +01:00
grunt
This commit is contained in:
parent
fe40de1816
commit
8812541b83
@ -4158,61 +4158,6 @@ input[type="button"].btn-block {
|
|||||||
border-bottom-right-radius: .2rem;
|
border-bottom-right-radius: .2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pager {
|
|
||||||
padding-left: 0;
|
|
||||||
margin-top: 1rem;
|
|
||||||
margin-bottom: 1rem;
|
|
||||||
text-align: center;
|
|
||||||
list-style: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.pager::after {
|
|
||||||
display: table;
|
|
||||||
clear: both;
|
|
||||||
content: "";
|
|
||||||
}
|
|
||||||
|
|
||||||
.pager li {
|
|
||||||
display: inline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.pager li > a,
|
|
||||||
.pager li > span {
|
|
||||||
display: inline-block;
|
|
||||||
padding: 5px 14px;
|
|
||||||
background-color: #fff;
|
|
||||||
border: 1px solid #ddd;
|
|
||||||
border-radius: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.pager li > a:focus, .pager li > a:hover {
|
|
||||||
text-decoration: none;
|
|
||||||
background-color: #eceeef;
|
|
||||||
}
|
|
||||||
|
|
||||||
.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover {
|
|
||||||
color: #818a91;
|
|
||||||
pointer-events: none;
|
|
||||||
cursor: not-allowed;
|
|
||||||
background-color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.pager .disabled > span {
|
|
||||||
color: #818a91;
|
|
||||||
cursor: not-allowed;
|
|
||||||
background-color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.pager-next > a,
|
|
||||||
.pager-next > span {
|
|
||||||
float: right;
|
|
||||||
}
|
|
||||||
|
|
||||||
.pager-prev > a,
|
|
||||||
.pager-prev > span {
|
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
.label {
|
.label {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: .25em .4em;
|
padding: .25em .4em;
|
||||||
@ -4470,13 +4415,6 @@ a.label:focus, a.label:hover {
|
|||||||
border-bottom-left-radius: .25rem;
|
border-bottom-left-radius: .25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.progress[value="0"]::-moz-progress-bar {
|
|
||||||
min-width: 2rem;
|
|
||||||
color: #818a91;
|
|
||||||
background-color: transparent;
|
|
||||||
background-image: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.progress[value="100"]::-moz-progress-bar {
|
.progress[value="100"]::-moz-progress-bar {
|
||||||
border-top-right-radius: .25rem;
|
border-top-right-radius: .25rem;
|
||||||
border-bottom-right-radius: .25rem;
|
border-bottom-right-radius: .25rem;
|
||||||
@ -4511,12 +4449,6 @@ base::-moz-progress-bar,
|
|||||||
border-top-left-radius: .25rem;
|
border-top-left-radius: .25rem;
|
||||||
border-bottom-left-radius: .25rem;
|
border-bottom-left-radius: .25rem;
|
||||||
}
|
}
|
||||||
.progress[width^="0"] {
|
|
||||||
min-width: 2rem;
|
|
||||||
color: #818a91;
|
|
||||||
background-color: transparent;
|
|
||||||
background-image: none;
|
|
||||||
}
|
|
||||||
.progress[width="100%"] {
|
.progress[width="100%"] {
|
||||||
border-top-right-radius: .25rem;
|
border-top-right-radius: .25rem;
|
||||||
border-bottom-right-radius: .25rem;
|
border-bottom-right-radius: .25rem;
|
||||||
|
2
dist/css/bootstrap.css.map
vendored
2
dist/css/bootstrap.css.map
vendored
File diff suppressed because one or more lines are too long
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
2
dist/css/bootstrap.min.css.map
vendored
2
dist/css/bootstrap.min.css.map
vendored
File diff suppressed because one or more lines are too long
@ -4158,61 +4158,6 @@ input[type="button"].btn-block {
|
|||||||
border-bottom-right-radius: .2rem;
|
border-bottom-right-radius: .2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pager {
|
|
||||||
padding-left: 0;
|
|
||||||
margin-top: 1rem;
|
|
||||||
margin-bottom: 1rem;
|
|
||||||
text-align: center;
|
|
||||||
list-style: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.pager::after {
|
|
||||||
display: table;
|
|
||||||
clear: both;
|
|
||||||
content: "";
|
|
||||||
}
|
|
||||||
|
|
||||||
.pager li {
|
|
||||||
display: inline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.pager li > a,
|
|
||||||
.pager li > span {
|
|
||||||
display: inline-block;
|
|
||||||
padding: 5px 14px;
|
|
||||||
background-color: #fff;
|
|
||||||
border: 1px solid #ddd;
|
|
||||||
border-radius: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.pager li > a:focus, .pager li > a:hover {
|
|
||||||
text-decoration: none;
|
|
||||||
background-color: #eceeef;
|
|
||||||
}
|
|
||||||
|
|
||||||
.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover {
|
|
||||||
color: #818a91;
|
|
||||||
pointer-events: none;
|
|
||||||
cursor: not-allowed;
|
|
||||||
background-color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.pager .disabled > span {
|
|
||||||
color: #818a91;
|
|
||||||
cursor: not-allowed;
|
|
||||||
background-color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.pager-next > a,
|
|
||||||
.pager-next > span {
|
|
||||||
float: right;
|
|
||||||
}
|
|
||||||
|
|
||||||
.pager-prev > a,
|
|
||||||
.pager-prev > span {
|
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
.label {
|
.label {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: .25em .4em;
|
padding: .25em .4em;
|
||||||
@ -4470,13 +4415,6 @@ a.label:focus, a.label:hover {
|
|||||||
border-bottom-left-radius: .25rem;
|
border-bottom-left-radius: .25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.progress[value="0"]::-moz-progress-bar {
|
|
||||||
min-width: 2rem;
|
|
||||||
color: #818a91;
|
|
||||||
background-color: transparent;
|
|
||||||
background-image: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.progress[value="100"]::-moz-progress-bar {
|
.progress[value="100"]::-moz-progress-bar {
|
||||||
border-top-right-radius: .25rem;
|
border-top-right-radius: .25rem;
|
||||||
border-bottom-right-radius: .25rem;
|
border-bottom-right-radius: .25rem;
|
||||||
@ -4511,12 +4449,6 @@ base::-moz-progress-bar,
|
|||||||
border-top-left-radius: .25rem;
|
border-top-left-radius: .25rem;
|
||||||
border-bottom-left-radius: .25rem;
|
border-bottom-left-radius: .25rem;
|
||||||
}
|
}
|
||||||
.progress[width^="0"] {
|
|
||||||
min-width: 2rem;
|
|
||||||
color: #818a91;
|
|
||||||
background-color: transparent;
|
|
||||||
background-image: none;
|
|
||||||
}
|
|
||||||
.progress[width="100%"] {
|
.progress[width="100%"] {
|
||||||
border-top-right-radius: .25rem;
|
border-top-right-radius: .25rem;
|
||||||
border-bottom-right-radius: .25rem;
|
border-bottom-right-radius: .25rem;
|
||||||
|
2
docs/dist/css/bootstrap.css.map
vendored
2
docs/dist/css/bootstrap.css.map
vendored
File diff suppressed because one or more lines are too long
2
docs/dist/css/bootstrap.min.css
vendored
2
docs/dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
2
docs/dist/css/bootstrap.min.css.map
vendored
2
docs/dist/css/bootstrap.min.css.map
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user