mirror of
https://shylinux.com/x/volcanos
synced 2025-04-25 16:58:06 +08:00
opt css
This commit is contained in:
parent
de008054b4
commit
dc5324743a
15
index.css
15
index.css
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user