plc_control/web/ops
caoqianming c5983ab5c3 Fix ops button colors hidden until hover
Core styles.css ships a global button { background: var(--accent);
color: #fff } primary rule. The ops overrides reset background to
var(--surface) (white) but inherited color: #fff, leaving white text
on a white background until the hover rule swapped color to accent.

Explicitly sets color on .card-actions / .row-actions / .form-actions
buttons and reshapes .toolbar so the "+ 新增" stays primary (filled
accent) and .secondary toolbar buttons get the white-with-accent-hover
treatment.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-19 11:27:21 +08:00
..
html Add P10 ops config UI: stations + segments CRUD 2026-05-19 09:56:26 +08:00
js Add P10 ops config UI: stations + segments CRUD 2026-05-19 09:56:26 +08:00
index.html Add P10 ops config UI: stations + segments CRUD 2026-05-19 09:56:26 +08:00
ops-styles.css Fix ops button colors hidden until hover 2026-05-19 11:27:21 +08:00