mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-20 00:41:48 +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
|
font-size: 18px
|
||||||
cursor: pointer
|
cursor: pointer
|
||||||
|
|
||||||
|
&:hover
|
||||||
|
background-color: #eff2ff
|
||||||
|
|
||||||
> div
|
> div
|
||||||
width: auto
|
width: auto
|
||||||
height: 52px
|
height: 52px
|
||||||
|
@ -86,10 +89,9 @@ body
|
||||||
|
|
||||||
margin: auto
|
margin: auto
|
||||||
|
|
||||||
.list-item:hover,
|
|
||||||
.list-item-active
|
.list-item-active
|
||||||
background-color: #eff2ff
|
background-color: #657ef8 !important
|
||||||
color: #657ef8
|
color: white !important
|
||||||
|
|
||||||
.list-item-disabled
|
.list-item-disabled
|
||||||
background-color: #f1f4f9 !important
|
background-color: #f1f4f9 !important
|
||||||
|
|
Loading…
Reference in a new issue