mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 02:52:10 +00:00
fix_color_to_#009688 and hover btn (#125)
* fix_color_to_#009688 and hover btn * fix_color_main_menu * fix double ## * tooltip_color * fix bitmapcache.cpp
This commit is contained in:
@@ -105,7 +105,7 @@
|
||||
|
||||
#NoticeBar
|
||||
{
|
||||
background-color:#00B35C;
|
||||
background-color:#00f0d8;
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
color: #fff;
|
||||
|
||||
@@ -92,7 +92,7 @@ input
|
||||
|
||||
#NoticeBar
|
||||
{
|
||||
background-color:#00B35C;
|
||||
background-color:#00f0d8;
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
color: #fff;
|
||||
|
||||
@@ -92,7 +92,7 @@ input
|
||||
|
||||
#NoticeBar
|
||||
{
|
||||
background-color:#00B35C;
|
||||
background-color:#00f0d8;
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
color: #fff;
|
||||
|
||||
@@ -128,7 +128,7 @@
|
||||
|
||||
#NoticeBar
|
||||
{
|
||||
background-color:#00B35C;
|
||||
background-color:#00f0d8;
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
color: #fff;
|
||||
|
||||
@@ -124,7 +124,7 @@ body
|
||||
|
||||
.NormalBtn:hover
|
||||
{
|
||||
background-color:#009638;
|
||||
background-color:#00f0d9;
|
||||
}
|
||||
|
||||
.GrayBtn
|
||||
@@ -176,7 +176,7 @@ body
|
||||
|
||||
.SmallBtn_Green:hover
|
||||
{
|
||||
background-color: #009638;
|
||||
background-color: #00f0d9;
|
||||
}
|
||||
|
||||
/*---HyperLink---*/
|
||||
|
||||
@@ -20,7 +20,7 @@ body
|
||||
|
||||
#Title div
|
||||
{
|
||||
color: #21A452;
|
||||
color: #009688;
|
||||
}
|
||||
|
||||
/*-----Button-----*/
|
||||
|
||||
@@ -28,7 +28,7 @@ body
|
||||
/*----Left Menu Button----*/
|
||||
#LogoutBtn:hover
|
||||
{
|
||||
background: #243E30;
|
||||
background: #004942;
|
||||
color: #efeff0;
|
||||
}
|
||||
|
||||
@@ -40,7 +40,7 @@ body
|
||||
.BtnItem:hover
|
||||
{
|
||||
color: #efeff0;
|
||||
background-color: #243E30;
|
||||
background-color: #004942;
|
||||
}
|
||||
|
||||
.BtnItem:hover .LeftIcon
|
||||
@@ -51,7 +51,7 @@ body
|
||||
.BtnItemSelected
|
||||
{
|
||||
color: #efeff0;
|
||||
background-color: #243E30;
|
||||
background-color: #004942;
|
||||
}
|
||||
|
||||
.BtnItemSelected .LeftIcon
|
||||
@@ -62,8 +62,8 @@ body
|
||||
/*-----Right Top MenuBtn-----*/
|
||||
.MenuItem:hover
|
||||
{
|
||||
border-color: #4CAA50;
|
||||
background-color: #243E30;
|
||||
border-color: ##00f0d9;
|
||||
background-color: #004942;
|
||||
}
|
||||
|
||||
#RecentClearAllBtn:hover
|
||||
|
||||
@@ -53,6 +53,7 @@ html, body {
|
||||
.LinkBtn:hover
|
||||
{
|
||||
text-decoration:underline;
|
||||
color: #009688;
|
||||
}
|
||||
|
||||
/*------------------*/
|
||||
@@ -167,7 +168,7 @@ body
|
||||
font-size: 14px;
|
||||
height: 24px;
|
||||
line-height: 24px;
|
||||
color: #00B731;
|
||||
color: #00f0d9;
|
||||
border: 1px solid #009688;
|
||||
border-radius: 4px;
|
||||
cursor: pointer;
|
||||
@@ -177,7 +178,7 @@ body
|
||||
|
||||
#LogoutBtn:hover
|
||||
{
|
||||
background: #00B731;
|
||||
background: #00f0d8
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
@@ -268,7 +269,7 @@ body
|
||||
|
||||
.MenuItem:hover
|
||||
{
|
||||
border-color: #4CAA50;
|
||||
border-color: ##00f0d9;
|
||||
background-color: #E0FCEB;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user