diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-07-18 18:40:09 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-07-18 18:40:09 +0200 |
commit | 197c979d264f15d82e991f45c7155b2172aae3c6 (patch) | |
tree | 3be2dd267ccdc2b7c465a1ae3503d6e011bdf9a9 /core | |
parent | cab792323d4c136ed336442d7ae6bb9559955591 (diff) | |
download | nextcloud-server-197c979d264f15d82e991f45c7155b2172aae3c6.tar.gz nextcloud-server-197c979d264f15d82e991f45c7155b2172aae3c6.zip |
use background image instead of img for Files delete icon
Diffstat (limited to 'core')
-rw-r--r-- | core/css/styles.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index 94520a4e0cb..46972331df9 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -659,6 +659,10 @@ div.crumb:active { } /* icons */ +.folder-icon, .delete-icon, .edit-icon { + background-repeat: no-repeat; + background-position: center; +} .folder-icon { background-image: url('../img/places/folder.svg'); } .delete-icon { background-image: url('../img/actions/delete.svg'); } .delete-icon:hover, .delete-icon:focus { |