1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-01 10:50:37 +02:00

Default Admin Theme: Update background color for authorization page to FBFBFB

This commit is contained in:
Awilum
2012-12-21 22:42:05 +02:00
parent 233892c134
commit 64aaaf9b6b

View File

@@ -420,14 +420,14 @@ td, th {
5. AUTHORIZATION
*************************************/
.login-body {
background-color: #f5f5f5;
background-color: #FBFBFB;
}
.form-signin {
max-width: 290px;
padding: 19px 29px 29px;
margin: 0 auto 20px;
background: none repeat scroll 0 0 #fcfcfc;
background: none repeat scroll 0 0 #fff;
-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.15);
-moz-box-shadow: 0 1px 5px rgba(0,0,0,.15);
box-shadow: 0 1px 5px rgba(0,0,0,.15);