mirror of
https://shylinux.com/x/volcanos
synced 2025-04-27 01:28:28 +08:00
29 lines
658 B
CSS
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;
|
|
}
|