aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/client/apis/youtube/YoutubeBox.scss10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/client/apis/youtube/YoutubeBox.scss b/src/client/apis/youtube/YoutubeBox.scss
index 962f814a2..e6ccfea90 100644
--- a/src/client/apis/youtube/YoutubeBox.scss
+++ b/src/client/apis/youtube/YoutubeBox.scss
@@ -1,3 +1,13 @@
+ul {
+ list-style-type: none;
+}
+
+
li {
margin: 4px;
+}
+
+li:hover {
+ cursor: pointer;
+ opacity: 0.8;
} \ No newline at end of file