diff --git a/index.css b/index.css index bbb06fa9..1a99aafa 100644 --- a/index.css +++ b/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; } - diff --git a/pane/Action.css b/pane/Action.css index 9c639d37..bfa8839c 100644 --- a/pane/Action.css +++ b/pane/Action.css @@ -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; -} - diff --git a/pane/Search.css b/pane/Search.css index 107a881e..de65dbba 100644 --- a/pane/Search.css +++ b/pane/Search.css @@ -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; -}