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;
}
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 {
background-color:white; color:black;
}
@ -311,4 +325,3 @@ body.white table input[type=button][value=停止] {
body.white table input[type=button][value=启动] {
background:#52ce78;
}

View File

@ -19,18 +19,3 @@ fieldset.Action fieldset.plugin legend {
fieldset.Action fieldset.plugin legend:hover {
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 {
display:none;
position:fixed;
left:120px;
top:40px;
top:32px; left:160px;
background:black;
z-index:102;
}
fieldset.Search div.output div.content:hover {
max-height:400px;
z-index:10;
}
fieldset.Search div.output div.content {
max-height:200px;
overflow:auto;
}
fieldset.Search div.output div.display {
position:sticky;
max-height:200px;
max-width:1000px;
overflow:auto;
}
fieldset.Search div.output div.display:hover {
max-height:400px;
}