mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +01:00
dist
This commit is contained in:
parent
e3f9c463fc
commit
c0129f8c2a
File diff suppressed because one or more lines are too long
@ -2436,6 +2436,10 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
|
||||
opacity: 0.65;
|
||||
}
|
||||
|
||||
.btn:not([disabled]):not(.disabled) {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.btn:not([disabled]):not(.disabled):active, .btn:not([disabled]):not(.disabled).active {
|
||||
background-image: none;
|
||||
}
|
||||
@ -3882,6 +3886,10 @@ tbody.collapse.show {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.navbar-toggler:not([disabled]):not(.disabled) {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.navbar-toggler-icon {
|
||||
display: inline-block;
|
||||
width: 1.5em;
|
||||
@ -4593,6 +4601,10 @@ tbody.collapse.show {
|
||||
border-color: #dee2e6;
|
||||
}
|
||||
|
||||
.page-link:not([disabled]):not(.disabled) {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.page-item:first-child .page-link {
|
||||
margin-left: 0;
|
||||
border-top-left-radius: 0.25rem;
|
||||
@ -4614,6 +4626,7 @@ tbody.collapse.show {
|
||||
.page-item.disabled .page-link {
|
||||
color: #868e96;
|
||||
pointer-events: none;
|
||||
cursor: auto;
|
||||
background-color: #fff;
|
||||
border-color: #dee2e6;
|
||||
}
|
||||
@ -5283,6 +5296,10 @@ button.list-group-item-dark.active {
|
||||
opacity: .75;
|
||||
}
|
||||
|
||||
.close:not([disabled]):not(.disabled) {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
button.close {
|
||||
padding: 0;
|
||||
background-color: transparent;
|
||||
|
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
Loading…
x
Reference in New Issue
Block a user