forked from hummypkg/webif
ed20eec408
git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@1646 2a923420-c742-0410-a762-8d5b09965624
26 lines
306 B
CSS
26 lines
306 B
CSS
textarea
|
|
{
|
|
background: white;
|
|
color: black;
|
|
font-family: Consolas, "Courier New", "Lucida Console", Monaco, "Courier", monospace !important;
|
|
}
|
|
|
|
#filename
|
|
{
|
|
font-style: italic;
|
|
}
|
|
|
|
.loading
|
|
{
|
|
font-style: italic;
|
|
color: #aaa;
|
|
background: white;
|
|
}
|
|
|
|
#chooser
|
|
{
|
|
border: solid 1px #bbb;
|
|
padding: 5px;
|
|
}
|
|
|