Skip to content

Commit 7afb257

Browse files
committed
Fix for the RSS icon not showing (it isn't referenced by browser.css yet)
1 parent dcf8194 commit 7afb257

3 files changed

Lines changed: 30 additions & 0 deletions

File tree

src/chrome/browser/browser.css

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1606,6 +1606,32 @@ toolbar[iconsize="small"] #fullscreen-button[checked="true"] {
16061606
-moz-image-region: rect(96px 456px 120px 432px);
16071607
}
16081608

1609+
/* Pale Moon: Feed icon */
1610+
#ub-feed-button,
1611+
#ub-feed-button > .button-box,
1612+
#ub-feed-button:hover:active > .button-box {
1613+
padding: 0px;
1614+
margin: 0px;
1615+
border: 0px;
1616+
background-color: transparent !important;
1617+
}
1618+
1619+
#ub-feed-button {
1620+
-moz-appearance: none;
1621+
min-width: 0px;
1622+
list-style-image: url("chrome://browser/skin/feeds/feed-icons-16.png");
1623+
-moz-image-region: rect(0px 16px 16px 0px);
1624+
}
1625+
1626+
#ub-feed-button:hover {
1627+
-moz-image-region: rect(0px 32px 16px 16px);
1628+
}
1629+
1630+
#ub-feed-button[open="true"],
1631+
#ub-feed-button:hover:active {
1632+
-moz-image-region: rect(0px 48px 16px 32px);
1633+
1634+
16091635
/* webrtc status button */
16101636

16111637
#webrtc-status-button {
561 Bytes
Loading

src/chrome/browser/feeds/subscribe.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ html {
6666
padding-top: 0.2em;
6767
}
6868

69+
img {
70+
max-width: 100%;
71+
}
72+
6973
/* Don't print subscription UI */
7074
@media print {
7175
#feedHeaderContainer {

0 commit comments

Comments
 (0)