1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-25 16:58:06 +08:00
This commit is contained in:
harveyshao 2022-04-12 10:14:00 +08:00
parent d138af4c29
commit 405acf541e
2 changed files with 2 additions and 2 deletions

View File

@ -30,8 +30,8 @@ table.content tr { background-color:#04272f45; }
table.content tr.show { background-color:red; }
table.content th { background-color:#0fbd45; padding:2px 6px; }
table.content td { padding:2px 6px; }
table.content tr:first-child { position:sticky; top:2px; }
table.content.action td:last-child, table.content.action th:last-child { background-color:#7dc6d7eb; position:sticky; right:0; }
table.content tr:first-child { position:sticky; top:2px; }
td>input[type=button][name=create] { background-color:blue; }
td>input[type=button][name=remove] { background-color:red; }

View File

@ -15,7 +15,7 @@ fieldset.Action.flow>div.output fieldset.plugin { float:left; }
fieldset.Action div.output fieldset.plugin.Full { background-color:#073947f2; padding:0; margin:0; position:fixed; left:0; top:0; overflow:auto; z-index:10; }
fieldset.Action div.output fieldset.plugin.Full>legend { float:left; display:contents; }
fieldset.Action div.output fieldset.story.Full { background-color:#073947f2; padding:0; margin:0; position:fixed; left:0; top:0; overflow:auto; z-index:10; }
fieldset.Action div.output fieldset.story.Full>legend { float:left; }
fieldset.Action div.output fieldset.story.Full>legend { height:30px; float:left; }
fieldset.Action>div.project.toggle {
background-color:cornsilk; opacity:0.4; color:teal; font-size: 28px; padding-top: 50px; height: 100px; width:20px; position: fixed; top: 30%;
border-top-right-radius:20px; border-bottom-right-radius:20px;