From 4ca7c7b4220794c754a84c115c06fbfbf1121571 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Qu=C3=A8ze?= Date: Thu, 19 Mar 2015 15:50:23 -0700 Subject: [PATCH] Bug 1145372 - The add to reading list url bar button is larger than the other url bar buttons, r=markh. --- browser/themes/linux/browser.css | 4 ++++ browser/themes/osx/browser.css | 6 ++++++ browser/themes/shared/readinglist/readinglist.inc.css | 5 ++--- browser/themes/windows/browser.css | 4 ++++ 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/browser/themes/linux/browser.css b/browser/themes/linux/browser.css index 40d21867ffd..98b1136f1e5 100644 --- a/browser/themes/linux/browser.css +++ b/browser/themes/linux/browser.css @@ -1630,6 +1630,10 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action- %include ../shared/readinglist/readinglist.inc.css +#readinglist-addremove-button { + padding: 0 2px; +} + /* Reader mode button */ #reader-mode-button { diff --git a/browser/themes/osx/browser.css b/browser/themes/osx/browser.css index 237edea7da9..b205a4098b7 100644 --- a/browser/themes/osx/browser.css +++ b/browser/themes/osx/browser.css @@ -2529,6 +2529,12 @@ richlistitem[type~="action"][actiontype="switchtab"][selected="true"] > .ac-url- %include ../shared/readinglist/readinglist.inc.css +#readinglist-addremove-button { + padding: 3px; + -moz-padding-start: 2px; + -moz-padding-end: 1px; +} + /* Reader mode button */ #reader-mode-button { diff --git a/browser/themes/shared/readinglist/readinglist.inc.css b/browser/themes/shared/readinglist/readinglist.inc.css index 7106352764a..7840964a6b3 100644 --- a/browser/themes/shared/readinglist/readinglist.inc.css +++ b/browser/themes/shared/readinglist/readinglist.inc.css @@ -8,7 +8,6 @@ -moz-appearance: none; border: none; list-style-image: url("chrome://browser/skin/readinglist/icons.svg#addpage"); - padding: 3px; } #readinglist-addremove-button:hover { @@ -16,8 +15,8 @@ } #readinglist-addremove-button > .toolbarbutton-icon { - width: 16px; - height: 16px + width: 14px; + height: 14px } #readinglist-addremove-button:hover { diff --git a/browser/themes/windows/browser.css b/browser/themes/windows/browser.css index b02f0a5974c..098e01d02cc 100644 --- a/browser/themes/windows/browser.css +++ b/browser/themes/windows/browser.css @@ -1578,6 +1578,10 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action- %include ../shared/readinglist/readinglist.inc.css +#readinglist-addremove-button { + padding: 0 2px; +} + /* Reader mode button */ #reader-mode-button {