Bug 1145372 - The add to reading list url bar button is larger than the other url bar buttons, r=markh.

This commit is contained in:
Florian Quèze 2015-03-19 15:50:23 -07:00
parent b95e8b2888
commit 4ca7c7b422
4 changed files with 16 additions and 3 deletions

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {