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
|
||||
{
|
||||
border: 1px solid #4CAA50;
|
||||
border: 1px solid #EEEEEE;
|
||||
border-radius: 12px;
|
||||
height: 101px;
|
||||
width: 253px;
|
||||
|
@ -233,6 +233,7 @@ body
|
|||
|
||||
.MenuItem:hover
|
||||
{
|
||||
border-color: #4CAA50;
|
||||
background-color: #E0FCEB;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue