summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/index.html b/index.html
index cb9f536..e3b344b 100644
--- a/index.html
+++ b/index.html
@@ -101,7 +101,7 @@
.in select {
width: 5em;
}
- .entry, .widget-name {
+ .entry[contenteditable], .widget-name {
min-width: 1em;
border-bottom: 2px solid #fff4;
cursor: text;
@@ -169,6 +169,9 @@
padding-bottom: 0.3em;
border-bottom: 2px solid white;
}
+ summary {
+ cursor: pointer;
+ }
</style>
<meta charset="utf-8">
<meta content="width=device-width,initial-scale=1" name="viewport">