summaryrefslogtreecommitdiff
path: root/src/ws/munia.css
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2020-06-21 10:28:46 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2020-06-21 10:43:22 +0200
commit52e40517a51637bee9a5780259b88ee3f28599a2 (patch)
tree939915b9bfb170c3a4199ca855e77131c6e83225 /src/ws/munia.css
parent670be0598230c39da18aaa5899d83baa056023f8 (diff)
Enable use of mouse selection inside the title and description editor input fields.
Diffstat (limited to 'src/ws/munia.css')
-rw-r--r--src/ws/munia.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ws/munia.css b/src/ws/munia.css
index 4afc374..c9d670c 100644
--- a/src/ws/munia.css
+++ b/src/ws/munia.css
@@ -117,6 +117,11 @@ body
border-radius: 3px;
}
+.node .edit input
+{
+ pointer-events: auto;
+}
+
.node .button
{
float: right;