summaryrefslogtreecommitdiff
path: root/src/static/css/timeslider.css
diff options
context:
space:
mode:
authorJohn McLear <john@mclear.co.uk>2014-12-27 22:05:35 +0100
committerJohn McLear <john@mclear.co.uk>2014-12-27 22:05:35 +0100
commitb1f29b914cbbbda9d14e212f1d272c92012cb1c4 (patch)
treed80c5a431170722fedecb955a54aec8ce0ee26d3 /src/static/css/timeslider.css
parent036df30c0eae25e94a5f19fb56988d1a59a0fde1 (diff)
downloadetherpad-lite-b1f29b914cbbbda9d14e212f1d272c92012cb1c4.zip
minor ts bg fix
Diffstat (limited to 'src/static/css/timeslider.css')
-rw-r--r--src/static/css/timeslider.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/static/css/timeslider.css b/src/static/css/timeslider.css
index f4329a5e..e314831f 100644
--- a/src/static/css/timeslider.css
+++ b/src/static/css/timeslider.css
@@ -37,6 +37,8 @@
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
+ background-color:#fff;
+ /* bgcolor is reuqired so you can't see pad content behind it */
}
#timeslider #timeslider-slider {
height: 61px;