Persoenliche Mediazentrale
ulrich
2021-04-08 0a58e2c709547269ddbe4b2d92601521667cd765
www/ui/app.css
@@ -150,7 +150,7 @@
}
.entity-element:hover {
  background-color: background;
  background-color: #ececec;
}
.entity-liste {
@@ -169,9 +169,43 @@
  background-color: background;
}
.entity-typ-folder:before {
  font-family: "pikto";
  content: '\f114';
  padding-right: 0.3rem;
}
.entity-typ-audio:before {
  font-family: "pikto";
  content: '\e817'; /* icon-music */
  padding-right: 0.3rem;
}
.entity-typ-video:before {
  font-family: "pikto";
  content: '\e816'; /* icon-video */
  padding-right: 0.3rem;
}
.entity-typ-file:before {
  font-family: "pikto";
  content: '\e805';  /* icon-doc */
  padding-right: 0.3rem;
}
.entity-typ-katalog:before {
  font-family: "pikto";
  content: '\f1c0';  /* icon-database */
  padding-right: 0.3rem;
}
.form-button-footer {
  display: flex;
  flex-flow: row;
}
.selected {
  background-color: #ececec;
}
.dlg-btn {
@@ -200,7 +234,7 @@
  display: inline-block;
  height: 2rem;
  /* padding: 0 30px; */
  color: #555;
  color: black;
  text-align: center;
  font-weight: 600;
  line-height: 2rem;