aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEgil Moeller <egil.moller@freecode.no>2010-04-06 19:17:37 +0200
committerEgil Moeller <egil.moller@freecode.no>2010-04-06 19:17:37 +0200
commitf4fb4fee242f5a85ebcc5646a98672f90dc6b8b4 (patch)
treebe06bad5a990cc86d3236cae5c67888d4c1600c2
parentf51c8e7bb17d6eba61a2022cf6ecfbc9ff90dbf2 (diff)
downloadetherpad-f4fb4fee242f5a85ebcc5646a98672f90dc6b8b4.tar.gz
etherpad-f4fb4fee242f5a85ebcc5646a98672f90dc6b8b4.tar.xz
etherpad-f4fb4fee242f5a85ebcc5646a98672f90dc6b8b4.zip
Changed button-specific coloring to a class
-rw-r--r--etherpad/src/static/css/pad2_ejs.css2
-rw-r--r--etherpad/src/templates/pad/pad_body2.ejs2
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&nbsp;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&nbsp;Slider
</a>