From 15f0fffa1ed6948799f00306f56a3126b808ae3f Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Tue, 25 Jul 2017 12:49:00 +0200 Subject: [PATCH] Added support for improved message group filters --- .../install/files/style/ui/messageGroup.scss | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/wcfsetup/install/files/style/ui/messageGroup.scss b/wcfsetup/install/files/style/ui/messageGroup.scss index 5f93593ecd..9ee99c6267 100644 --- a/wcfsetup/install/files/style/ui/messageGroup.scss +++ b/wcfsetup/install/files/style/ui/messageGroup.scss @@ -349,6 +349,37 @@ } } } + + .tabularListRowHead { + .columnSort { + flex: 1; + + @include wcfFontDefault; + } + + .columnFilter { + flex: 0 1 auto; + padding-left: 40px; + + @include wcfFontDefault; + + @include screen-xs { + display: none; + } + } + + .columnSort, + .columnFilter { + .inlineList > li:not(:last-child) { + margin-right: 10px; + } + } + + .columnApplyFilter { + flex: 0 1 auto; + padding-right: 0; + } + } } .messageGroupListStatsSimple { @@ -358,6 +389,10 @@ position: absolute; top: 50%; transform: translateX(-50%) translateY(-50%); + + > .icon { + color: inherit; + } } @include screen-md-down { -- 2.20.1