diff --git a/e107_core/shortcodes/batch/admin_shortcodes.php b/e107_core/shortcodes/batch/admin_shortcodes.php index d5241dfe9..aa068f2cf 100644 --- a/e107_core/shortcodes/batch/admin_shortcodes.php +++ b/e107_core/shortcodes/batch/admin_shortcodes.php @@ -751,7 +751,7 @@ class admin_shortcodes
  • Incoming Message Number 1
  • Incoming Message Number 2
  • Incoming Message Number 3
  • -
  • + diff --git a/e107_themes/bootstrap/admin_template.php b/e107_themes/bootstrap/admin_template.php index 8f9f2667a..537bd72a5 100644 --- a/e107_themes/bootstrap/admin_template.php +++ b/e107_themes/bootstrap/admin_template.php @@ -109,7 +109,7 @@ $E_ADMIN_NAVIGATION['button_pm'] = '
  • Incoming Message Number 1
  • Incoming Message Number 2
  • Incoming Message Number 3
  • -
  • + @@ -367,7 +367,7 @@ $E_ADMIN_MENU['end'] = ' '; -$E_ADMIN_MENU['divider'] = '
  • '; +$E_ADMIN_MENU['divider'] = ''; /* NEW ADMIN SLIDE DOWN MENU TEMPLATE diff --git a/e107_themes/bootstrap/theme_shortcodes.php b/e107_themes/bootstrap/theme_shortcodes.php index f99160413..9d15e5a6b 100644 --- a/e107_themes/bootstrap/theme_shortcodes.php +++ b/e107_themes/bootstrap/theme_shortcodes.php @@ -85,7 +85,7 @@ class theme_shortcodes extends e_shortcode '; -$E_ADMIN_MENU['divider'] = '
  • '; +$E_ADMIN_MENU['divider'] = ''; /* NEW ADMIN SLIDE DOWN MENU TEMPLATE diff --git a/e107_themes/bootstrap3/admin_theme.php b/e107_themes/bootstrap3/admin_theme.php index 09bea632e..2216001e0 100644 --- a/e107_themes/bootstrap3/admin_theme.php +++ b/e107_themes/bootstrap3/admin_theme.php @@ -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',""); diff --git a/e107_themes/bootstrap3/css/bootstrap_dark.css b/e107_themes/bootstrap3/css/bootstrap_dark.css index 0838d5a46..027919586 100644 --- a/e107_themes/bootstrap3/css/bootstrap_dark.css +++ b/e107_themes/bootstrap3/css/bootstrap_dark.css @@ -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;