lockscreen fix
This commit is contained in:
parent
b6be2bc7dd
commit
4acf0d7550
@ -55,7 +55,21 @@
|
|||||||
/* Background */
|
/* Background */
|
||||||
#page-wrapper {
|
#page-wrapper {
|
||||||
background: var(--main-bg-color) !important;
|
background: var(--main-bg-color) !important;
|
||||||
|
}
|
||||||
|
/* Lockscreen */
|
||||||
|
.lock-screen {
|
||||||
|
background: var(--main-bg-color) !important;
|
||||||
|
}
|
||||||
|
.form-material .form-control, .form-material .form-control:focus {
|
||||||
|
background: #1f1f1f;
|
||||||
|
border-radius: 3px;
|
||||||
|
padding: inherit;
|
||||||
|
}
|
||||||
|
.lock-screen > .login-box {
|
||||||
|
width: 400px;
|
||||||
|
margin: 10% auto 0;
|
||||||
|
height: initial;
|
||||||
|
position: initial;
|
||||||
}
|
}
|
||||||
/* Sidebar/settings */
|
/* Sidebar/settings */
|
||||||
#internal-Settings, .active-tab-Settings, .sidebar body[data-active-tab=""], .sidebar {
|
#internal-Settings, .active-tab-Settings, .sidebar body[data-active-tab=""], .sidebar {
|
||||||
|
|||||||
@ -55,8 +55,22 @@
|
|||||||
/* Background */
|
/* Background */
|
||||||
#page-wrapper {
|
#page-wrapper {
|
||||||
background: var(--main-bg-color) !important;
|
background: var(--main-bg-color) !important;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
/* Lockscreen */
|
||||||
|
.lock-screen {
|
||||||
|
background: var(--main-bg-color) !important;
|
||||||
|
}
|
||||||
|
.form-material .form-control, .form-material .form-control:focus {
|
||||||
|
background: #1f1f1f;
|
||||||
|
border-radius: 3px;
|
||||||
|
padding: inherit;
|
||||||
|
}
|
||||||
|
.lock-screen > .login-box {
|
||||||
|
width: 400px;
|
||||||
|
margin: 10% auto 0;
|
||||||
|
height: initial;
|
||||||
|
position: initial;
|
||||||
|
}
|
||||||
/* Sidebar/settings */
|
/* Sidebar/settings */
|
||||||
#internal-Settings, .active-tab-Settings, .sidebar body[data-active-tab=""], .sidebar {
|
#internal-Settings, .active-tab-Settings, .sidebar body[data-active-tab=""], .sidebar {
|
||||||
background: var(--main-bg-color) !important;
|
background: var(--main-bg-color) !important;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user