Added dark theme. Fixed actor country aggregation.

This commit is contained in:
2024-06-10 03:24:48 +02:00
parent 255dd48af6
commit 69cefa57ff
38 changed files with 299 additions and 153 deletions

View File

@@ -3,9 +3,10 @@
padding: .5rem .75rem;
font-size: 1rem;
flex-basis: 0;
border: solid 1px var(--grey-light-30);
color: inherit;
border: solid 1px var(--glass-weak-30);
border-radius: .25rem;
background: var(--grey-light-60);
background: var(--background-base-10);
font: inherit;
&:focus {
@@ -31,14 +32,14 @@
border-radius: .25rem;
background: var(--background);
box-shadow: 0 0 3px var(--shadow-weak-30);
color: var(--shadow-strong-20);
color: var(--glass);
font-size: .9rem;
font-weight: bold;
.icon {
height: auto;
padding: 0 .75rem 0 .25rem;
fill: var(--shadow-strong-10);
fill: var(--glass);
}
&:hover {
@@ -70,7 +71,7 @@
}
&:disabled {
background: var(--shadow-weak-10);
background: var(--glass);
}
}
@@ -84,7 +85,7 @@
}
&:disabled {
background: var(--shadow-weak-10);
background: var(--glass);
}
}
@@ -118,7 +119,7 @@
.button-cancel {
background: none;
color: var(--shadow-strong-10);
color: var(--glass);
font-weight: normal;
&:hover:not(:disabled) {
@@ -127,7 +128,7 @@
}
&:disabled {
color: var(--shadow-weak-10);
color: var(--glass);
}
}
@@ -137,7 +138,6 @@
.filter-section {
width: 100%;
border-bottom: solid 1px var(--shadow-hint);
margin-bottom: .25rem;
}
@@ -209,7 +209,7 @@
min-width: 1.5rem;
flex-shrink: 0;
padding: 0 .5rem;
color: var(--shadow);
color: var(--glass);
font-weight: bold;
font-size: .9rem;
@@ -218,7 +218,7 @@
}
.icon {
fill: var(--shadow);
fill: var(--glass);
}
&:hover {
@@ -246,7 +246,7 @@
display: flex;
justify-content: space-between;
padding: .5rem 0 .25rem .25rem;
color: var(--shadow);
color: var(--glass);
font-weight: bold;
font-size: .9rem;
@@ -272,8 +272,8 @@
height: 1.25rem;
appearance: none;
border-radius: 1rem;
background-color: var(--shadow-weak-40);
background-image: radial-gradient(circle, var(--shadow-weak-10) .3rem, transparent calc(.3rem + 1px));
background-color: var(--glass-weak-40);
background-image: radial-gradient(circle, var(--glass-weak-10) .3rem, transparent calc(.3rem + 1px));
cursor: pointer;
&::-webkit-slider-thumb {