From 561327f818b02bfcf752891961613a4e2c6f39b1 Mon Sep 17 00:00:00 2001
From: Cameron <e107inc@gmail.com>
Date: Wed, 3 Mar 2021 10:32:01 -0800
Subject: [PATCH] Styling fix

---
 e107_themes/bootstrap3/admin_style.css      | 4 ++--
 e107_themes/bootstrap3/css/modern-light.css | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/e107_themes/bootstrap3/admin_style.css b/e107_themes/bootstrap3/admin_style.css
index 00438ffb2..000274ef1 100644
--- a/e107_themes/bootstrap3/admin_style.css
+++ b/e107_themes/bootstrap3/admin_style.css
@@ -579,8 +579,8 @@ img.S32:hover 				{}
 table.adminlist								{ margin-bottom: 0 }
 table.adminlist td .video-responsive        { height: auto; padding:0 }
 
-.admin-true-icon                            {  color: #51a351; font-weight:bold; font-size:20px; }
-.admin-false-icon                           {  color: #ee5f5b; font-weight:bold; font-size:20px; }
+.admin-true-icon                            {  color: #51a351 !important; font-weight:bold; font-size:20px; }
+.admin-false-icon                           {  color: #ee5f5b !important; font-weight:bold; font-size:20px; }
 
  select.e-editable-boolean.admin-true-icon option[value='1'],
  select.e-editable-boolean.admin-false-icon option[value='1']        {  color: #51a351; }
diff --git a/e107_themes/bootstrap3/css/modern-light.css b/e107_themes/bootstrap3/css/modern-light.css
index d3e9eec62..813a00268 100644
--- a/e107_themes/bootstrap3/css/modern-light.css
+++ b/e107_themes/bootstrap3/css/modern-light.css
@@ -755,7 +755,7 @@
         .btn.focus,.btn:focus,.btn:hover{color:#fff;text-decoration:none}
         .btn.active,.btn:active{outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}
         .btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}
-        .btn-default{color:#fff;background-color:#212121;border-color:#212121}
+        .btn-default{color:#fff; background-color:rgb(100,100,100); border-color:rgb(100,100,100);}
         .btn-default.focus,.btn-default:focus{color:#fff;background-color:#080808;border-color:#000}
         .btn-default.active,.btn-default:active,.btn-default:hover,.open>.dropdown-toggle.btn-default{color:#fff;background-color:#080808;border-color:#020202}
         .btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#fff;background-color:#000;border-color:#000}
@@ -1648,7 +1648,7 @@ ul.col-selection { background-color: #FCFDFF; }
 .admin-right-panel .dropdown-menu a { color: rgba(0,0,0,0.75); }
 #admin-menus #sc-admin-help ,
 #admin-menus .admin-ui-nav-menu { background: #373737 }
-
+h4.caption { margin-bottom: 15px !important; }