Просмотр файла delta_framework-main/admin/styles/css/jquery.tagsinput.css

Размер файла: 1.11Kb
  1. div.tagsinput {
  2. border:1px solid #ccc;
  3. background: #FFF;
  4. padding:5px;
  5. width:300px;
  6. height:100px;
  7. overflow-y: auto;
  8. -moz-border-radius: 2px;
  9. -webkit-border-radius: 2px;
  10. border-radius: 2px;
  11. }
  12.  
  13. div.tagsinput span.tag {
  14. display: block;
  15. float: left;
  16. padding: 2px 5px;
  17. text-decoration:none;
  18. background: #1caf9a;
  19. color: #fff;
  20. margin-right: 5px;
  21. margin-bottom:5px;
  22. font-size:13px;
  23. -moz-border-radius: 2px;
  24. -webkit-border-radius: 2px;
  25. border-radius: 2px;
  26. }
  27.  
  28. div.tagsinput span.tag a {
  29. font-weight: bold;
  30. color: #fff;
  31. opacity: 0.5;
  32. text-decoration: none;
  33. font-size: 11px;
  34. }
  35.  
  36. div.tagsinput span.tag a:hover {
  37. opacity: 1;
  38. }
  39.  
  40. div.tagsinput input {
  41. width: 80px;
  42. margin: 0px;
  43. font-size: 13px;
  44. border: 1px solid transparent;
  45. padding: 5px;
  46. background: transparent;
  47. color: #000;
  48. outline: 0px;
  49. margin-right: 5px;
  50. margin-bottom: 5px;
  51. }
  52.  
  53. div.tagsinput div {
  54. display: block;
  55. float: left;
  56. }
  57.  
  58. .tags_clear {
  59. clear: both;
  60. width: 100%;
  61. height: 0px;
  62. }
  63.  
  64. .not_valid {
  65. background: #FBD8DB !important;
  66. color: #90111A !important;
  67. }