1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-26 17:24:06 +08:00
2020-08-07 09:57:18 +08:00

29 lines
658 B
CSS

fieldset.editor>div.output input.editor {
position:absolute; padding:0; margin:0;
font-size:16px; font-family:monospace;
padding-left:9px;
background-color:#00000000; color:#00000000;
caret-color:yellow;
min-width:480px;
display:none;
}
fieldset.editor>div.output input.editor.normal {
caret-color:#00000000;
}
fieldset.editor>div.output input.command {
clear:both;
padding:0; margin:0;
font-size:16px; font-family:monospace;
padding-left:12px;
background-color:black; color:white;
caret-color:red;
border:solid 1px red;
border-left:solid 3px green;
z-index:200;
min-width:480px;
}