Added CSS for login page
This commit is contained in:
35
custom.css
35
custom.css
@@ -22,6 +22,41 @@ canvas#canvas2 {
|
|||||||
font-family: Ubuntu !important;
|
font-family: Ubuntu !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*Search field*/
|
||||||
|
input.livesearch.jsLiveSearch {
|
||||||
|
background-color: #333333;
|
||||||
|
color: red;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*Login page*/
|
||||||
|
#login {
|
||||||
|
color: white !important;
|
||||||
|
background: #44413F !important;
|
||||||
|
background-image: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#login:before {
|
||||||
|
box-shadow: none !important;
|
||||||
|
border: 0px !important;
|
||||||
|
}
|
||||||
|
#login h1 {
|
||||||
|
color: white !important;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
#actions a {
|
||||||
|
color: #86acd1 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#actions a:hover {
|
||||||
|
color: #51a5e3 !important;
|
||||||
|
}
|
||||||
|
/*Donation button about page*/
|
||||||
|
input[type="image"] {
|
||||||
|
background: #00000000 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
--== Dark th3me by G3rard ==--
|
--== Dark th3me by G3rard ==--
|
||||||
Based on Sverto's Dark Theme for Domoticz
|
Based on Sverto's Dark Theme for Domoticz
|
||||||
|
|||||||
Reference in New Issue
Block a user