move editor css to core stylesheet
This commit is contained in:
parent
7907f00fc9
commit
fa0c5ba821
|
@ -121,35 +121,3 @@
|
|||
border: var(--tab-border);
|
||||
}
|
||||
}
|
||||
|
||||
.tabbed-container._weditor .tablist .buttonrow {
|
||||
height: 0px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.tabbed-container._weditor .tablist .buttonrow.visible {
|
||||
background: var(--tab-selected);
|
||||
border: var(--tab-border);
|
||||
border-bottom: none;
|
||||
padding: 4px 0px 0px 4px;
|
||||
height: unset;
|
||||
}
|
||||
|
||||
.tabbed-container._weditor .tablist .buttonrow .button {
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
.tabbed-container._weditor .box[name="edit"] {
|
||||
display: flex;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.tabbed-container._weditor .box[name="edit"] textarea {
|
||||
border: none;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
.tabbed-container._weditor .box[name="preview"] {
|
||||
font-family: initial;
|
||||
}
|
|
@ -1772,6 +1772,39 @@ div.user-input-box .userlink > * {
|
|||
pointer-events: none;
|
||||
}
|
||||
|
||||
/* EDITOR */
|
||||
.tabbed-container._weditor .tablist .buttonrow {
|
||||
height: 0px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.tabbed-container._weditor .tablist .buttonrow.visible {
|
||||
background: var(--tab-selected);
|
||||
border: var(--tab-border);
|
||||
border-bottom: none;
|
||||
padding: 4px 0px 0px 4px;
|
||||
height: unset;
|
||||
}
|
||||
|
||||
.tabbed-container._weditor .tablist .buttonrow .button {
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
.tabbed-container._weditor .box[name="edit"] {
|
||||
display: flex;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.tabbed-container._weditor .box[name="edit"] textarea {
|
||||
border: none;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
.tabbed-container._weditor .box[name="preview"] {
|
||||
font-family: initial;
|
||||
}
|
||||
|
||||
/* AD STYLING */
|
||||
.adbanner img {
|
||||
max-width: 100%;
|
||||
|
|
Loading…
Reference in New Issue
Block a user