mirror of
https://github.com/e107inc/e107.git
synced 2025-03-14 01:19:44 +01:00
Admin theme tweaks
This commit is contained in:
parent
fcbe12c5f6
commit
327925a937
@ -1559,9 +1559,22 @@ td img.thumbnail { margin-bottom:0 }
|
||||
.treeprefix.level-4 { margin-left:60px }
|
||||
.treeprefix.level-5 { margin-left:85px }
|
||||
|
||||
/* Cleanup tables for light themes */
|
||||
.adminlist.table-bordered > thead > tr > th,
|
||||
.adminlist.table-bordered > thead > tr > td,
|
||||
.adminlist.table-bordered > tbody > tr > th,
|
||||
.adminlist.table-bordered > tbody > tr > td,
|
||||
.adminlist.table-bordered > tfoot > tr > th,
|
||||
.adminlist.table-bordered > tfoot > tr > td {
|
||||
border-left: 0;
|
||||
border-right:0;
|
||||
}
|
||||
|
||||
/* Cleanup table borders/headers */
|
||||
#admin-ui-list-batch ,
|
||||
.adminlist > thead > tr { background-color: rgba(0,0,0,0.1); }
|
||||
|
||||
|
||||
.adminlist { border:1px solid rgba(0,0,0,0.1); }
|
||||
|
||||
|
||||
|
||||
|
@ -155,7 +155,7 @@ $E_ADMIN_NAVIGATION['end'] = '</ul>';
|
||||
</div>
|
||||
*/
|
||||
|
||||
$inverse = (e107::getPref('admincss') == "admin_light.css") ? "navbar-inverse" : "";
|
||||
// $inverse = (e107::getPref('admincss') == "admin_light.css") ? "navbar-inverse" : "";
|
||||
|
||||
|
||||
$ADMIN_MODAL = '
|
||||
|
Loading…
x
Reference in New Issue
Block a user