diff --git a/public/site_assets/bootstrap/css/design/dark.css b/public/site_assets/bootstrap/css/design/dark.css index 7c52cade..57c14dd9 100644 --- a/public/site_assets/bootstrap/css/design/dark.css +++ b/public/site_assets/bootstrap/css/design/dark.css @@ -111,11 +111,14 @@ a:focus { .panel-footer { color: #000; background-color: #BDBFBF; + border-top: 1px solid #808080; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .panel-body { color: #000; - background-color: #BDBFBF; + background-color: #D3D3D3; } .panel-info > .panel-heading { @@ -128,7 +131,6 @@ a:focus { border-color: #808080; } -.lightgrey { - background-color: #D3D3D3; +.dropdown-menu { + background-color: #D3D3D3; } - diff --git a/public/templates/bootstrap/dashboard/default.tpl b/public/templates/bootstrap/dashboard/default.tpl index 679f83e5..88aa24c9 100644 --- a/public/templates/bootstrap/dashboard/default.tpl +++ b/public/templates/bootstrap/dashboard/default.tpl @@ -5,7 +5,7 @@