List of tags correctly formated colors
This commit is contained in:
parent
ee6c01c71c
commit
8a5623701e
@ -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;
|
||||
}
|
||||
|
@ -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'}; ?>;
|
||||
|
Loading…
Reference in New Issue
Block a user