webif/var/mongoose/html/edit/style.css

25 lines
213 B
CSS
Raw Normal View History

textarea
{
background: white;
font-color: black;
}
#filename
{
font-style: italic;
}
.loading
{
font-style: italic;
color: #aaa;
background: white;
}
#chooser
{
border: solid 1px #bbb;
padding: 5px;
}