mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-11-01 21:21:10 -06: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
|
|
@ -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-----*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue