From 6b1ef956993ff294534281a35dd3b9ce5538a7b1 Mon Sep 17 00:00:00 2001 From: kontrollanten <6680299+kontrollanten@users.noreply.github.com> Date: Mon, 22 Mar 2021 14:19:08 +0100 Subject: Change copy icon (#3867) * client: change copy icon to glypicon-duplicate * client: add "copy" text to copy icons --- client/src/app/+accounts/accounts.component.html | 2 +- client/src/app/+video-channels/video-channels.component.html | 2 +- .../src/app/shared/shared-forms/input-toggle-hidden.component.html | 5 +++-- .../app/shared/shared-video-miniature/video-download.component.html | 2 +- client/src/sass/bootstrap.scss | 4 ++++ 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/client/src/app/+accounts/accounts.component.html b/client/src/app/+accounts/accounts.component.html index 5bd7b0824..1903bb36f 100644 --- a/client/src/app/+accounts/accounts.component.html +++ b/client/src/app/+accounts/accounts.component.html @@ -12,7 +12,7 @@ Banned diff --git a/client/src/app/+video-channels/video-channels.component.html b/client/src/app/+video-channels/video-channels.component.html index 4b0d12b6e..b3ea19768 100644 --- a/client/src/app/+video-channels/video-channels.component.html +++ b/client/src/app/+video-channels/video-channels.component.html @@ -12,7 +12,7 @@ diff --git a/client/src/app/shared/shared-forms/input-toggle-hidden.component.html b/client/src/app/shared/shared-forms/input-toggle-hidden.component.html index e7441e4c1..9f252f299 100644 --- a/client/src/app/shared/shared-forms/input-toggle-hidden.component.html +++ b/client/src/app/shared/shared-forms/input-toggle-hidden.component.html @@ -12,9 +12,10 @@ diff --git a/client/src/app/shared/shared-video-miniature/video-download.component.html b/client/src/app/shared/shared-video-miniature/video-download.component.html index 4608e93e7..0e659fbe2 100644 --- a/client/src/app/shared/shared-video-miniature/video-download.component.html +++ b/client/src/app/shared/shared-video-miniature/video-download.component.html @@ -36,7 +36,7 @@
diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss index 7047f6e03..75dc91d7a 100644 --- a/client/src/sass/bootstrap.scss +++ b/client/src/sass/bootstrap.scss @@ -9,6 +9,10 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/'; animation: spin .7s infinite linear; } +.glyphicon-duplicate { + font-size: 70%; +} + .flex-auto { flex: auto; } -- cgit v1.2.3