1
0
Fork 0
fgdata/webgui/radio.css
Torsten Dreyer e46764624d Move the web gui to its own folder
serve FGDATA/webgui as url /gui/ and move the files
out of FGDATA/Docs (which was a bad place for those).
2014-03-14 21:15:51 +01:00

30 lines
405 B
CSS

body {
background-color: #c0c0c0;
}
#header {
background-color: #303030;
color: #e0e0e0;
}
#header h3 {
padding-left: 0.3em;
border-bottom: 1px solid #808080;
}
input.frq {
background-color: #202020;
color: red;
font-family: Monospace;
font-weight: bold;
padding: 0.2em;
}
table#frequencies {
border: 4px groove;
background-color: #404040;
}
table#frequencies tr td {
padding: 0.2em;
}