From 8a5623701e2c07c7fec2823e7027850ab657f4b7 Mon Sep 17 00:00:00 2001 From: Christian Wolf Date: Mon, 4 Dec 2017 12:46:58 +0100 Subject: [PATCH] List of tags correctly formated colors --- slt/css/visual.css | 3 ++- slt/index.php | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) 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: ;