From d263350fc77a48e68d1ba62b249a7bde9633c701 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A0=20Arrufat?= Date: Wed, 4 May 2016 19:22:36 +0200 Subject: [PATCH 1/2] Update icon for New Tab --- theme/shared/symbolic-icons/tab-new.svg | 175 +++++++++++++++++++++--- 1 file changed, 156 insertions(+), 19 deletions(-) diff --git a/theme/shared/symbolic-icons/tab-new.svg b/theme/shared/symbolic-icons/tab-new.svg index 131e5a83..7938b082 100644 --- a/theme/shared/symbolic-icons/tab-new.svg +++ b/theme/shared/symbolic-icons/tab-new.svg @@ -1,21 +1,158 @@ - - - - -image/svg+xml - -Gnome Symbolic Icon Theme - - - - - - -Gnome Symbolic Icon Theme - - - - - + + + + + + + + + + image/svg+xml + + Gnome Symbolic Icon Theme + + + + + + + + + Gnome Symbolic Icon Theme + + + + + + + + + + + + + + + From b676af7291795d0d8057252eb81d8f9b582c1e80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A0=20Arrufat?= Date: Wed, 4 May 2016 19:34:45 +0200 Subject: [PATCH 2/2] Add support for Stop/Reload buttons in CTR --- .../extensions/classic-theme-restorer.inc.css | 13 +++++++++++++ theme/shared/browser/extensions/extensions.inc.css | 1 + 2 files changed, 14 insertions(+) create mode 100644 theme/shared/browser/extensions/classic-theme-restorer.inc.css diff --git a/theme/shared/browser/extensions/classic-theme-restorer.inc.css b/theme/shared/browser/extensions/classic-theme-restorer.inc.css new file mode 100644 index 00000000..e1210633 --- /dev/null +++ b/theme/shared/browser/extensions/classic-theme-restorer.inc.css @@ -0,0 +1,13 @@ +%if 0 +/* Classic Theme Restorer + * id: {ClassicThemeRestorer@ArisT2Noia4dev} + * URL: https://addons.mozilla.org/en-US/firefox/addon/classicthemerestorer */ +%endif + +#ctraddon_stop-button[cui-areatype="toolbar"] { + list-style-image: url(chrome://symbolic-icons/skin/process-stop.svg); +} + +#ctraddon_reload-button[cui-areatype="toolbar"] { + list-style-image: url(chrome://symbolic-icons/skin/view-refresh.svg); +} diff --git a/theme/shared/browser/extensions/extensions.inc.css b/theme/shared/browser/extensions/extensions.inc.css index ed967b1a..39d749fe 100644 --- a/theme/shared/browser/extensions/extensions.inc.css +++ b/theme/shared/browser/extensions/extensions.inc.css @@ -10,6 +10,7 @@ %include all-in-one-sidebar.inc.css % C +%include classic-theme-restorer.inc.css %include clearly.inc.css %include colorzilla.inc.css