Browse Source

Add a hover effect for the side buttons

tags/v0.1.0
Fen Dweller 6 years ago
parent
commit
6c3a233d23
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      macrovision.css

+ 4
- 0
macrovision.css View File

@@ -673,6 +673,10 @@ i.far {
background: #ffffff66; background: #ffffff66;
} }


.scroll-button:hover {
background: #ffffff44;
}

.scroll-button:disabled { .scroll-button:disabled {
background: #ffffff11; background: #ffffff11;
} }


Loading…
Cancel
Save