diff --git a/core/style.css b/core/style.css index bea72d3..704b1a8 100644 --- a/core/style.css +++ b/core/style.css @@ -2359,18 +2359,18 @@ body.news.post div.subinfo i { font-family: initial; } -body > ._weditdialog { +body > ._wdialog { background: var(--primary-container-background); border: var(--primary-container-border); position: absolute; width: 300px; } -body > ._weditdialog .button { +body > ._wdialog .button { cursor: pointer; } -body > ._weditdialog .chevron { +body > ._wdialog .chevron { background: var(--primary-container-background); border: var(--primary-container-border); position: relative; @@ -2383,23 +2383,23 @@ body > ._weditdialog .chevron { border-right: none; } -body > ._weditdialog .titlerow { +body > ._wdialog .titlerow { display: flex; } -body > ._weditdialog .titlerow b.name { +body > ._wdialog .titlerow b.name { flex-grow: 1; } -body > ._weditdialog table { +body > ._wdialog table { margin: 0px; } -body > ._weditdialog .buttonrow { +body > ._wdialog .buttonrow { display: flex; } -body > ._weditdialog table tr th { +body > ._wdialog table tr th { text-align: left; }