mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-11-02 20:51:23 -07:00
ENH:adjust button border color in webview
Change-Id: Iea050335b1f51d95c4f14ab06bc1514b0f7209f4
This commit is contained in:
parent
d720dc8618
commit
430021267c
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue