diff --git a/slt/css/visual.css b/slt/css/visual.css index 5cb29e1..ff75955 100644 --- a/slt/css/visual.css +++ b/slt/css/visual.css @@ -120,7 +120,8 @@ ul.nav-child > li > a:hover border-top-style: none; } -.row-striped .row-fluid:nth-child(n) +.row-striped .row-fluid:nth-child(n), +.list-striped li:nth-child(n) { background-color: inherit; } diff --git a/slt/index.php b/slt/index.php index b519fca..a527954 100644 --- a/slt/index.php +++ b/slt/index.php @@ -23,7 +23,7 @@ JHtml::_('stylesheet', 'templates/system/css/system.css', array('version' => 'au JHtml::_('stylesheet', 'main.css', array('version' => 'auto', 'relative' => true)); // Add Javascript for mobile menu -JHtml::_('script', 'mobile.js', array('version' => 'auto', 'relative' => 'true')); +JHtml::_('script', 'mobile.js', array('version' => 'auto', 'relative' => true)); // Check for a custom CSS file JHtml::_('stylesheet', 'user.css', array('version' => 'auto', 'relative' => true)); @@ -142,6 +142,7 @@ ul.nav-child > li > a:focus background-image: ; } +.list-striped li:nth-child(odd), .row-striped .row-fluid:nth-child(odd) { background-color: ; @@ -151,6 +152,7 @@ ul.nav-child > li > a:focus { color: ; } +.list-striped li:hover, .row-striped .row-fluid:hover { background-color: ;