summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2016-11-17 21:39:31 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2016-11-17 21:39:31 +0100
commit9f5d019df9ec8f867cc2fa536da6d7b9915df84c (patch)
tree0141b93e19d7d7f15f56d7418ea0936f2d18442e /core/css
parentcf78942253c546514733e4847f7f11c1d5fcc36f (diff)
downloadnextcloud-server-9f5d019df9ec8f867cc2fa536da6d7b9915df84c.tar.gz
nextcloud-server-9f5d019df9ec8f867cc2fa536da6d7b9915df84c.zip
resize and pixel-perfectly align copy icon
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'core/css')
-rw-r--r--core/css/icons.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/css/icons.css b/core/css/icons.css
index 5e5f968a5bb..7618491cf90 100644
--- a/core/css/icons.css
+++ b/core/css/icons.css
@@ -144,6 +144,10 @@ img.icon-loading-small-dark, object.icon-loading-small-dark, video.icon-loading-
background-image: url('../img/actions/checkmark-color.svg?v=1');
}
+.icon-clippy {
+ background-image: url('../img/actions/clippy.svg?v=2');
+}
+
.icon-close {
background-image: url('../img/actions/close.svg?v=1');
}
@@ -422,7 +426,3 @@ img.icon-loading-small-dark, object.icon-loading-small-dark, video.icon-loading-
.icon-picture {
background-image: url('../img/places/picture.svg?v=1');
}
-
-.icon-clippy {
- background-image: url('../img/actions/clippy.svg?v=1');
-}