mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03:00
dist
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user