mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-06 15:04:13 +00:00
add the first form elements
This commit is contained in:
parent
a2dc2b3085
commit
b9ac887eed
2 changed files with 55 additions and 3 deletions
12
htdocs/css/admin.css
Normal file
12
htdocs/css/admin.css
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
@import url("openwebrx-header.css");
|
||||
@import url("openwebrx-globals.css");
|
||||
|
||||
/* expandable photo not implemented in admin area page */
|
||||
#webrx-top-photo-clip {
|
||||
max-height: 67px;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #2e2e2e;
|
||||
color: #DDD;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue