Advertisement
PolarBearVuzi

userContent.css

Jul 6th, 2020
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1.  
  2. @-moz-document url("about:newtab"), url("about:home") {
  3. body {
  4. overflow: hidden !important;
  5. }
  6. #root {
  7. background-image: url("16.jpg") !important;
  8. background-size: cover !important;
  9. }
  10. /* Hide the ugly logo & wordmark sorry Mozilla */
  11. .logo-and-wordmark {
  12. visibility: hidden !important;
  13. }
  14. /* Make the search bar rounded */
  15. #newtab-search-text,
  16. #searchSubmit {
  17. border-radius: 50px !important;
  18. }
  19. .search-wrapper .search-inner-wrapper {
  20. margin: 10px !important; }
  21. .search-wrapper{ padding-top: 9px !important}
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement