Skip to content

Instantly share code, notes, and snippets.

@blackhalt
Last active November 18, 2017 04:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save blackhalt/cdbcd955e4f7d1835c6964adeed732c8 to your computer and use it in GitHub Desktop.
Save blackhalt/cdbcd955e4f7d1835c6964adeed732c8 to your computer and use it in GitHub Desktop.
newtab platāka lapa (man ir tikai tikai Top sites)
/*profils/chrome/userContent.css*/
/* Jāņem verā:
browser.newtabpage.columns
browser.newtabpage.rows
Jā, un browser.newtabpage.activity-stream.topSitesCount
*/
@-moz-document url("about:newtab") {
main{
width: 1000px !important;
margin-top:-50px !important
}
}
/* Bonusiņš
/* Select krāsa visam ;)*/
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
@namespace url(http://www.w3.org/1999/xhtml);
::-moz-selection,
input::-moz-selection,
textarea::-moz-selection {
-moz-appearance: none !important;
background: rgba(242, 153, 33) !important;
border-color: black !important;
color: #000 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment