stylesheet.css 588 B

12345678910111213141516171819202122232425262728293031323334
  1. .clipboard-indicator-icon.private-mode {
  2. color: rgba(255, 255, 255, 0.3);
  3. }
  4. .ci-notification-label {
  5. font-weight: bold;
  6. color: #ffffff;
  7. background-color: rgba(10, 10, 10, 0.7);
  8. border-radius: 6px;
  9. font-size: 2em;
  10. padding: 0.5em;
  11. width: 400px;
  12. }
  13. .popup-menu-item .ci-action-btn StIcon {
  14. icon-size: 16px;
  15. }
  16. .ci-history-menu-section {
  17. max-height: 450px;
  18. }
  19. .ci-history-search-section {
  20. padding-top: 0;
  21. }
  22. .ci-history-search-section .popup-menu-ornament,
  23. .ci-history-actions-section .popup-menu-ornament {
  24. width: auto;
  25. }
  26. .ci-history-search-entry {
  27. width: 5em;
  28. }