Bedienoberfläche für Webradio
ulrich
2018-01-06 3cecdc4706df6b06afefe2036ecbf4be8d6d7002
app.css
@@ -105,9 +105,18 @@
  text-align: right;
}
.dlg-sender-edit {
  /* background-color: #f6f6f6; // grau */
  background-color: #dcf2fb; // blau
.dlg-sender-edit, .dlg-sender-neu {
  background-color: #f6f6f6; // grau
}
.sender-edit-label {
  display: inline-block;
  width: 3em;
  text-align: right;
}
.sender-eingabe {
  width: 80%;
}
/*
@@ -150,6 +159,7 @@
  margin: 0.4em;
  padding: 0.4em;
  background-color: white;
  cursor: pointer;
}
.sender-name {