mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-14 09:34:36 +02:00
dist
This commit is contained in:
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;
|
opacity: 0.65;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btn:not([disabled]):not(.disabled) {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
.btn:not([disabled]):not(.disabled):active, .btn:not([disabled]):not(.disabled).active {
|
.btn:not([disabled]):not(.disabled):active, .btn:not([disabled]):not(.disabled).active {
|
||||||
background-image: none;
|
background-image: none;
|
||||||
}
|
}
|
||||||
@@ -3882,6 +3886,10 @@ tbody.collapse.show {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.navbar-toggler:not([disabled]):not(.disabled) {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
.navbar-toggler-icon {
|
.navbar-toggler-icon {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 1.5em;
|
width: 1.5em;
|
||||||
@@ -4593,6 +4601,10 @@ tbody.collapse.show {
|
|||||||
border-color: #dee2e6;
|
border-color: #dee2e6;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.page-link:not([disabled]):not(.disabled) {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
.page-item:first-child .page-link {
|
.page-item:first-child .page-link {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
border-top-left-radius: 0.25rem;
|
border-top-left-radius: 0.25rem;
|
||||||
@@ -4614,6 +4626,7 @@ tbody.collapse.show {
|
|||||||
.page-item.disabled .page-link {
|
.page-item.disabled .page-link {
|
||||||
color: #868e96;
|
color: #868e96;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
cursor: auto;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border-color: #dee2e6;
|
border-color: #dee2e6;
|
||||||
}
|
}
|
||||||
@@ -5283,6 +5296,10 @@ button.list-group-item-dark.active {
|
|||||||
opacity: .75;
|
opacity: .75;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.close:not([disabled]):not(.disabled) {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
button.close {
|
button.close {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
background-color: transparent;
|
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
Reference in New Issue
Block a user