Merge branch 'master' of https://github.com/overdodactyl/ShadowFox
This commit is contained in:
commit
5a89ea77b7
|
@ -968,6 +968,7 @@ url-prefix(https://discovery.addons.mozilla.org) {
|
|||
.Card--photon .Card-contents,
|
||||
.Card-contents,
|
||||
.Card-contents li,
|
||||
.Card-footer,
|
||||
.Card-footer-link,
|
||||
.Card-footer-text,
|
||||
.Card-header,
|
||||
|
@ -1320,4 +1321,4 @@ html#feedHandler .enclosures {
|
|||
.highlight .error > :-moz-any(.start-tag,.end-tag,.comment,.cdata,.doctype,.pi,.entity,.attribute-name,.attribute-value) {
|
||||
color: #de7474!important
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
.Card--photon .Card-contents,
|
||||
.Card-contents,
|
||||
.Card-contents li,
|
||||
.Card-footer,
|
||||
.Card-footer-link,
|
||||
.Card-footer-text,
|
||||
.Card-header,
|
||||
|
@ -150,4 +151,4 @@
|
|||
.Icon-featured {
|
||||
filter: invert(85%)!important
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -276,7 +276,7 @@
|
|||
<li><label><input type="checkbox" id="closeHover">Close Button on Hover</label></li>
|
||||
<li><label><input type="checkbox" id="greyscaleFavicons">Grayscale Favicons</label></li>
|
||||
<li><label><input type="checkbox" id="hideFavicons">Hide Favicons</label></li>
|
||||
<li><label><input type="checkbox" id="bottomMacos">Hide Favicons</label></li>
|
||||
<li><label><input type="checkbox" id="bottomMacos">Bottom Tabs (macOS)</label></li>
|
||||
<li><label><input type="checkbox" id="leftClose">X on left</label></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue