Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2019
527
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. /*** about:logins ***/
  2. @-moz-document url(about:logins), url-prefix(about:logins) {
  3. /* Левый блок */
  4. /* Ширина */
  5. body {
  6. --sidebar-width: 400px !important;
  7. }
  8.  
  9. /* Логины - Высота всей строки */
  10. .login-list-item {
  11. padding: 5px !important;
  12. }
  13. /* Сайт и логин в одну строку */
  14. .labels, .title, .username {
  15. display: contents !important;
  16. }
  17. /* Выделить логин жирным */
  18. .username {
  19. font-weight: bold !important;
  20. }
  21. /* Узкая шапка */
  22. .meta {
  23. display: block ruby !important;
  24. padding: 0px 16px !important;
  25. }
  26. .count {
  27. margin-inline-start: 0px !important;
  28. }
  29. /* Узкий подвал */
  30. .create-login-button {
  31. margin: 5px 16px !important;
  32. }
  33. button, html|select, html|input[type="color"], xul|menulist {
  34. min-height: 25px !important;
  35. }
  36.  
  37. /* Правый блок */
  38. /* Ширина */
  39. login-item {
  40. max-width: 800px !important;
  41. }
  42.  
  43.  
  44. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement