summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2018-02-15 11:27:54 +0100
committerGitHub <noreply@github.com>2018-02-15 11:27:54 +0100
commit07e91d2d62a3853fb9329123756560ba258cb970 (patch)
tree297972ae8e2723f077a85e3e971e28948359ff01 /core/css
parentcd2e5b549c882473eef74b759b0e3f6af0acb3a8 (diff)
parent05d8537078ae008c244804ec21cf5eab78b796ac (diff)
downloadnextcloud-server-07e91d2d62a3853fb9329123756560ba258cb970.tar.gz
nextcloud-server-07e91d2d62a3853fb9329123756560ba258cb970.zip
Merge pull request #7754 from pierlon/master
Add icons to devices/sessions
Diffstat (limited to 'core/css')
-rw-r--r--core/css/icons.scss14
1 files changed, 14 insertions, 0 deletions
diff --git a/core/css/icons.scss b/core/css/icons.scss
index fbf36e2fbbc..3c3dff56c1a 100644
--- a/core/css/icons.scss
+++ b/core/css/icons.scss
@@ -516,6 +516,20 @@ img, object, video, button, textarea, input, select, div[contenteditable=true] {
background-image: url('../img/places/picture.svg?v=1');
}
+/* CLIENTS ------------------------------------------------------------------- */
+
+.icon-desktop {
+ background-image: url('../img/clients/desktop.svg?v=1');
+}
+
+.icon-phone {
+ background-image: url('../img/clients/phone.svg?v=1');
+}
+
+.icon-tablet {
+ background-image: url('../img/clients/tablet.svg?v=1');
+}
+
/* APP CATEGORIES ------------------------------------------------------------------- */
.icon-category-installed {
background-image: url('../img/actions/user.svg?v=1');