Merge branch '3.1' into 5.2
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / style / ui / wsc52.scss
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 {
9 background-color: $wcfTabularBoxBackgroundActive;
10 }
11 }
12
13 .redactor-layer table {
14 th,
15 td {
16 border-color: $wcfEditorTableBorder !important;
17 }
18 }
19
20 .mainMenu .mainMenuShowPrevious.active {
21 /* The button is otherwise partially overlapped by the menu items. */
22 z-index: 1;
23 }
24 }