forked from hummypkg/webif
19 lines
159 B
CSS
19 lines
159 B
CSS
|
textarea
|
||
|
{
|
||
|
background: white;
|
||
|
font-color: black;
|
||
|
}
|
||
|
|
||
|
#filename
|
||
|
{
|
||
|
font-style: italic;
|
||
|
}
|
||
|
|
||
|
.loading
|
||
|
{
|
||
|
font-style: italic;
|
||
|
color: #aaa;
|
||
|
background: white;
|
||
|
}
|
||
|
|