mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-20 02:39:12 +08:00
ENH:adjust button border color in webview
Change-Id: Iea050335b1f51d95c4f14ab06bc1514b0f7209f4
This commit is contained in:
parent
d720dc8618
commit
430021267c
@ -219,7 +219,7 @@ body
|
|||||||
|
|
||||||
.MenuItem
|
.MenuItem
|
||||||
{
|
{
|
||||||
border: 1px solid #4CAA50;
|
border: 1px solid #EEEEEE;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
height: 101px;
|
height: 101px;
|
||||||
width: 253px;
|
width: 253px;
|
||||||
@ -233,6 +233,7 @@ body
|
|||||||
|
|
||||||
.MenuItem:hover
|
.MenuItem:hover
|
||||||
{
|
{
|
||||||
|
border-color: #4CAA50;
|
||||||
background-color: #E0FCEB;
|
background-color: #E0FCEB;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user