1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 08:39:56 +02:00
This commit is contained in:
Mark Otto
2016-01-06 15:01:22 -08:00
parent fe40de1816
commit 8812541b83
8 changed files with 6 additions and 142 deletions

View File

@@ -4158,61 +4158,6 @@ input[type="button"].btn-block {
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 {
display: inline-block;
padding: .25em .4em;
@@ -4470,13 +4415,6 @@ a.label:focus, a.label:hover {
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 {
border-top-right-radius: .25rem;
border-bottom-right-radius: .25rem;
@@ -4511,12 +4449,6 @@ base::-moz-progress-bar,
border-top-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%"] {
border-top-right-radius: .25rem;
border-bottom-right-radius: .25rem;