mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-19 16:33:04 +03:00
Changed selected runner and DXVK style
This commit is contained in:
parent
0c504810f7
commit
fcc8443af3
1 changed files with 5 additions and 3 deletions
|
@ -70,6 +70,9 @@ body
|
|||
font-size: 18px
|
||||
cursor: pointer
|
||||
|
||||
&:hover
|
||||
background-color: #eff2ff
|
||||
|
||||
> div
|
||||
width: auto
|
||||
height: 52px
|
||||
|
@ -86,10 +89,9 @@ body
|
|||
|
||||
margin: auto
|
||||
|
||||
.list-item:hover,
|
||||
.list-item-active
|
||||
background-color: #eff2ff
|
||||
color: #657ef8
|
||||
background-color: #657ef8 !important
|
||||
color: white !important
|
||||
|
||||
.list-item-disabled
|
||||
background-color: #f1f4f9 !important
|
||||
|
|
Loading…
Reference in a new issue