| | |
| | | } |
| | | |
| | | .entity-element:hover { |
| | | background-color: background; |
| | | background-color: #ececec; |
| | | } |
| | | |
| | | .entity-liste { |
| | |
| | | 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 { |
| | |
| | | display: inline-block; |
| | | height: 2rem; |
| | | /* padding: 0 30px; */ |
| | | color: #555; |
| | | color: black; |
| | | text-align: center; |
| | | font-weight: 600; |
| | | line-height: 2rem; |