diff options
author | John McLear <john@mclear.co.uk> | 2014-12-27 22:05:35 +0100 |
---|---|---|
committer | John McLear <john@mclear.co.uk> | 2014-12-27 22:05:35 +0100 |
commit | b1f29b914cbbbda9d14e212f1d272c92012cb1c4 (patch) | |
tree | d80c5a431170722fedecb955a54aec8ce0ee26d3 /src | |
parent | 036df30c0eae25e94a5f19fb56988d1a59a0fde1 (diff) | |
download | etherpad-lite-b1f29b914cbbbda9d14e212f1d272c92012cb1c4.zip |
minor ts bg fix
Diffstat (limited to 'src')
-rw-r--r-- | src/static/css/timeslider.css | 2 |
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; |