Advertisement
Gotolei

New Tab Page 33

Oct 14th, 2014
343
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. @-moz-document url("about:newtab") {
  2.  
  3. /* quick-and-dirty fixes, not really tested */
  4. /* for some reason everything needs an !important after it to work...? */
  5.  
  6. #newtab-scrollbox {
  7. background: -moz-dialog !important;
  8. }
  9.  
  10. #newtab-margin-top,
  11. #newtab-margin-bottom {
  12. display: none !important;
  13. }
  14.  
  15. #newtab-grid {
  16. max-height: 100% !important;
  17. }
  18.  
  19. .newtab-thumbnail {
  20. border-radius: 2px !important;
  21. }
  22.  
  23. .newtab-cell {
  24. height: 120px !important;
  25. width: 220px !important;
  26. border-radius: 3px !important;
  27. border: 1px solid threedshadow !important;
  28. }
  29.  
  30. .newtab-site {
  31. opacity: 0.8 !important;
  32. }
  33.  
  34. .newtab-site:hover {
  35. border: 1px solid threedshadow !important;
  36. box-shadow: 0 0 8px rgba(0,0,0,0.3) !important;
  37. opacity: 1 !important;
  38. }
  39.  
  40. .newtab-title {
  41. margin-bottom: 4px !important;
  42. }
  43.  
  44. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement