Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
UnknownWitcher authored Aug 15, 2024
1 parent 084534f commit a09fc1f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions GPV/DS4/Default/style.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
.controller.ds4.white {
.controller.ds4.white .active {
background-image: url(assets/base.svg) !important;
}

.controller.ds4.disconnected {
display: none !important;
.ds4.disconnected {
background: none !important;
}

.ds4.disconnected div {
display: none !important;
}

.ds4.white .stick {
Expand Down

0 comments on commit a09fc1f

Please sign in to comment.