1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-26 01:04:06 +08:00
ContextOS/src/main.css
2023-11-29 16:11:21 +08:00

20 lines
1.4 KiB
CSS

fieldset.web.code.docker.studio>div.action>div.item { font-style:italic; padding:var(--input-margin) var(--button-padding); }
fieldset.web.code.docker.studio>div.output>fieldset { margin:0; }
fieldset.web.code.docker.studio>div.output>fieldset>legend { display:none; }
fieldset.web.code.docker.studio>div.output>fieldset>form.option>div:first-child { margin-left:var(--button-margin); }
fieldset.web.chat.macos.desktop.cmd>div.output>fieldset.macos.dock { z-index:11; }
fieldset.web.chat.wx.scan>div.output>table.content tr.expired { color:var(--disable-fg-color); }
fieldset.web.chat.wx.ide>div.output>table.content tr.current { background-color:var(--hover-bg-color); }
fieldset.web.mall.region>div.output>table.content td:nth-child(3) { text-align:right; }
fieldset.web.mall.region>div.output>table.content td:nth-child(4) { text-align:right; }
fieldset.web.mall.region>div.output>table.content td:nth-child(5) { text-align:right; }
fieldset.web.mall.region>div.output>fieldset.web.mall.region.float>div.action { display:none; }
body.cmd.white { background-color:#cadef7; }
body.cmd.black { background-color:#0d3e7d; }
body.cmd.yellow { background-color:#0d3e7d; }
body.cmd.white.web.code.vimer { background-color:#f2f7fd; }
body.cmd.black.web.code.vimer { background-color:#092247; }
body.cmd.yellow.web.code.vimer { background-color:#092247; }
body.cmd.dark.web.chat.macos.desktop { background-color:#0c3267; }
body.cmd.light.web.chat.macos.desktop { background-color:#8ebff2; }