Persoenliche Mediazentrale
ulrich
2021-04-21 757acef98231fb7b5923befbe0498924874ebd32
www/ui/app.css
@@ -164,8 +164,53 @@
.entity-formular {
  display: flex;
  flex-flow: column;
  user-select: none;
  font-size: smaller;
}
.geraet-schalt-eintrag {
  display: flex;
  flex-flow: row;
  font-size: smaller;
}
.schalt-geraet-name {
  /* background-color: red; */
}
.schalt-geraet-false {
  color: red;
}
.schalt-geraet-true {
  color: green;
  font-weight: bold;
}
.schalt-btn {
  display: inline-block;
  height: 38px;
  /* padding: 0 30px; */
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  /* background-color: transparent;*/
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box;
}
.schalt-btn-ein {
  color: green;
}
.schalt-btn-aus {
  color: red;
}
.entity-liste-kopf {
@@ -185,11 +230,9 @@
  user-select: none; 
}
/*
.entity-element:focus {
  outline: none;
.entity-form-element {
  margin: 0.4rem;
}
*/
.entity-element:hover {
  background-color: #ececec;