Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
#pageSwitch .oo-ui-window-body {
label {
display: flex;
white-space: nowrap;
gap: 5px;
margin-top: 5px;
input { flex: 1; }
svg { margin-top: 5px; }
}
textarea#ps-pages {
width: 100%;
height: 20em;
resize: none;
}
textarea#ps-err {
width: 100%;
height: 5em;
resize: none;
}
svg.ps-success {
vertical-align: middle;
color:var(--theme-success-color);
}
svg.ps-error {
vertical-align: middle;
color:var(--theme-alert-color);
}
}