fix typo and color (#138)

* fix typo and color

* fix error
This commit is contained in:
Heiko Liebscher 2023-01-08 13:59:33 +01:00 committed by GitHub
parent f2b8051f2d
commit 0ba8f23706
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 8 deletions

View file

@ -62,7 +62,7 @@ body
/*-----Right Top MenuBtn-----*/
.MenuItem:hover
{
border-color: ##00f0d9;
border-color: #00f0d9;
background-color: #004942;
}

View file

@ -46,7 +46,7 @@ html, body {
.LinkBtn
{
font-size:12px;
color: #1200FF;
color: #00ffea;
cursor: pointer;
}
@ -126,7 +126,7 @@ body
#DownloadBtn
{
color:#0A00FF;
color:#00ffd9;
}
@ -178,7 +178,7 @@ body
#LogoutBtn:hover
{
background: #00f0d8
background: #00f0d8;
color: #fff;
}
@ -207,7 +207,7 @@ body
.BtnItemSelected
{
background-color: #E0FCEB;
background-color: #e0fcf3;
}
.BtnIcon
@ -269,7 +269,7 @@ body
.MenuItem:hover
{
border-color: ##00f0d9;
border-color: #00f0d9;
background-color: #E0FCEB;
}