Guest User

Untitled

a guest
Jun 7th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1.  
  2.  
  3. /*Suppression notice page des modules */
  4. #addons-page #private-browsing-notice {
  5. display: none !important;
  6. }
  7.  
  8. /*Messsage "Autorisé en navigation privée" plus discret en page des modules */
  9. #addons-page .addon[privateBrowsing="true"] .name:after {
  10. content: 'Autorisé en navigation privée';
  11. display: inline-block;
  12. background-color: transparent;
  13. color: #000;
  14. opacity: 0.55;
  15. padding: 4px 5px 3px;
  16. font-size: 0.9rem;
  17. font-weight: 600;
  18. margin-left: 5px;
  19. }
  20.  
  21. /* Condenser la page des modules */
  22. @-moz-document url(about:addons){
  23. .addon.card {
  24.  
  25. max-width: 950px !important;
  26. padding: 4px !important;
  27. padding-right: 6px !important;
  28. padding-left: 11px !important;
  29. margin: -1px !important;
  30. margin-top: 4px !important;
  31. font-size: 15px !important;
  32. font-family: Arial !important;
  33. /*font-weight: bold !important;*/
  34. border-radius: 7px !important;
  35.  
  36. }
Add Comment
Please, Sign In to add comment