Add the new variable `FileProcessorFormField::$bigPreview` with getter and setter.
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / style / ui / wsc52.scss
CommitLineData
e8defa30
AE
1/*
2 * Special styles for changes introduced in WoltLab Suite 5.2 that
3 * are not compatible with styles created for earlier versions.
4 */
5@include requireApiVersion(52) {
6 .htmlContent table,
7 .table {
8 tr:hover > td {
1a75e228 9 background-color: var(--wcfTabularBoxBackgroundActive);
e8defa30
AE
10 }
11 }
8a52619a 12
18d15d0d
AE
13 .mainMenu .mainMenuShowPrevious.active {
14 /* The button is otherwise partially overlapped by the menu items. */
15 z-index: 1;
16 }
e8defa30 17}