From 59f71dc566da854edce3e7cb7805c92582957f91 Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Sat, 11 Mar 2023 18:39:56 +0100 Subject: [PATCH] Added CSS for login page --- custom.css | 37 ++++++++++++++++++++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) diff --git a/custom.css b/custom.css index 4483944..ad39324 100644 --- a/custom.css +++ b/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; -} +} \ No newline at end of file