summaryrefslogtreecommitdiff
path: root/src/static/css
diff options
context:
space:
mode:
authorJohn McLear <john@mclear.co.uk>2014-12-22 02:32:50 +0000
committerJohn McLear <john@mclear.co.uk>2014-12-22 02:32:50 +0000
commit70ba525430e42655699b35be1802a6e51d569f91 (patch)
tree7bc4170324938eb861f2212fbe5abeda4f862a38 /src/static/css
parentee3f3b80603f96f76f6d830464d59ef1e36dcd06 (diff)
parentfdc930de3dffc72dc10791f83f87a8b5a55d07ec (diff)
downloadetherpad-lite-70ba525430e42655699b35be1802a6e51d569f91.zip
Merge pull request #2368 from ether/hook_for_exportHTMLStyles
Hook for export html styles
Diffstat (limited to 'src/static/css')
-rw-r--r--src/static/css/pad.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/static/css/pad.css b/src/static/css/pad.css
index fb2cb82b..7ecf8e22 100644
--- a/src/static/css/pad.css
+++ b/src/static/css/pad.css
@@ -105,6 +105,17 @@ a img {
-moz-box-shadow: 0 0 8px rgba(0,0,0,.1) inset;
box-shadow: 0 0 8px rgba(0,0,0,.1) inset;
}
+.toolbar ul li .activeButton {
+ background: #eee;
+ background: -webkit-linear-gradient(#ddd, #fff);
+ background: -moz-linear-gradient(#ddd, #fff);
+ background: -o-linear-gradient(#ddd, #fff);
+ background: -ms-linear-gradient(#ddd, #fff);
+ background: linear-gradient(#ddd, #fff);
+ -webkit-box-shadow: 0 0 8px rgba(0,0,0,.1) inset;
+ -moz-box-shadow: 0 0 8px rgba(0,0,0,.1) inset;
+ box-shadow: 0 0 8px rgba(0,0,0,.1) inset;
+}
.toolbar ul li a {
background: #fff;
background: -webkit-linear-gradient(#fff, #f0f0f0);