mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 06:38:00 +02:00
More admin styling
This commit is contained in:
@@ -212,7 +212,7 @@ if (!defsettrue('e_IFRAME') && isset($pref['admincss']) && $pref['admincss'])
|
||||
//echo "<link rel='stylesheet' href='".$css_file."' type='text/css' />\n";
|
||||
$e_js->themeCSS($css_file);
|
||||
|
||||
if(e107::getPref('admincss') == "dark_style.css")
|
||||
if(e107::getPref('admincss') == "admin_dark.css")
|
||||
{
|
||||
$e_js->coreCSS('bootstrap/css/darkstrap.css');
|
||||
|
||||
|
@@ -26,7 +26,7 @@ $e_sub_cat = 'theme_manage';
|
||||
|
||||
e107::css("inline","
|
||||
.hide { display: none }
|
||||
.admin-theme-thumb { height:130px;overflow:hidden;border:1px solid black;margin-bottom:10px }
|
||||
.admin-theme-thumb { height:130px;overflow:hidden;border:1px solid black; margin:0px; margin-bottom:10px; padding:0px; }
|
||||
.admin-theme-thumb:hover { opacity:0.4 }
|
||||
|
||||
.admin-theme-options { transition: opacity .20s ease-in-out;
|
||||
|
Reference in New Issue
Block a user