diff options
Diffstat (limited to '')
-rw-r--r-- | toolkit/themes/shared/profile/information.svg | 4 | ||||
-rw-r--r-- | toolkit/themes/shared/profile/profileDowngrade.css | 13 |
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; +} |