1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-29 10:38:08 +01:00

Improved test visibility in kadmin.css admin style.

This commit is contained in:
Cameron 2021-01-26 19:06:09 -08:00
parent 71b3729341
commit f6cda21559
2 changed files with 4 additions and 4 deletions

View File

@ -3084,7 +3084,7 @@ class e107
$ADMIN_ICONS_TEMPLATE = self::getCoreTemplate('admin_icons', null, false);
if(defset('THEME_STYLE') === 'css/kadmin.css')
if(self::getPref('admincss') === 'css/kadmin.css')
{
$ADMIN_ICONS_TEMPLATE['ADMIN_EDIT_ICON'] = "<i class='fa fa-edit fa-2x fa-fw'></i>";

View File

@ -14385,9 +14385,9 @@ ul.chats li.out .message {
/**************** Custom *************************/
html { height: auto !important; }
body { margin-top: 51px;
padding: 0 !important; }
body { margin-top: 51px; padding: 0 !important; color: #666666 !important; }
.dropdown-menu li a { color: #333333; }
.dropdown-menu li a:hover { color: #111111; }
.navbar-fixed-top { background-color: #1e1e1e; color: #ffffff; border:0; margin:0!important }
.navbar-fixed-top a { color: #ffffff }