bootstrap.css 원복
parent
38883097a9
commit
144e696cc0
|
|
@ -3921,7 +3921,7 @@ textarea.form-control-lg {
|
|||
.nav-link {
|
||||
display: block;
|
||||
padding: 0.5rem 1rem;
|
||||
color: #1a1a1a;
|
||||
color: #0d6efd;
|
||||
text-decoration: none;
|
||||
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
|
||||
}
|
||||
|
|
@ -3934,7 +3934,7 @@ textarea.form-control-lg {
|
|||
color: #0a58ca;
|
||||
}
|
||||
.nav-link.disabled {
|
||||
color: #c1c1c1;
|
||||
color: #6c757d;
|
||||
pointer-events: none;
|
||||
cursor: default;
|
||||
}
|
||||
|
|
@ -3954,7 +3954,7 @@ textarea.form-control-lg {
|
|||
isolation: isolate;
|
||||
}
|
||||
.nav-tabs .nav-link.disabled {
|
||||
color: #e3e3e3;
|
||||
color: #6c757d;
|
||||
background-color: transparent;
|
||||
border-color: transparent;
|
||||
}
|
||||
|
|
@ -3978,7 +3978,7 @@ textarea.form-control-lg {
|
|||
.nav-pills .nav-link.active,
|
||||
.nav-pills .show > .nav-link {
|
||||
color: #fff;
|
||||
background-color: #5c5c5c;
|
||||
background-color: #0d6efd;
|
||||
}
|
||||
|
||||
.nav-fill > .nav-link,
|
||||
|
|
@ -4782,7 +4782,7 @@ textarea.form-control-lg {
|
|||
.page-link {
|
||||
position: relative;
|
||||
display: block;
|
||||
color: #1a1a1a;
|
||||
color: #0d6efd;
|
||||
text-decoration: none;
|
||||
background-color: #fff;
|
||||
border: 1px solid #dee2e6;
|
||||
|
|
@ -4813,8 +4813,8 @@ textarea.form-control-lg {
|
|||
.page-item.active .page-link {
|
||||
z-index: 3;
|
||||
color: #fff;
|
||||
background-color: #5c5c5c;
|
||||
border-color: #5c5c5c;
|
||||
background-color: #0d6efd;
|
||||
border-color: #0d6efd;
|
||||
}
|
||||
.page-item.disabled .page-link {
|
||||
color: #6c757d;
|
||||
|
|
|
|||
Loading…
Reference in New Issue