mirror of
https://github.com/e107inc/e107.git
synced 2025-09-02 02:42:40 +02:00
Issue #1138 - Bootstrap3 styling fixes.
This commit is contained in:
@@ -29,8 +29,8 @@ min-height:50px;
|
||||
background-color: rgb(54, 54, 54);
|
||||
}
|
||||
|
||||
tr.highlight-odd { background-color: #212121; }
|
||||
tr.highlight-even { background-color: #212121; }
|
||||
tr.highlight-odd, .table-striped > tbody > tr.highlight-odd { background-color: #212121; }
|
||||
tr.highlight-even, .table-striped > tbody > tr.highlight-even { background-color: #212121; }
|
||||
|
||||
.datetimepicker table tr td.day:hover {
|
||||
|
||||
|
@@ -405,7 +405,7 @@ $E_ADMIN_MENU['end'] = '
|
||||
</ul>
|
||||
';
|
||||
|
||||
$E_ADMIN_MENU['divider'] = '<li class="divider"></li>';
|
||||
$E_ADMIN_MENU['divider'] = '<li role="separator" class="divider"></li>';
|
||||
|
||||
|
||||
/* NEW ADMIN SLIDE DOWN MENU TEMPLATE
|
||||
|
@@ -20,7 +20,7 @@ e107::js('url', "http://cdnjs.cloudflare.com/ajax/libs/x-editable/1.5.0/bootstr
|
||||
|
||||
e107::css('theme','css/bootstrap_dark.css');
|
||||
e107::css('theme','admin_style.css');
|
||||
|
||||
e107::css('theme','admin_dark.css');
|
||||
e107::css('theme','ie_all.css',null,'all',"<!--[if IE]>","<![endif]-->");
|
||||
|
||||
|
||||
|
@@ -2308,7 +2308,7 @@ th {
|
||||
border-bottom-width: 2px;
|
||||
}
|
||||
.table-striped > tbody > tr:nth-of-type(odd) {
|
||||
background-color: #212121;
|
||||
background-color: #494949;
|
||||
}
|
||||
.table-hover > tbody > tr:hover {
|
||||
background-color: #565656;
|
||||
|
Reference in New Issue
Block a user