diff --git a/public/css/tag-it.css b/public/css/tag-it.css index 99432989cb..f3c0b70cdc 100644 --- a/public/css/tag-it.css +++ b/public/css/tag-it.css @@ -26,7 +26,7 @@ ul.tagit li.tagit-choice { border: none; box-shadow: none; border-radius: 4px; - background-color: #ddd; + background-color: #bbb; } ul.tagit li.tagit-new { @@ -76,14 +76,6 @@ ul.tagit input[type="text"] { /* in list */ -.list-tag ul.tagit li.tagit-choice { - background-color: transparent; - text-decoration: underline; - color: #aaa; - cursor: pointer; - font-size: 90%; -} - .list-tag ul.tagit { margin-top: -5px; margin-left: -4px;