diff --git a/src/theme.scss b/src/theme.scss index de44f20bb..140e039ed 100644 --- a/src/theme.scss +++ b/src/theme.scss @@ -382,6 +382,31 @@ multiselect { } } +// same as settings-avatar +.app-custom-icon { + cursor: pointer; + width: 128px; + height: 128px; + background-position: center; + background-size: cover; + background-repeat: no-repeat; + + .overlay { + width: 100%; + height: 100%; + background-color: rgba(255, 255, 255 ,0.3); + background-image: url('/img/plus.png'); + background-repeat: no-repeat; + background-position: center; + transition: all 150ms; + opacity: 0; + + &:hover { + opacity: 1; + } + } +} + // ---------------------------- // Appstore view diff --git a/src/views/apps.html b/src/views/apps.html index 18ed6ea4e..cfdec2bb6 100644 --- a/src/views/apps.html +++ b/src/views/apps.html @@ -101,9 +101,9 @@
- -
{{appConfigure.error.label}}
- + +
{{appConfigure.error.label}}
+
@@ -112,10 +112,10 @@
Reset -
- - +
+
+