From f4fb4fee242f5a85ebcc5646a98672f90dc6b8b4 Mon Sep 17 00:00:00 2001 From: Egil Moeller Date: Tue, 6 Apr 2010 19:17:37 +0200 Subject: Changed button-specific coloring to a class --- etherpad/src/static/css/pad2_ejs.css | 2 +- 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. */ %> Saved revisions - + Time Slider -- cgit v1.2.3