Added dropdown indicator for language chooser
authorAlexander Ebert <ebert@woltlab.com>
Tue, 28 Jun 2016 12:20:39 +0000 (14:20 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 28 Jun 2016 12:20:48 +0000 (14:20 +0200)
wcfsetup/install/files/style/ui/dropdown.scss

index 8a46f58d45b0eded59348893b1aa25eae9682c23..db37c165b97d6b6b6e9e347b106d60264288a074 100644 (file)
                display: inline-flex !important;
        }
 }
+
+.boxFlag.box24 {
+       &::after {
+               content: $fa-var-caret-down;
+               font-family: FontAwesome;
+               margin-left: 5px;
+       }
+}