mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-11-02 20:51:23 -07: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:
parent
0d473ed447
commit
964f2163cb
131 changed files with 342 additions and 341 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue