change white borders

Changed the white borders to be darker so they looked cleaner
This commit is contained in:
JWB 2022-12-11 16:52:45 -05:00 committed by GitHub
parent 9ef166d510
commit a1aed5a69d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 27 additions and 27 deletions

View File

@ -410,7 +410,7 @@ mark,
.img-thumbnail {
padding: 0.25rem;
background-color: #fff;
border: 1px solid #dee2e6;
border: 1px solid rgba(0,0,0,.15);
border-radius: 0.25rem;
max-width: 100%;
height: auto; }
@ -1350,22 +1350,22 @@ pre {
.table td {
padding: 0.75rem;
vertical-align: top;
border-top: 1px solid #dee2e6; }
border-top: 1px solid rgba(0,0,0,.15); }
.table thead th {
vertical-align: bottom;
border-bottom: 2px solid #dee2e6; }
border-bottom: 2px solid rgba(0,0,0,.15); }
.table tbody + tbody {
border-top: 2px solid #dee2e6; }
border-top: 2px solid rgba(0,0,0,.15); }
.table-sm th,
.table-sm td {
padding: 0.3rem; }
.table-bordered {
border: 1px solid #dee2e6; }
border: 1px solid rgba(0,0,0,.15); }
.table-bordered th,
.table-bordered td {
border: 1px solid #dee2e6; }
border: 1px solid rgba(0,0,0,.15); }
.table-bordered thead th,
.table-bordered thead td {
border-bottom-width: 2px; }
@ -1538,7 +1538,7 @@ pre {
.table .thead-disabled th {
color: #495057;
background-color: #e9ecef;
border-color: #dee2e6; }
border-color: rgba(0,0,0,.15); }
.table-dark {
color: #fff;
@ -3269,7 +3269,7 @@ input[type="button"].btn-block {
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: #dee2e6;
background-color: rgba(0,0,0,.15);
border-color: transparent;
border-radius: 1rem; }
.custom-range::-moz-range-thumb {
@ -3297,7 +3297,7 @@ input[type="button"].btn-block {
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: #dee2e6;
background-color: rgba(0,0,0,.15);
border-color: transparent;
border-radius: 1rem; }
.custom-range::-ms-thumb {
@ -3331,11 +3331,11 @@ input[type="button"].btn-block {
border-color: transparent;
border-width: 0.5rem; }
.custom-range::-ms-fill-lower {
background-color: #dee2e6;
background-color: rgba(0,0,0,.15);
border-radius: 1rem; }
.custom-range::-ms-fill-upper {
margin-right: 15px;
background-color: #dee2e6;
background-color: rgba(0,0,0,.15);
border-radius: 1rem; }
.custom-range:disabled::-webkit-slider-thumb {
background-color: #adb5bd; }
@ -3385,7 +3385,7 @@ input[type="button"].btn-block {
cursor: default; }
.nav-tabs {
border-bottom: 1px solid #dee2e6; }
border-bottom: 1px solid rgba(0,0,0,.15); }
.nav-tabs .nav-item {
margin-bottom: -1px; }
.nav-tabs .nav-link {
@ -3393,7 +3393,7 @@ input[type="button"].btn-block {
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem; }
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
border-color: #e9ecef #e9ecef #dee2e6; }
border-color: #e9ecef #e9ecef rgba(0,0,0,.15); }
.nav-tabs .nav-link.disabled {
color: #6c757d;
background-color: transparent;
@ -3402,7 +3402,7 @@ input[type="button"].btn-block {
.nav-tabs .nav-item.show .nav-link {
color: #495057;
background-color: #fff;
border-color: #dee2e6 #dee2e6 #fff; }
border-color: rgba(0,0,0,.15) rgba(0,0,0,.15) #fff; }
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-left-radius: 0;
@ -4027,13 +4027,13 @@ input[type="button"].btn-block {
line-height: 1.25;
color: #007bff;
background-color: #fff;
border: 1px solid #dee2e6; }
border: 1px solid rgba(0,0,0,.15); }
.page-link:hover {
z-index: 2;
color: #0056b3;
text-decoration: none;
background-color: #e9ecef;
border-color: #dee2e6; }
border-color: rgba(0,0,0,.15); }
.page-link:focus {
z-index: 2;
outline: 0;
@ -4060,7 +4060,7 @@ input[type="button"].btn-block {
pointer-events: none;
cursor: auto;
background-color: #fff;
border-color: #dee2e6; }
border-color: rgba(0,0,0,.15); }
.pagination-lg .page-link {
padding: 0.75rem 1.5rem;
@ -4822,7 +4822,7 @@ a.close.disabled {
-ms-flex-pack: justify;
justify-content: space-between;
padding: 1rem 1rem;
border-bottom: 1px solid #dee2e6;
border-bottom: 1px solid rgba(0,0,0,.15);
border-top-left-radius: 0.3rem;
border-top-right-radius: 0.3rem; }
.modal-header .close {
@ -4851,7 +4851,7 @@ a.close.disabled {
-ms-flex-pack: end;
justify-content: flex-end;
padding: 1rem;
border-top: 1px solid #dee2e6;
border-top: 1px solid rgba(0,0,0,.15);
border-bottom-right-radius: 0.3rem;
border-bottom-left-radius: 0.3rem; }
.modal-footer > :not(:first-child) {
@ -5430,19 +5430,19 @@ button.bg-dark:focus {
background-color: transparent !important; }
.border {
border: 1px solid #dee2e6 !important; }
border: 1px solid rgba(0,0,0,.15) !important; }
.border-top {
border-top: 1px solid #dee2e6 !important; }
border-top: 1px solid rgba(0,0,0,.15) !important; }
.border-right {
border-right: 1px solid #dee2e6 !important; }
border-right: 1px solid rgba(0,0,0,.15) !important; }
.border-bottom {
border-bottom: 1px solid #dee2e6 !important; }
border-bottom: 1px solid rgba(0,0,0,.15) !important; }
.border-left {
border-left: 1px solid #dee2e6 !important; }
border-left: 1px solid rgba(0,0,0,.15) !important; }
.border-0 {
border: 0 !important; }
@ -8131,17 +8131,17 @@ a.text-dark:hover, a.text-dark:focus {
background-color: #fff !important; }
.table-bordered th,
.table-bordered td {
border: 1px solid #dee2e6 !important; }
border: 1px solid rgba(0,0,0,.15) !important; }
.table-dark {
color: inherit; }
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
border-color: #dee2e6; }
border-color: rgba(0,0,0,.15); }
.table .thead-dark th {
color: inherit;
border-color: #dee2e6; } }
border-color: rgba(0,0,0,.15); } }
body {
font-family: "Poppins", Arial, sans-serif;