[tags] made brighter erpnext #639

This commit is contained in:
Rushabh Mehta 2013-07-25 15:16:16 +05:30
parent 92a68e1e44
commit 5c75ec9afb

View file

@ -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;