mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-04 15:34:19 +01:00
webui(build): separate stylesheet files per module
This commit is contained in:
27
code/html/src/debug.css
Normal file
27
code/html/src/debug.css
Normal file
@@ -0,0 +1,27 @@
|
||||
.terminal {
|
||||
font-family: 'Courier New', monospace;
|
||||
font-size: 80%;
|
||||
background-color: #121212;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
#cmd-input,
|
||||
#cmd-output {
|
||||
border-style: none;
|
||||
border-color: #121212;
|
||||
color: #0f0;
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
line-height: 100%;
|
||||
}
|
||||
|
||||
#cmd-output {
|
||||
height: 400px;
|
||||
margin-bottom: 10px;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
#cmd-input {
|
||||
display: inline-block;
|
||||
box-shadow: inset 0 1px 1px #555;
|
||||
}
|
||||
Reference in New Issue
Block a user