You are here

forena_query.css in Forena Reports 7.5

Same filename and directory in other branches
  1. 7.3 forena_query.css
  2. 7.4 forena_query.css
@CHARSET "UTF-8";

#forena-query-builder-form .forena-filter div {
	display: inline-block;
}

.ui-autocomplete #ui-active-menuitem{ 
	background-color: #eee; 
}

File

forena_query.css
View source
  1. @CHARSET "UTF-8";
  2. #forena-query-builder-form .forena-filter div {
  3. display: inline-block;
  4. }
  5. .ui-autocomplete #ui-active-menuitem{
  6. background-color: #eee;
  7. }