Commit c0129f8c authored by Mark Otto's avatar Mark Otto
Browse files

dist

parent e3f9c463
Showing with 18 additions and 1 deletion
+18 -1
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
...@@ -2436,6 +2436,10 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for ...@@ -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 { ...@@ -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 { ...@@ -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 { ...@@ -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 { ...@@ -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;
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
This source diff could not be displayed because it is too large. You can view the blob instead.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment