diff options
-rw-r--r-- | etherpad/src/static/css/pad2_ejs.css | 2 | ||||
-rw-r--r-- | etherpad/src/templates/pad/pad_body2.ejs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/etherpad/src/static/css/pad2_ejs.css b/etherpad/src/static/css/pad2_ejs.css index 0029e7d..a05bf9d 100644 --- a/etherpad/src/static/css/pad2_ejs.css +++ b/etherpad/src/static/css/pad2_ejs.css @@ -91,7 +91,7 @@ a#hidetopmsg { position: absolute; right: 5px; bottom: 5px; } float: right; } -#docbarslider-outer +.docbarbutton.highlight { background-color: #fef2bd; border: 1px solid #CCC; diff --git a/etherpad/src/templates/pad/pad_body2.ejs b/etherpad/src/templates/pad/pad_body2.ejs index 004c4c1..ca9dc83 100644 --- a/etherpad/src/templates/pad/pad_body2.ejs +++ b/etherpad/src/templates/pad/pad_body2.ejs @@ -133,7 +133,7 @@ limitations under the License. */ %> <img src="/static/img/jun09/pad/icon_saved_revisions.gif">Saved revisions </a> </td> - <td id="docbarslider-outer" class="docbarbutton" nowrap> + <td id="docbarslider-outer" class="docbarbutton highlight" nowrap> <a target="_blank" href="/ep/pad/view/<%= localPadId %>/latest" id="docbarslider"> <img src="/static/img/jun09/pad/icon_time_slider.gif">Time Slider </a> |