ulrich
2018-03-24 0a9af0cd78302f9439dfe9276fce4817d0743fce
Stile geaendert
2 files modified
20 ■■■■■ changed files
web/app.css 18 ●●●●● patch | view | raw | blame | history
web/hamburger.css 2 ●●● patch | view | raw | blame | history
web/app.css
@@ -29,24 +29,24 @@
  min-height: 0; /* Anmerkung 1 */
}
.nord {
  background-color: lightgray;
  background-color: black;
  display: flex;
  flex-flow: row;
  height: 2.5em;
  align-items: center;
}
.sued {
  background-color: lightgray;
  background-color: #eaeaea; /* lightgray; */
}
.west {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 4em;
  background-color: antiquewhite;
  background-color: white;
  transition: all 0.3s ease-in;
  overflow: hidden;
  white-space: nowrap;
  background-color: #f7f7f7;
  /* background-color: #f7f7f7;*/
}
.ost {
  flex-grow: 0;
@@ -76,8 +76,12 @@
  width: 1.8em;
}
#nav-toggle {
  /*color: white;*/
}
#app-titel {
  padding-left: 1em;
  color: white;
}
.pointer-cursor {
@@ -112,12 +116,12 @@
}
.dlg-info {
  background-color: #dcf2fb;
  background-color: #dcf2fb; /* blau */
  padding: 0.4em;
}
.nachricht {
  background-color: #fffbde;
  background-color: #fffbde; /* gelb */
}
.form-button-footer {
@@ -125,7 +129,7 @@
}
.dlg-sender-edit, .dlg-sender-neu, .dlg-abspieler-neu {
  background-color: #f6f6f6;
  background-color: #f6f6f6; /* grau */
}
.sender-eingabe, .abspieler-eingabe {
web/hamburger.css
@@ -43,7 +43,7 @@
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 4px;
  background-color: #000;
  background-color: white; /* #000; */
  border-radius: 4px;
  position: absolute;
  transition-property: transform;