List of tags correctly formated colors

This commit is contained in:
Christian Wolf 2017-12-04 12:46:58 +01:00
parent ee6c01c71c
commit 8a5623701e
2 changed files with 5 additions and 2 deletions

View File

@ -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;
}

View File

@ -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: <?php echo $rightImageValue; ?>;
}
.list-striped li:nth-child(odd),
.row-striped .row-fluid:nth-child(odd)
{
background-color: <?php echo $params{'bgcolor1'}; ?>;
@ -151,6 +152,7 @@ ul.nav-child > li > a:focus
{
color: <?php echo $params{'licolor1'}; ?>;
}
.list-striped li:hover,
.row-striped .row-fluid:hover
{
background-color: <?php echo $params{'bgcolor2'}; ?>;