Fix background of tags field
This commit is contained in:
parent
4db112e28e
commit
442b510b23
@ -20,6 +20,16 @@ textarea, input, select
|
|||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#jot-category-wrap {
|
||||||
|
background: #000;
|
||||||
|
border-bottom: none;
|
||||||
|
margin-bottom: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bootstrap-tagsinput {
|
||||||
|
background: #333;
|
||||||
|
}
|
||||||
|
|
||||||
optgroup {
|
optgroup {
|
||||||
color: #CCC !important;
|
color: #CCC !important;
|
||||||
}
|
}
|
||||||
@ -466,5 +476,3 @@ pre {
|
|||||||
.widget-nav-pills-checkbox:hover + a {
|
.widget-nav-pills-checkbox:hover + a {
|
||||||
background-color: #222;
|
background-color: #222;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user