diff options
author | pommicket <pommicket@gmail.com> | 2023-07-27 23:36:04 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-07-27 23:40:25 -0400 |
commit | aa7193feca1bafcb30d4c4e56a6e5693846b5c29 (patch) | |
tree | 307c30526cfffb016793d8c720ce993e59b9fd5c /index.html | |
parent | a45f81492924f420a2e7c231dc09deb8ccecf9d0 (diff) |
more waves, staircase
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"> |