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 | 3bfe8fc9b6350d3e7912db82e437a048921eed0f (patch) | |
| tree | f3f8db34105ae53c4741c9154aa7db802f1d9632 /scripts/theme-studio/styles.css | |
| parent | b1fba1d65a02a18a8d063b31201a16f9714c9378 (diff) | |
| download | dotemacs-3bfe8fc9b6350d3e7912db82e437a048921eed0f.tar.gz dotemacs-3bfe8fc9b6350d3e7912db82e437a048921eed0f.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} |
