You are here

flag_lists-table.css in Flag Lists 8

Same filename and directory in other branches
  1. 4.0.x css/flag_lists-table.css

Generic styles for flag list iitem table.

See also

flaglists_table.html.twig.

File

css/flag_lists-table.css
View source
  1. /**
  2. * @file
  3. * Generic styles for flag list iitem table.
  4. *
  5. * @see flaglists_table.html.twig.
  6. */
  7. .entity-missing {
  8. color: red;
  9. }
  10. .entity-exist {
  11. color: green;
  12. }