diff options
author | jbtbnl <jbtbnl@users.noreply.github.com> | 2014-02-24 22:37:19 +0100 |
---|---|---|
committer | jbtbnl <jbtbnl@users.noreply.github.com> | 2014-02-24 22:37:19 +0100 |
commit | d28fd8f64d52bdcc766000e5b8ae10517e09a992 (patch) | |
tree | 0e9a3ecc3bdeeb49ad249ce5f764d7673780e9cd /core/css/icons.css | |
parent | 5fb1374b0f24dd034d7a07885ab7cecb420895a1 (diff) | |
download | nextcloud-server-d28fd8f64d52bdcc766000e5b8ae10517e09a992.tar.gz nextcloud-server-d28fd8f64d52bdcc766000e5b8ae10517e09a992.zip |
Remove necessity of icon class
Only the icon specific class is needed
Diffstat (limited to 'core/css/icons.css')
-rw-r--r-- | core/css/icons.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/icons.css b/core/css/icons.css index 814749c5af8..aea59750c79 100644 --- a/core/css/icons.css +++ b/core/css/icons.css @@ -1,4 +1,4 @@ -.icon { +[class^="icon-"], [class*=" icon-"] { background-repeat: no-repeat; background-position: center; } |