notifications.css 958 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. .nf-notification-inactive {
  2. background: #f1f1f1;
  3. }
  4. .nf-notification-inactive td,
  5. .nf-notification-inactive td ul,
  6. .nf-notification-inactive td > a {
  7. color: #bbb;
  8. }
  9. #ninja_forms_admin .tokenfield {
  10. border: 1px solid #ddd;
  11. -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
  12. box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
  13. background-color: #fff;
  14. color: #333;
  15. -webkit-transition: .05s border-color ease-in-out;
  16. transition: .05s border-color ease-in-out;
  17. margin: 1px;
  18. padding: 0 5px !important;
  19. width: 25em !important;
  20. min-height: 34px;
  21. /*height: auto !important;*/
  22. }
  23. #ninja_forms_admin .tokenfield input[type=text] {
  24. /*line-height: 33px;
  25. height: 26px;*/
  26. margin: 8px 0 0;
  27. }
  28. #ninja_forms_admin .token {
  29. margin: 5px 5px 5px 0;
  30. }
  31. #ninja_forms_admin .token .close {
  32. color: #aaa;
  33. text-decoration: none;
  34. line-height: 1.29em;
  35. }
  36. #ninja_forms_admin .token .close:hover {
  37. color: #666;
  38. }