From 4877c43451d30a0ae0e2d3eaae6b684304683581 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 11 Jun 2020 18:12:45 +0200 Subject: Add intermistic title edit functionality using double-click. --- src/ws/munia.css | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'src/ws/munia.css') diff --git a/src/ws/munia.css b/src/ws/munia.css index ad7b7fd..93e5ffe 100644 --- a/src/ws/munia.css +++ b/src/ws/munia.css @@ -32,6 +32,34 @@ body max-width: 300px; } +.node .id +{ + font-size: 0.7em; + vertical-align: text-top; + opacity: 0.3; + min-width: 2em; + display: inline-block; + pointer-events: none; +} + +.node .title +{ + padding-left: 5px; + background: transparent; + pointer-events: none; +} + +.node .edit +{ + border-color: red; +/* + border: inherit; + padding: inherit; + margin: inherit; + background: inherit; +*/ +} + .board { width: *; -- cgit v1.2.3