Fix: CSS Topbar.
This commit is contained in:
+6
-4
@@ -167,9 +167,9 @@
|
|||||||
|
|
||||||
/* ── SOURCE SELECTOR ─────────────────────────────────────────────────────── */
|
/* ── SOURCE SELECTOR ─────────────────────────────────────────────────────── */
|
||||||
.source-select {
|
.source-select {
|
||||||
background: var(--surface2);
|
background-color: var(--surface2) !important;
|
||||||
border: 1px solid var(--border-bright);
|
border: 1px solid var(--border-bright);
|
||||||
color: var(--text);
|
color: var(--text) !important;
|
||||||
font-family: var(--font-mono);
|
font-family: var(--font-mono);
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
padding: 5px 8px;
|
padding: 5px 8px;
|
||||||
@@ -179,6 +179,8 @@
|
|||||||
outline: none;
|
outline: none;
|
||||||
transition: border-color 0.15s, color 0.15s;
|
transition: border-color 0.15s, color 0.15s;
|
||||||
max-width: 130px;
|
max-width: 130px;
|
||||||
|
-webkit-appearance: none;
|
||||||
|
appearance: none;
|
||||||
}
|
}
|
||||||
.source-select:hover { border-color: var(--accent2); color: var(--accent2); }
|
.source-select:hover { border-color: var(--accent2); color: var(--accent2) !important; }
|
||||||
.source-select option { background: #111; color: #eee; font-family: sans-serif; }
|
.source-select option { background: #111 !important; color: #eee !important; font-family: sans-serif; }
|
||||||
|
|||||||
Reference in New Issue
Block a user