mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
b95e8b2888
commit
4ca7c7b422
@ -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 {
|
||||
|
@ -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 {
|
||||
|
@ -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 {
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user