mirror of
https://shylinux.com/x/volcanos
synced 2025-05-03 11:57:01 +08:00
6 lines
341 B
CSS
6 lines
341 B
CSS
fieldset.Search { background:#041a25bd; padding:10px; position:fixed; left:0px; top:26px; display:none; }
|
|
fieldset.Search input.word { width:-webkit-fill-available; }
|
|
fieldset.Search div.output div.content table { min-width:400px; }
|
|
fieldset.Search div.output div.display { max-height:200px; }
|
|
fieldset.Search div.output a { color:yellow; }
|