mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-04 14:07:32 +00:00
add the "add bookmarks" function
This commit is contained in:
parent
9b1659d3dd
commit
29a161b7b7
7 changed files with 117 additions and 11 deletions
|
|
@ -1,6 +1,10 @@
|
|||
@import url("openwebrx-header.css");
|
||||
@import url("openwebrx-globals.css");
|
||||
|
||||
html, body {
|
||||
height: unset;
|
||||
}
|
||||
|
||||
.buttons {
|
||||
text-align: right;
|
||||
}
|
||||
|
|
@ -59,8 +63,16 @@ table.bookmarks .frequency {
|
|||
text-align: right;
|
||||
}
|
||||
|
||||
table.bookmarks input, table.bookmarks select {
|
||||
.bookmarks table input, .bookmarks table select {
|
||||
width: initial;
|
||||
text-align: inherit;
|
||||
display: initial;
|
||||
}
|
||||
|
||||
.actions {
|
||||
margin: 1rem 0;
|
||||
}
|
||||
|
||||
.actions .btn {
|
||||
width: 100%;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue