Added CSS for login page
This commit is contained in:
37
custom.css
37
custom.css
@@ -22,6 +22,41 @@ canvas#canvas2 {
|
||||
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 ==--
|
||||
Based on Sverto's Dark Theme for Domoticz
|
||||
@@ -1091,4 +1126,4 @@ body table#itemtablenostatus tr td:first-child + td + td + td + td + td + td {
|
||||
|
||||
.list-group-item-action {
|
||||
color: #444;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user