summaryrefslogtreecommitdiffstats
path: root/toolkit/themes/shared/profile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 14:29:10 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 14:29:10 +0000
commit2aa4a82499d4becd2284cdb482213d541b8804dd (patch)
treeb80bf8bf13c3766139fbacc530efd0dd9d54394c /toolkit/themes/shared/profile
parentInitial commit. (diff)
downloadfirefox-2aa4a82499d4becd2284cdb482213d541b8804dd.tar.xz
firefox-2aa4a82499d4becd2284cdb482213d541b8804dd.zip
Adding upstream version 86.0.1.upstream/86.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'toolkit/themes/shared/profile')
-rw-r--r--toolkit/themes/shared/profile/information.svg4
-rw-r--r--toolkit/themes/shared/profile/profileDowngrade.css13
2 files changed, 17 insertions, 0 deletions
diff --git a/toolkit/themes/shared/profile/information.svg b/toolkit/themes/shared/profile/information.svg
new file mode 100644
index 0000000000..f1c4f5e359
--- /dev/null
+++ b/toolkit/themes/shared/profile/information.svg
@@ -0,0 +1,4 @@
+<!-- This Source Code Form is subject to the terms of the Mozilla Public
+ - License, v. 2.0. If a copy of the MPL was not distributed with this
+ - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
+<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill="context-fill" d="M8 16a8 8 0 1 1 8-8 8.009 8.009 0 0 1-8 8zM8 2a6 6 0 1 0 6 6 6.006 6.006 0 0 0-6-6z"></path><path fill="context-fill" d="M8 7a1 1 0 0 0-1 1v3a1 1 0 0 0 2 0V8a1 1 0 0 0-1-1z"></path><circle cx="8" cy="5" r="1.188"></circle></svg> \ No newline at end of file
diff --git a/toolkit/themes/shared/profile/profileDowngrade.css b/toolkit/themes/shared/profile/profileDowngrade.css
new file mode 100644
index 0000000000..635a50bf08
--- /dev/null
+++ b/toolkit/themes/shared/profile/profileDowngrade.css
@@ -0,0 +1,13 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
+dialog::part(button-spacer) {
+ display: none;
+}
+
+#info {
+ list-style-image: url("chrome://mozapps/skin/profile/information.svg");
+ width: 32px;
+ height: 32px;
+}