mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 12:20:44 +02:00
Issue #1138 Fix for pagination color.
This commit is contained in:
@@ -130,7 +130,7 @@ $NEXTPREV_TEMPLATE['admin_nav_next'] = '<li><a class="nextprev-item next e-tip"
|
||||
|
||||
$NEXTPREV_TEMPLATE['admin_items_start'] = '';
|
||||
$NEXTPREV_TEMPLATE['admin_item'] = '<li><a class="nextprev-item e-tip" href="{url}" title="{url_label}">{label}</a></li>';
|
||||
$NEXTPREV_TEMPLATE['admin_item_current'] = '<li><a class="nextprev-item current active" href="#" onclick="return false;" title="{url_label}">{label}</a></li>';
|
||||
$NEXTPREV_TEMPLATE['admin_item_current'] = '<li class="active"><a class="nextprev-item current active" href="#" onclick="return false;" title="{url_label}">{label}</a></li>';
|
||||
$NEXTPREV_TEMPLATE['admin_items_end'] = '';
|
||||
|
||||
//$NEXTPREV_TEMPLATE['admin_separator'] = '<span class="nextprev-sep"><!-- --></span>';
|
||||
|
@@ -1570,7 +1570,7 @@ class themeHandler
|
||||
$text .= "<li><a title='".$val['menu_name']."'>".str_replace("_menu","",$val['menu_name'])."</a></li>";
|
||||
|
||||
}
|
||||
|
||||
|
||||
$text .= "</ul></div>";
|
||||
return $text;
|
||||
|
||||
|
@@ -4753,7 +4753,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
|
||||
padding: 8px 12px;
|
||||
line-height: 1.42857143;
|
||||
text-decoration: none;
|
||||
color: #4f93ce;
|
||||
color: #c6c6c6;
|
||||
background-color: #212121;
|
||||
border: 1px solid rgba(0, 0, 0, 0.6);
|
||||
margin-left: -1px;
|
||||
|
Reference in New Issue
Block a user