summaryrefslogtreecommitdiff
path: root/public/assets/stylesheets/app.css
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-07-14 18:04:21 -0400
committerJules Laplace <jules@okfoc.us>2014-07-14 18:15:09 -0400
commit7ded9f91d3f3ab538425122be07f7436275b9b8d (patch)
tree1dd14ff86746d86b27bd6796b8843cb0e7507c66 /public/assets/stylesheets/app.css
parent9fe187effeaf4a2e6205e2f1f52b32b8823f4f10 (diff)
play button and stuff on the viewer
Diffstat (limited to 'public/assets/stylesheets/app.css')
-rwxr-xr-xpublic/assets/stylesheets/app.css11
1 files changed, 6 insertions, 5 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index 500f444..215bbab 100755
--- a/public/assets/stylesheets/app.css
+++ b/public/assets/stylesheets/app.css
@@ -1220,23 +1220,23 @@ input[type="range"]::-webkit-slider-thumb {
padding-right: 5px;
}
-.setting .playButton {
+.playButton {
color: white;
background: black;
border-radius: 50px;
padding: 6px 7px 5px;
cursor: pointer;
}
-.setting .playButton .icon-play {
+.playButton .icon-play {
display: inline;
}
-.setting .playButton.playing .icon-play {
+.playButton.playing .icon-play {
display: none;
}
-.setting .playButton .icon-pause {
+.playButton .icon-pause {
display: none;
}
-.setting .playButton.playing .icon-pause {
+.playButton.playing .icon-pause {
display: inline;
}
@@ -1507,6 +1507,7 @@ form li textarea {
bottom: 10px;
padding-right:10px;
background:rgba(255,255,255,0.95);
+ z-index: 2;
}
.share h2 {