Update buttons.css

frdel committed Dec 22, 2025 at 14:28 UTC 987bb1b89287f26b80d111d2ca88e994d1424329
1 file changed +6 -2
webui/css/buttons.css
+6 -2
@@ -17,6 +17,10 @@
17 box-sizing: border-box;
18 }
19
20 +.material-symbols-outlined{
21 + word-spacing: -1.35em;
22 +}
23 +
24 .button.confirm {
25 background: var(--color-highlight);
26 color: #fff;
@@ -64,8 +68,8 @@
68
69 /* Inline Confirmation State */
70 .confirming {
67 - border-color: var(--color-highlight) !important;
68 - background-color: var(--color-highlight) !important;
71 + border-color: var(--color-accent) !important;
72 + background-color: var(--color-accent) !important;
73 color: #fff !important;
74 }
75