diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-07-15 11:37:38 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-07-15 11:37:38 +0200 |
commit | de52be718978b6a484381354bc80dc19311ac0d4 (patch) | |
tree | 50727f21c220f631f00533c3c0b6a39018b55c4b /core/css/icons.css | |
parent | e2aba4efeaf489b85faafeb7aca3f733d57b6eb4 (diff) | |
download | nextcloud-server-de52be718978b6a484381354bc80dc19311ac0d4.tar.gz nextcloud-server-de52be718978b6a484381354bc80dc19311ac0d4.zip |
remove unused 3rdparty clock and lock icons
Diffstat (limited to 'core/css/icons.css')
-rw-r--r-- | core/css/icons.css | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/core/css/icons.css b/core/css/icons.css index 60f0b1b8c60..508fe700ae7 100644 --- a/core/css/icons.css +++ b/core/css/icons.css @@ -46,10 +46,6 @@ background-image: url('../img/actions/checkmark-white.svg'); } -.icon-clock { - background-image: url('../img/actions/clock.svg'); -} - .icon-close { background-image: url('../img/actions/close.svg'); } @@ -78,10 +74,6 @@ background-image: url('../img/actions/info.svg'); } -.icon-lock { - background-image: url('../img/actions/lock.svg'); -} - .icon-logout { background-image: url('../img/actions/logout.svg'); } |