diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index ae709edd32..296ceaf4ac 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -128,10 +128,10 @@ blockquote { font-size: 2.9em; padding: 0 12px 0 12px; border-radius: 10px; - background-color: #aaa; line-height: 1.5; - clip-path: url(/view/theme/frio/img/back-to-top-arrow.svg#clipPath); - mask-size: cover; + mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='35' viewBox='0 0 9.26 9.26'%3E%3Cpath d='M1.1 0C.49 0 0 .49 0 1.1v7.06c0 .61.49 1.1 1.1 1.1h7.06c.61 0 1.1-.49 1.1-1.1V1.1c0-.61-.49-1.1-1.1-1.1zm3.53 1.507l1.777 1.874h-.665v4.372H3.519V3.38h-.666z'/%3E%3C/svg%3E"); + mask-size: contain; + background-color: #aaa; width: 1.7em; height: 1.7em; } diff --git a/view/theme/frio/img/back-to-top-arrow.svg b/view/theme/frio/img/back-to-top-arrow.svg deleted file mode 100644 index d109382cfb..0000000000 --- a/view/theme/frio/img/back-to-top-arrow.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - image/svg+xml - - - - - - - diff --git a/view/theme/frio/php/default.php b/view/theme/frio/php/default.php index cdac7d91f1..b1ed587513 100644 --- a/view/theme/frio/php/default.php +++ b/view/theme/frio/php/default.php @@ -149,7 +149,7 @@ $is_singleuser_class = $is_singleuser ? "is-singleuser" : "is-not-singleuser"; -
+