Changed font for tags in tag input to sans-serif
This commit is contained in:
parent
83aa2b950b
commit
b76e4cd1af
1 changed files with 1 additions and 0 deletions
|
@ -140,6 +140,7 @@ input[type=checkbox]:checked + label:before {
|
|||
.tag-input li {
|
||||
background: #ddd;
|
||||
display: inline-block;
|
||||
font-family: 'Droid Sans', sans-serif;
|
||||
margin: 1px;
|
||||
padding: 2px 4px;
|
||||
font-size: 15px;
|
||||
|
|
Loading…
Reference in a new issue