1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-25 16:58:06 +08:00
This commit is contained in:
shaoying 2020-12-19 02:46:59 +08:00
parent de008054b4
commit dc5324743a
3 changed files with 16 additions and 27 deletions

View File

@ -281,6 +281,20 @@ body.white select {
border:2px solid #99CC66; border:2px solid #99CC66;
} }
body.white fieldset.Action {
background-color:#0dabda;
}
body.white fieldset.Action fieldset.plugin {
background-color:white; color:black;
}
body.white fieldset.Action fieldset.plugin legend {
background-color:#339999; color:white;
border-radius:10px 10px 10px 10px;
}
body.white fieldset.Action fieldset.plugin legend:hover {
background-color:#6ee4e4;
}
body.white fieldset.plugin table { body.white fieldset.plugin table {
background-color:white; color:black; background-color:white; color:black;
} }
@ -311,4 +325,3 @@ body.white table input[type=button][value=停止] {
body.white table input[type=button][value=启动] { body.white table input[type=button][value=启动] {
background:#52ce78; background:#52ce78;
} }

View File

@ -19,18 +19,3 @@ fieldset.Action fieldset.plugin legend {
fieldset.Action fieldset.plugin legend:hover { fieldset.Action fieldset.plugin legend:hover {
background:red; background:red;
} }
body.white fieldset.Action {
background-color:#0dabda;
}
body.white fieldset.Action fieldset.plugin {
background-color:white; color:black;
}
body.white fieldset.Action fieldset.plugin legend {
background-color:#339999; color:white;
border-radius:10px 10px 10px 10px;
}
body.white fieldset.Action fieldset.plugin legend:hover {
background-color:#6ee4e4;
}

View File

@ -1,25 +1,16 @@
fieldset.Search { fieldset.Search {
display:none; display:none;
position:fixed; position:fixed;
left:120px; top:32px; left:160px;
top:40px;
background:black; background:black;
z-index:102; z-index:10;
}
fieldset.Search div.output div.content:hover {
max-height:400px;
} }
fieldset.Search div.output div.content { fieldset.Search div.output div.content {
max-height:200px; max-height:200px;
overflow:auto; overflow:auto;
} }
fieldset.Search div.output div.display { fieldset.Search div.output div.display {
position:sticky;
max-height:200px; max-height:200px;
max-width:1000px;
overflow:auto; overflow:auto;
} }
fieldset.Search div.output div.display:hover {
max-height:400px;
}