Rename _weditdialog to _wdialog
Signed-off-by: Kouya Heika <kouyaheika@canithesis.org>
This commit is contained in:
@@ -2359,18 +2359,18 @@ body.news.post div.subinfo i {
|
|||||||
font-family: initial;
|
font-family: initial;
|
||||||
}
|
}
|
||||||
|
|
||||||
body > ._weditdialog {
|
body > ._wdialog {
|
||||||
background: var(--primary-container-background);
|
background: var(--primary-container-background);
|
||||||
border: var(--primary-container-border);
|
border: var(--primary-container-border);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 300px;
|
width: 300px;
|
||||||
}
|
}
|
||||||
|
|
||||||
body > ._weditdialog .button {
|
body > ._wdialog .button {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
body > ._weditdialog .chevron {
|
body > ._wdialog .chevron {
|
||||||
background: var(--primary-container-background);
|
background: var(--primary-container-background);
|
||||||
border: var(--primary-container-border);
|
border: var(--primary-container-border);
|
||||||
position: relative;
|
position: relative;
|
||||||
@@ -2383,23 +2383,23 @@ body > ._weditdialog .chevron {
|
|||||||
border-right: none;
|
border-right: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
body > ._weditdialog .titlerow {
|
body > ._wdialog .titlerow {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
body > ._weditdialog .titlerow b.name {
|
body > ._wdialog .titlerow b.name {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
body > ._weditdialog table {
|
body > ._wdialog table {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
body > ._weditdialog .buttonrow {
|
body > ._wdialog .buttonrow {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
body > ._weditdialog table tr th {
|
body > ._wdialog table tr th {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user