Mercurial > hg > isophonics-drupal-site
view core/themes/classy/css/components/tabs.css @ 9:1fc0ff908d1f
Add another data file
author | Chris Cannam |
---|---|
date | Mon, 05 Feb 2018 12:34:32 +0000 |
parents | 4c8ae668cc8c |
children | af1871eacc83 |
line wrap: on
line source
/** * @file * Visual styles for tabs. */ div.tabs { margin: 1em 0; } ul.tabs { list-style: none; margin: 0 0 0.5em; padding: 0; } .tabs > li { display: inline-block; margin-right: 0.3em; /* LTR */ } [dir="rtl"] .tabs > li { margin-left: 0.3em; margin-right: 0; } .tabs a { display: block; padding: 0.2em 1em; text-decoration: none; } .tabs a.is-active { background-color: #eee; } .tabs a:focus, .tabs a:hover { background-color: #f5f5f5; }