This website works better with JavaScript.
Home
Explore
Help
Sign In
chemicalcrux
/
macrovision
Watch
1
Star
0
Fork
0
Code
Issues
5
Pull Requests
0
Releases
10
Wiki
Activity
Browse Source
Add a hover effect for the side buttons
tags/v0.1.0
Fen Dweller
6 years ago
parent
dd4dff5095
commit
6c3a233d23
1 changed files
with
4 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
}
}
Write
Preview
Loading…
Cancel
Save