From ff275af0b370af089b5f14cc81c263fa444fe8af Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Fri, 20 Sep 2024 19:38:51 -0500 Subject: [PATCH] add bbc editor button cursor --- core/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/core/style.css b/core/style.css index 0b9517f..bf91917 100644 --- a/core/style.css +++ b/core/style.css @@ -2109,6 +2109,7 @@ body.news.post div.subinfo i { .tabbed-container._weditor .tablist .buttonrow .button { margin: 0px; + cursor: pointer; } .tabbed-container._weditor .box[name="edit"] { @@ -2133,6 +2134,10 @@ body > ._weditdialog { width: 300px; } +body > ._weditdialog .button { + cursor: pointer; +} + body > ._weditdialog .chevron { background: var(--primary-container-background); border: var(--primary-container-border);