Adapt more css for color theme

This commit is contained in:
natsoni 2024-04-18 16:18:38 +02:00
parent 7cd4345264
commit ce1124284e
No known key found for this signature in database
GPG key ID: C65917583181743B
8 changed files with 13 additions and 9 deletions

View file

@ -10,7 +10,7 @@
width: 100%;
height: 100%;
position: relative;
background: #181b2d;
background: var(--stat-box-bg);
.bar {
position: absolute;

View file

@ -38,7 +38,7 @@
<small *ngIf="hasAncestors" class="form-text text-muted mb-2">
<ng-container i18n="accelerator.plus-unconfirmed-ancestors">Plus {{ estimate.txSummary.ancestorCount - 1 }} unconfirmed ancestor(s)</ng-container>
</small>
<table class="table table-borderless table-border table-dark table-accelerator">
<table class="table table-borderless table-border table-dark table-background table-accelerator">
<tbody>
<tr class="group-first">
<td class="item" i18n="transaction.vsize|Transaction Virtual Size">Virtual size</td>
@ -87,7 +87,7 @@
<h5>Acceleration summary</h5>
<div class="row mb-3">
<div class="col">
<table class="table table-borderless table-border table-dark table-accelerator">
<table class="table table-borderless table-border table-dark table-background table-accelerator">
<tbody>
<!-- ESTIMATED FEE -->
<ng-container>

View file

@ -110,3 +110,7 @@
.item {
white-space: initial;
}
.table-background {
background-color: var(--bg);
}

View file

@ -1,6 +1,6 @@
.frame {
position: relative;
background: #24273e;
background: var(--box-bg);
padding: 0.5rem;
height: calc(100% + 60px);
}
@ -62,7 +62,7 @@
}
}
&:nth-child(even) {
background: #181b2d;
background: var(--stat-box-bg);
}
}

View file

@ -136,7 +136,7 @@
:host-context(.block-overview-graph:hover) &, &:hover, &:active {
.menu-toggle {
opacity: 0.5;
background: #181b2d;
background: var(--stat-box-bg);
&:hover {
opacity: 1;

View file

@ -1,7 +1,7 @@
.block-wrapper {
width: 100vw;
height: 100vh;
background: #181b2d;
background: var(--stat-box-bg);
}
.block-container {

View file

@ -1,7 +1,7 @@
.block-wrapper {
width: 100vw;
height: 100vh;
background: #181b2d;
background: var(--stat-box-bg);
}
.block-container {

View file

@ -12,7 +12,7 @@
max-width: 720px;
margin: auto;
padding: 1em;
background: #24273e;
background: var(--box-bg);
}
.status-table {