aboutsummaryrefslogtreecommitdiff
path: root/scripts/theme-studio/styles.css
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-06-24 17:22:48 -0400
committerCraig Jennings <c@cjennings.net>2026-06-24 17:22:48 -0400
commit9691cf86b6e2a28c90df213bc1d5cd4d5353d94a (patch)
tree837f53a8b96a840830e64e8d0db7af0be5de63c6 /scripts/theme-studio/styles.css
parent9cd6b911b7e62fe16e1b3a51eaf970fb2dacbc9c (diff)
downloaddotemacs-9691cf86b6e2a28c90df213bc1d5cd4d5353d94a.tar.gz
dotemacs-9691cf86b6e2a28c90df213bc1d5cd4d5353d94a.zip
style(theme-studio): unify nav dropdowns to gold-on-dark
The view, language, and preview selects share a navsel class matching their flanking arrow buttons (dark bg, gold bold-mono text), so each select and its arrows read as one control.
Diffstat (limited to 'scripts/theme-studio/styles.css')
-rw-r--r--scripts/theme-studio/styles.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/theme-studio/styles.css b/scripts/theme-studio/styles.css
index 5ad5eeb1..a32dbafd 100644
--- a/scripts/theme-studio/styles.css
+++ b/scripts/theme-studio/styles.css
@@ -34,6 +34,9 @@
input.detailcheck{width:15px;height:15px;cursor:pointer}
table.leg th:hover{color:#e8bd30}
select.chip{appearance:none;border:1px solid #00000060;border-radius:5px;padding:5px 10px;font:bold 14px monospace;width:160px;cursor:pointer}
+ /* nav-flanked dropdowns (view, language, preview): match the flanking arrow buttons
+ (same dark bg, gold text) so the select and its buttons read as one control. */
+ select.navsel,select.navsel option{background:#1f1c19;color:#e8bd30}
/* Prev/next arrows flanking the view dropdown: step the selection without reopening it.
Scoped under .pkgbar to outweigh the generic `.pkgbar button` rule above. */
.pkgbar .viewnav{appearance:none;border:1px solid #00000060;border-radius:5px;background:#1f1c19;color:#e8bd30;font:bold 16px monospace;width:26px;height:30px;padding:0;margin:0;cursor:pointer;vertical-align:middle}