diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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"> |