PluginProbe
OpenStation: Desktop Windows, Dock & Virtual Desktops for WP Admin / 1.1.10
OpenStation: Desktop Windows, Dock & Virtual Desktops for WP Admin v1.1.10
1.1.10 1.1.9 1.1.8 1.1.7 1.1.6 1.1.5 1.1.4 1.1.3 1.1.2 1.1.1 1.1.0 1.0.1 1.0.0 0.9.8 0.9.7 0.9.6 0.9.4 0.9.5 0.9.3 0.9.2 0.9.1 0.9.0 0.8.9 0.8.8 0.8.7 All 34 releases
← All changes | assets/js/widget-focus-timer.css +5 -5 0.9.81.1.10 View file →
@@ -9,14 +9,14 @@
9 9
10 10 .dm-focus {
11 11 --dm-focus-accent: #7c3aed;
12 12 --dm-focus-accent-2: #2563eb;
13 - /* The widget card is dark glass; the wpd-select / wpd-checkbox-label
14 - components default their text to the near-black --wpd-fg,
13 + /* The widget card is dark glass; the os-select / os-checkbox-label
14 + components default their text to the near-black --os-ui-fg,
15 15 which vanishes here. Override the tokens to light, matching the
16 16 Note Pad widget, and tint the accent to the timer's own colour. */
17 - --wpd-fg: rgba( 255, 255, 255, 0.9 );
18 - --wpd-fg-muted: rgba( 255, 255, 255, 0.6 );
17 + --os-ui-fg: rgba( 255, 255, 255, 0.9 );
18 + --os-ui-fg-muted: rgba( 255, 255, 255, 0.6 );
19 19 --wp-admin-theme-color: var( --dm-focus-accent );
20 20 display: flex;
21 21 flex-direction: column;
22 22 gap: 10px;
@@ -28,9 +28,9 @@
28 28 }
29 29
30 30 /* The shell forces `cursor: default !important`; out-specify it so our
31 31 controls feel clickable. */
32 -body.desktop-mode-active .dm-focus button {
32 +body.os-active .dm-focus button {
33 33 cursor: pointer !important;
34 34 }
35 35
36 36 /* --- Time display -------------------------------------------------- */