File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments