Persoenliche Mediazentrale
ulrich
2021-04-07 7c22a2a2f3568841b0830e4339bdb6f8ec69262f
www/ui/app.css
@@ -150,7 +150,7 @@
}
.entity-element:hover {
  background-color: background;
  background-color: #ececec;
}
.entity-liste {
@@ -169,9 +169,37 @@
  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;
}
.form-button-footer {
  display: flex;
  flex-flow: row;
}
.selected {
  background-color: #ececec;
}
.dlg-btn {
@@ -200,7 +228,7 @@
  display: inline-block;
  height: 2rem;
  /* padding: 0 30px; */
  color: #555;
  color: black;
  text-align: center;
  font-weight: 600;
  line-height: 2rem;