From f391edaa1448d3417e9b9b175148608e34e5d381 Mon Sep 17 00:00:00 2001 From: Max Lehmann Date: Thu, 11 Jun 2020 15:07:22 +0200 Subject: [PATCH] Update '12/style.css' --- 12/style.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/12/style.css b/12/style.css index 8bee83c..acd101e 100644 --- a/12/style.css +++ b/12/style.css @@ -706,4 +706,19 @@ filter: invert(1); color:black; width: 98%; display: inline-block; +} + +#etherpad_drag_header{ + position: absolute; + top:0px; + left:0px; + padding: 5px; + cursor: move; + background-color: white; + color: #fff; + z-index:2000; + font-size: 8pt; + color:black; + width: 98%; + display: inline-block; } \ No newline at end of file