You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
413 B
25 lines
413 B
.tagEditor |
|
{ |
|
margin: 4px 0; |
|
padding: 0; |
|
} |
|
|
|
.tagEditor li |
|
{ |
|
display: inline; |
|
background-image: url('../images/minus_small.png'); |
|
background-color: #efe; |
|
background-position: right center; |
|
background-repeat: no-repeat; |
|
list-style-type: none; |
|
padding: 0 18px 0 6px; |
|
margin: 0 4px; |
|
cursor: pointer; |
|
-moz-border-radius: 5px; |
|
-webkit-border-radius: 5px; |
|
} |
|
|
|
.tagEditor li:hover |
|
{ |
|
background-color: #eee; |
|
} |