mirror of
https://shylinux.com/x/ContextOS
synced 2025-05-11 14:48:14 +08:00
19 lines
597 B
CSS
19 lines
597 B
CSS
body.white {
|
|
--body-bg-color:white; --body-fg-color:black;
|
|
|
|
--legend-bg-color:#ffffffc2;
|
|
--input-bg-color:#ffffff7d;
|
|
|
|
--panel-input-bg-color:unset;
|
|
--panel-input-fg-color:unset;
|
|
--panel-output-fg-color:silver;
|
|
--panel-hover-bg-color:#243783bd;
|
|
--plugin-bg-color:#ffffffa1;
|
|
|
|
--hover-bg-color:white;
|
|
--hover-fg-color:black;
|
|
--th-bg-color:skyblue;
|
|
}
|
|
body.white fieldset.panel.River:not(.main):not(.auto) div.item:hover { background-color:var(--panel-hover-bg-color); }
|
|
body.white fieldset.panel.River:not(.main):not(.auto) div.item.select { background-color:var(--panel-hover-bg-color); }
|