diff options
author | Egil Moeller <egil.moller@freecode.no> | 2010-04-06 19:17:37 +0200 |
---|---|---|
committer | Egil Moeller <egil.moller@freecode.no> | 2010-04-06 19:17:37 +0200 |
commit | f4fb4fee242f5a85ebcc5646a98672f90dc6b8b4 (patch) | |
tree | be06bad5a990cc86d3236cae5c67888d4c1600c2 | |
parent | f51c8e7bb17d6eba61a2022cf6ecfbc9ff90dbf2 (diff) | |
download | etherpad-f4fb4fee242f5a85ebcc5646a98672f90dc6b8b4.tar.gz etherpad-f4fb4fee242f5a85ebcc5646a98672f90dc6b8b4.tar.xz etherpad-f4fb4fee242f5a85ebcc5646a98672f90dc6b8b4.zip |
Changed button-specific coloring to a class
Diffstat (limited to '')
-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> |