diff options
author | Mohammad Amoush <mohammad_amoush@brown.edu> | 2019-06-27 17:14:15 -0400 |
---|---|---|
committer | Mohammad Amoush <mohammad_amoush@brown.edu> | 2019-06-27 17:14:15 -0400 |
commit | f70b95879e87a6bb61aaae5de29747d9474623a7 (patch) | |
tree | d62ae254f7bdea7d511688417e24640c92f1b8c8 /src | |
parent | 9e410ba033cec8244e59ba184ec829cf5833fad8 (diff) |
css for youtubeBox
Diffstat (limited to 'src')
-rw-r--r-- | src/client/apis/youtube/YoutubeBox.scss | 10 |
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 |