mirror of
https://shylinux.com/x/icebergs
synced 2025-04-25 17:18:05 +08:00
24 lines
1.6 KiB
CSS
24 lines
1.6 KiB
CSS
body { --web-flows-done:lightgreen; --web-flows-fail:var(--danger-bg-color); }
|
|
$content svg line.fail { stroke:var(--web-flows-fail); }
|
|
$content svg line.done { stroke:var(--web-flows-done); }
|
|
$content svg line.select { stroke:var(--notice-bg-color); }
|
|
$content svg rect.fail { stroke:var(--web-flows-fail); }
|
|
$content svg rect.done { stroke:var(--web-flows-done); }
|
|
$content svg rect.select { stroke:var(--notice-bg-color); }
|
|
$content svg text { dominant-baseline:middle; }
|
|
$content svg text.fail { stroke:var(--web-flows-fail); fill:var(--web-flows-fail); }
|
|
$content svg text.done { stroke:var(--web-flows-done); fill:var(--web-flows-done); }
|
|
$content svg text.select { stroke:var(--notice-bg-color); fill:var(--notice-bg-color); }
|
|
$content svg g.line0 line { stroke-width:8; }
|
|
$content svg g.line1 line { stroke-width:4; }
|
|
$content svg g.line2 line { stroke-width:2; }
|
|
$content fieldset.can._action { position:absolute; bottom:var(--action-height); }
|
|
$content fieldset.can._action>legend { display:none; }
|
|
$content fieldset.can._action>div.action { display:contents; }
|
|
$content fieldset.can._action>div.action br { clear:both; }
|
|
$content fieldset.can._action>div.action div.item.state { display:none; }
|
|
$content fieldset.can._action>div.status { display:none; }
|
|
$content fieldset.can._action:not(:hover) { background-color:transparent; }
|
|
$content fieldset.can._action:not(:hover)>form.option input { background-color:transparent; }
|
|
$content fieldset.can._action:not(:hover)>div.action input { background-color:transparent; }
|
|
$output>div.layout>div.layout:not(:hover) fieldset.can._action { visibility:hidden; } |