Added CSS for login page

This commit is contained in:
2023-03-11 18:39:56 +01:00
parent 609f8d1cb7
commit 59f71dc566

View File

@@ -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;
}
}