Skip to content

Commit be49fba

Browse files
committed
just some more inline css
1 parent 6431e80 commit be49fba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/site/controllers/Frontend/Login.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ protected function beforeRender()
9797
$this->getAssets()->addCss('#login .form-control:focus {z-index: 2;}');
9898
$this->getAssets()->addCss('#login input[type="email"] {margin-bottom: -1px;border-bottom-right-radius: 0;border-bottom-left-radius: 0;}');
9999
$this->getAssets()->addCss('#login input[type="password"] {margin-bottom: 10px;border-top-left-radius: 0;border-top-right-radius: 0;}');
100+
$this->getAssets()->addCss('.content {background: transparent; border: 0;}');
100101
$this->getAssets()->addCss('.footer .copy {text-align: center;}');
101102
}
102103
return parent::beforeRender();

0 commit comments

Comments
 (0)