diff options
Diffstat (limited to 'frontend/static/style.css')
-rw-r--r-- | frontend/static/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/frontend/static/style.css b/frontend/static/style.css index 60b38c8..8766844 100644 --- a/frontend/static/style.css +++ b/frontend/static/style.css @@ -185,3 +185,8 @@ li { p:last-child { margin-bottom: unset; } + +.open-sibling-dialog { + cursor: pointer; + text-decoration: underline; +} |