From 45ea656279c21d87e904f31ec4f689ee9310edbb Mon Sep 17 00:00:00 2001 From: Cameron Date: Wed, 1 Feb 2017 13:53:26 -0800 Subject: [PATCH] Admin-Menu styling --- e107_themes/bootstrap3/admin_style.css | 3 +++ e107_themes/bootstrap3/admin_theme.php | 3 +-- e107_themes/bootstrap3/css/bootstrap-dark.min.css | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/e107_themes/bootstrap3/admin_style.css b/e107_themes/bootstrap3/admin_style.css index 5a5690803..787d48aad 100644 --- a/e107_themes/bootstrap3/admin_style.css +++ b/e107_themes/bootstrap3/admin_style.css @@ -114,7 +114,10 @@ table input.form-control, table textarea.form-control, table select.form-contro } .plugin-navigation li a { outline: 0; } +/* + .plugin-navigation li a.link-active:before { content: "\f054"; font-family:FontAwesome; margin-left:-10px } +*/ table textarea.input-block-level, input.input-block-level, diff --git a/e107_themes/bootstrap3/admin_theme.php b/e107_themes/bootstrap3/admin_theme.php index cf908471a..ae8ffb75e 100644 --- a/e107_themes/bootstrap3/admin_theme.php +++ b/e107_themes/bootstrap3/admin_theme.php @@ -185,8 +185,7 @@ class bootstrap3_admintheme break; case 'admin_menu': - - echo '
+ echo '

' . $caption . '

diff --git a/e107_themes/bootstrap3/css/bootstrap-dark.min.css b/e107_themes/bootstrap3/css/bootstrap-dark.min.css index 3a2a91055..f072c5ec4 100644 --- a/e107_themes/bootstrap3/css/bootstrap-dark.min.css +++ b/e107_themes/bootstrap3/css/bootstrap-dark.min.css @@ -1476,7 +1476,7 @@ legend{color:#fff} .breadcrumb,.darkwell,.form-control,.hero-unit,.progress,.uneditable-input,code,input[type=date],input[type=time],input[type=datetime-local],input[type=month],input[type=text],input[type=password],input[type=datetime],input[type=week],input[type=email],input[type=url],input[type=tel],input[type=color],input[type=number],input[type=search],pre,select,textarea{box-shadow:0 1px 0 rgba(255,255,255,.1),0 1px 7px 0 rgba(0,0,0,.8) inset;background:rgba(0,0,0,.3)} .nav-pills>li>a{border:0;background:0 0} .nav-pills>li>a:hover{background:#3c3c3c;border:0} -.nav-pills>li.active>a,.nav-pills>li.active>a:hover{background:0 0;border:0} +.nav-pills>li.active>a{background-color:#337ab7} .nav-pills>li.active>a:hover{background:#3c3c3c} .nav-pills>li.disabled>a,.nav-pills>li.disabled>a:hover{background:0 0} .pagination>li>a{background-image:-webkit-linear-gradient(#303030,#212121 60%,#171717);background-image:-o-linear-gradient(#303030,#212121 60%,#171717);background-image:linear-gradient(#303030,#212121 60%,#171717);background-repeat:no-repeat;filter:none}