mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-11-02 04:31:17 -07:00
ENH: Add darkmode of Html,depend on UserAgent
Change-Id: I8b60db9e2cb7b0d163288e3d8a23db10b64b9bb3
This commit is contained in:
parent
46bde9b337
commit
30a473c977
21 changed files with 305 additions and 67 deletions
50
resources/web/homepage/css/dark.css
Normal file
50
resources/web/homepage/css/dark.css
Normal file
|
|
@ -0,0 +1,50 @@
|
|||
body
|
||||
{
|
||||
background-color:black;
|
||||
}
|
||||
|
||||
*
|
||||
{
|
||||
border-color: #494949;
|
||||
}
|
||||
|
||||
|
||||
.TextS1
|
||||
{
|
||||
color:#fff;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/*----Left Menu Button----*/
|
||||
#LogoutBtn:hover
|
||||
{
|
||||
background: #243E30;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
||||
.BtnItem:hover
|
||||
{
|
||||
color: #000;
|
||||
background-color: #243E30;
|
||||
}
|
||||
|
||||
.BtnItemSelected
|
||||
{
|
||||
background-color: #243E30;
|
||||
}
|
||||
|
||||
/*-----Right Top MenuBtn-----*/
|
||||
.MenuItem:hover
|
||||
{
|
||||
border-color: #4CAA50;
|
||||
background-color: #243E30;
|
||||
}
|
||||
|
||||
/*----User Manual------*/
|
||||
.UG_DESC
|
||||
{
|
||||
color:#A4A4A4;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue