From becd71a8600c7229f765d8eda21c1843c4f4adf1 Mon Sep 17 00:00:00 2001 From: FranklinDM Date: Fri, 16 Nov 2018 20:59:11 +0800 Subject: Issue #638 - Part 1: Provide a visual indicator for muting/unmuting tabs --- .../themes/shared/tabbrowser/tab-audio-small.svg | 85 +++++++++++++++++++++ .../themes/shared/tabbrowser/tab-audio.svg | 86 ++++++++++++++++++++++ 2 files changed, 171 insertions(+) create mode 100644 application/palemoon/themes/shared/tabbrowser/tab-audio-small.svg create mode 100644 application/palemoon/themes/shared/tabbrowser/tab-audio.svg (limited to 'application/palemoon/themes/shared') diff --git a/application/palemoon/themes/shared/tabbrowser/tab-audio-small.svg b/application/palemoon/themes/shared/tabbrowser/tab-audio-small.svg new file mode 100644 index 000000000..da4ad3ef9 --- /dev/null +++ b/application/palemoon/themes/shared/tabbrowser/tab-audio-small.svg @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/application/palemoon/themes/shared/tabbrowser/tab-audio.svg b/application/palemoon/themes/shared/tabbrowser/tab-audio.svg new file mode 100644 index 000000000..1949c0595 --- /dev/null +++ b/application/palemoon/themes/shared/tabbrowser/tab-audio.svg @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3 From 66cc7d91a44fd6789b80cd61ee7b84c63d402122 Mon Sep 17 00:00:00 2001 From: FranklinDM Date: Sat, 17 Nov 2018 10:25:16 +0800 Subject: Issue #638 - Part 7: Remove hover and active states for sound indicator --- .../themes/shared/tabbrowser/tab-audio-small.svg | 113 ++++++++------------- .../themes/shared/tabbrowser/tab-audio.svg | 88 ++-------------- 2 files changed, 53 insertions(+), 148 deletions(-) (limited to 'application/palemoon/themes/shared') diff --git a/application/palemoon/themes/shared/tabbrowser/tab-audio-small.svg b/application/palemoon/themes/shared/tabbrowser/tab-audio-small.svg index da4ad3ef9..abfe71268 100644 --- a/application/palemoon/themes/shared/tabbrowser/tab-audio-small.svg +++ b/application/palemoon/themes/shared/tabbrowser/tab-audio-small.svg @@ -4,82 +4,55 @@ - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/application/palemoon/themes/shared/tabbrowser/tab-audio.svg b/application/palemoon/themes/shared/tabbrowser/tab-audio.svg index 1949c0595..274e10c29 100644 --- a/application/palemoon/themes/shared/tabbrowser/tab-audio.svg +++ b/application/palemoon/themes/shared/tabbrowser/tab-audio.svg @@ -2,85 +2,17 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file + + + + + + + -- cgit v1.2.3