Fix background of tags field

This commit is contained in:
Mathieu "Matbac" Bacou 2018-03-08 20:56:23 +01:00 committed by Mario Vavti
parent 4db112e28e
commit 442b510b23

View File

@ -20,6 +20,16 @@ textarea, input, select
margin-bottom: 5px;
}
#jot-category-wrap {
background: #000;
border-bottom: none;
margin-bottom: 5px;
}
.bootstrap-tagsinput {
background: #333;
}
optgroup {
color: #CCC !important;
}
@ -466,5 +476,3 @@ pre {
.widget-nav-pills-checkbox:hover + a {
background-color: #222;
}