1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-17 03:12:56 +00:00
This commit is contained in:
JKorf
2024-02-13 21:37:25 +01:00
parent bdbec48155
commit 3e290b185e
4 changed files with 44 additions and 20 deletions
+9 -1
View File
@@ -1773,7 +1773,7 @@ hr {
color: #0366d6 !important;
}
.accordion:not(.accordion-alternate) .card-header a {
background-color: #0366d6;
background-color: #76ace8;
color: #fff;
}
.accordion:not(.accordion-alternate) .card-header a.collapsed {
@@ -1987,6 +1987,7 @@ hr {
/*=== 5.5 Tabs ===*/
.nav-tabs {
border-bottom: 1px solid #d7dee3;
padding-bottom: 16px;
}
.nav-tabs .nav-item .nav-link {
border: 0;
@@ -2973,3 +2974,10 @@ input:-internal-autofill-selected {
left: -40px;
border-radius: 4px 0px 0px 4px;
}
.tab-wrap{
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
padding: 0 10px;
margin-bottom: 40px;
}