diff options
author | Raghu Nayyar <me@iraghu.com> | 2014-02-27 21:11:26 +0530 |
---|---|---|
committer | Raghu Nayyar <me@iraghu.com> | 2014-02-27 21:11:26 +0530 |
commit | e30480961246c33c3938bb5023e4e06675ad5c48 (patch) | |
tree | 9a4af79944c200683790e216822b9b56631c3715 /core/css/icons.css | |
parent | 7af846e656118c6a77efb144ec95e256cd12afbc (diff) | |
parent | d28fd8f64d52bdcc766000e5b8ae10517e09a992 (diff) | |
download | nextcloud-server-e30480961246c33c3938bb5023e4e06675ad5c48.tar.gz nextcloud-server-e30480961246c33c3938bb5023e4e06675ad5c48.zip |
Merge pull request #7382 from jbtbnl/master
Remove necessity of icon class
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 d3d4d7da709..027a3f8557f 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; } |