diff options
author | Pierre Gordon <pierregordon@protonmail.com> | 2018-01-20 02:34:18 -0500 |
---|---|---|
committer | Pierre Gordon <pierregordon@protonmail.com> | 2018-01-20 02:34:18 -0500 |
commit | 05d8537078ae008c244804ec21cf5eab78b796ac (patch) | |
tree | 6cdf0cdb0df34efba8ac52fca4bf151d48031e4d /core/css | |
parent | d83ab0d94fc879517aad9b9267c35f9ebdc02262 (diff) | |
download | nextcloud-server-05d8537078ae008c244804ec21cf5eab78b796ac.tar.gz nextcloud-server-05d8537078ae008c244804ec21cf5eab78b796ac.zip |
Use generic icons for clients
Signed off by: Pierre Gordon <pierregordon@protonmail.com>
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/icons.scss | 36 |
1 files changed, 6 insertions, 30 deletions
diff --git a/core/css/icons.scss b/core/css/icons.scss index 4604c79e677..3c3dff56c1a 100644 --- a/core/css/icons.scss +++ b/core/css/icons.scss @@ -518,40 +518,16 @@ img, object, video, button, textarea, input, select, div[contenteditable=true] { /* CLIENTS ------------------------------------------------------------------- */ -.icon-client-android { - background-image: url('../img/clients/android.svg?v=1'); +.icon-desktop { + background-image: url('../img/clients/desktop.svg?v=1'); } -.icon-client-apple { - background-image: url('../img/clients/apple.svg?v=1'); +.icon-phone { + background-image: url('../img/clients/phone.svg?v=1'); } -.icon-client-chrome { - background-image: url('../img/clients/chrome.svg?v=1'); -} - -.icon-client-edge { - background-image: url('../img/clients/edge.svg?v=1'); -} - -.icon-client-firefox { - background-image: url('../img/clients/firefox.svg?v=1'); -} - -.icon-client-ie { - background-image: url('../img/clients/ie.svg?v=1'); -} - -.icon-client-ipad { - background-image: url('../img/clients/ipad.svg?v=1'); -} - -.icon-client-iphone { - background-image: url('../img/clients/iphone.svg?v=1'); -} - -.icon-client-safari { - background-image: url('../img/clients/safari.svg?v=1'); +.icon-tablet { + background-image: url('../img/clients/tablet.svg?v=1'); } /* APP CATEGORIES ------------------------------------------------------------------- */ |