diff --git a/bl-kernel/admin/themes/default/css/default.css b/bl-kernel/admin/themes/default/css/default.css index b45dddbe..ca64e5c6 100644 --- a/bl-kernel/admin/themes/default/css/default.css +++ b/bl-kernel/admin/themes/default/css/default.css @@ -153,6 +153,7 @@ a { .uk-panel-box { background: #F9F9F9 !important; + border: 0; } .uk-container { diff --git a/bl-kernel/admin/themes/default/css/installer.css b/bl-kernel/admin/themes/default/css/installer.css index da50e252..53fc7315 100644 --- a/bl-kernel/admin/themes/default/css/installer.css +++ b/bl-kernel/admin/themes/default/css/installer.css @@ -1,6 +1,10 @@ /* ----------- UIKIT HACKs FOR BLUDIT ----------- */ html { - background: #f1f1f1; + background: #F7F7F7; +} + +.uk-form * { + border-radius: 2px !important; } .uk-button-primary { @@ -13,8 +17,9 @@ html { input[type="text"], input[type="password"] { - border-color: #FFF !important; - background: #FFF; + border-color: #EBEBEB !important; + border-radius: 2px !important; + color: #333; } input:disabled { @@ -22,7 +27,7 @@ input:disabled { } .uk-vertical-align-middle { - margin-top: -100px; + margin-top: -150px; } .uk-panel { diff --git a/bl-kernel/admin/themes/default/css/login.css b/bl-kernel/admin/themes/default/css/login.css index 41317570..8793407f 100644 --- a/bl-kernel/admin/themes/default/css/login.css +++ b/bl-kernel/admin/themes/default/css/login.css @@ -1,6 +1,6 @@ /* ----------- UIKIT HACKs FOR BLUDIT ----------- */ html { - background: #f3f3f3; + background: #F7F7F7; } * { @@ -17,8 +17,9 @@ html { input[type="text"], input[type="password"] { - border-color: #FFF !important; + border-color: #EBEBEB !important; border-radius: 2px !important; + color: #333; } .uk-alert { @@ -49,7 +50,7 @@ div.login-form > h2 { } a.login-email { - border: 1px solid #eeeeee; + border: 0; color: #777; display: block; margin: 20px 0; diff --git a/bl-kernel/admin/themes/default/index.php b/bl-kernel/admin/themes/default/index.php index 20094594..a6b604a5 100644 --- a/bl-kernel/admin/themes/default/index.php +++ b/bl-kernel/admin/themes/default/index.php @@ -1,7 +1,6 @@ - +
-