From adffbbf98ba055b76e4707490c166a453de4f6c1 Mon Sep 17 00:00:00 2001 From: Rafael Mardojai CM Date: Sat, 24 Apr 2021 14:43:59 -0500 Subject: [PATCH] Update private browsing icon --- theme/icons/eye-not-looking-symbolic.svg | 7 +++++++ theme/icons/user-not-tracked-symbolic.svg | 25 ----------------------- theme/parts/headerbar-private-window.css | 2 +- theme/parts/icons.css | 2 +- 4 files changed, 9 insertions(+), 27 deletions(-) create mode 100644 theme/icons/eye-not-looking-symbolic.svg delete mode 100644 theme/icons/user-not-tracked-symbolic.svg diff --git a/theme/icons/eye-not-looking-symbolic.svg b/theme/icons/eye-not-looking-symbolic.svg new file mode 100644 index 0000000..a53c9d0 --- /dev/null +++ b/theme/icons/eye-not-looking-symbolic.svg @@ -0,0 +1,7 @@ + + + Gnome Symbolic Icon Theme + + + + diff --git a/theme/icons/user-not-tracked-symbolic.svg b/theme/icons/user-not-tracked-symbolic.svg deleted file mode 100644 index c68ba25..0000000 --- a/theme/icons/user-not-tracked-symbolic.svg +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - image/svg+xml - - Gnome Symbolic Icons - - - - - - - - - - - - - Gnome Symbolic Icons - - - - diff --git a/theme/parts/headerbar-private-window.css b/theme/parts/headerbar-private-window.css index de17a02..a32153f 100644 --- a/theme/parts/headerbar-private-window.css +++ b/theme/parts/headerbar-private-window.css @@ -43,7 +43,7 @@ /* Add private window headerbar indicator */ :root[privatebrowsingmode="temporary"] #nav-bar toolbarspring:first-of-type:before { - background: url("../icons/user-not-tracked-symbolic.svg") no-repeat; + background: url("../icons/eye-not-looking-symbolic.svg") no-repeat; background-size: 64px 64px; content: ""; display: block; diff --git a/theme/parts/icons.css b/theme/parts/icons.css index dde7d07..244b32c 100644 --- a/theme/parts/icons.css +++ b/theme/parts/icons.css @@ -230,7 +230,7 @@ button.close::before { /* Private browsing button */ #privatebrowsing-button { - list-style-image: url("../icons/user-not-tracked-symbolic.svg") !important; + list-style-image: url("../icons/eye-not-looking-symbolic.svg") !important; } /* Sidebar button */ #sidebar-button:-moz-locale-dir(ltr):not([positionend]) .toolbarbutton-icon, #sidebar-button:-moz-locale-dir(rtl)[positionend] .toolbarbutton-icon {