You are here

flag_lists-link.css in Flag Lists 8

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

Generic styles for flag lists flag links.

See also

flaglists_flag.html.twig.

File

css/flag_lists-link.css
View source
  1. /**
  2. * @file
  3. * Generic styles for flag lists flag links.
  4. *
  5. * @see flaglists_flag.html.twig.
  6. */
  7. .flag-lists a {
  8. font-style: italic;
  9. border: none;
  10. }
  11. .flag-lists a:hover {
  12. border: none;
  13. }