diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-24 17:22:48 -0400 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-24 17:22:48 -0400 |
| commit | 7d7543bbf5e38fa211a35e4665a1e84624b05e97 (patch) | |
| tree | 0776187646c843fbaaa17c0df3b54bdc7c2cc30f /scripts/theme-studio/styles.css | |
| parent | 141b3c1f0186e174de43232e83948bdc5d67e671 (diff) | |
| download | dotemacs-7d7543bbf5e38fa211a35e4665a1e84624b05e97.tar.gz dotemacs-7d7543bbf5e38fa211a35e4665a1e84624b05e97.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.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/theme-studio/styles.css b/scripts/theme-studio/styles.css index 5ad5eeb18..a32dbafd1 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} |
