add bbc editor button cursor

This commit is contained in:
Wirlaburla 2024-09-20 19:38:51 -05:00
parent d5b0aaea68
commit ff275af0b3

View File

@ -2109,6 +2109,7 @@ body.news.post div.subinfo i {
.tabbed-container._weditor .tablist .buttonrow .button { .tabbed-container._weditor .tablist .buttonrow .button {
margin: 0px; margin: 0px;
cursor: pointer;
} }
.tabbed-container._weditor .box[name="edit"] { .tabbed-container._weditor .box[name="edit"] {
@ -2133,6 +2134,10 @@ body > ._weditdialog {
width: 300px; width: 300px;
} }
body > ._weditdialog .button {
cursor: pointer;
}
body > ._weditdialog .chevron { body > ._weditdialog .chevron {
background: var(--primary-container-background); background: var(--primary-container-background);
border: var(--primary-container-border); border: var(--primary-container-border);