From ce68042546db9304a00a60364304d6a3ebf7e9b3 Mon Sep 17 00:00:00 2001 From: Rafael Mardojai CM Date: Sun, 25 Jul 2021 21:30:41 -0500 Subject: [PATCH] Icons: Add new password icon --- theme/icons/key-symbolic.svg | 111 +++++++++++++++++++++++++++++++++++ theme/parts/icons.css | 4 ++ 2 files changed, 115 insertions(+) create mode 100644 theme/icons/key-symbolic.svg diff --git a/theme/icons/key-symbolic.svg b/theme/icons/key-symbolic.svg new file mode 100644 index 0000000..a622d29 --- /dev/null +++ b/theme/icons/key-symbolic.svg @@ -0,0 +1,111 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/theme/parts/icons.css b/theme/parts/icons.css index aa01c73..de05e54 100644 --- a/theme/parts/icons.css +++ b/theme/parts/icons.css @@ -458,6 +458,10 @@ button.close::before { width: 16px; background-image: url("../icons/info-symbolic.svg") !important; } +/* Password */ +#password-notification-icon { + list-style-image: url("../icons/key-symbolic.svg") !important; +} /* Url Bar icons */ #urlbar:not(.searchButton) > #urlbar-input-container > #identity-box[pageproxystate="invalid"] #identity-icon {