12 lines
313 B
CSS
12 lines
313 B
CSS
|
@import url('css/jquery.datetimepicker.black.css');
|
||
|
|
||
|
body
|
||
|
{
|
||
|
background-image: url('/static/theme/chimera/img/chimera_logo.svg');
|
||
|
}
|
||
|
|
||
|
ul.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
|
||
|
color: rgba(255,255,255,0.9);
|
||
|
border: 1px solid rgba(255,111,16,0.6);
|
||
|
background-color: rgba(26,16,11,0.9);
|
||
|
}
|