From: Marcel Werk Date: Thu, 11 Aug 2016 17:07:37 +0000 (+0200) Subject: Added missing color preview styling X-Git-Tag: 3.0.0_Beta_1~769 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=f64b7433a2be3561a8677e2e7fe57f99171e379e;p=GitHub%2FWoltLab%2FWCF.git Added missing color preview styling --- diff --git a/wcfsetup/install/files/style/ui/colorPicker.scss b/wcfsetup/install/files/style/ui/colorPicker.scss index 959da04640..161ad99f1c 100644 --- a/wcfsetup/install/files/style/ui/colorPicker.scss +++ b/wcfsetup/install/files/style/ui/colorPicker.scss @@ -133,3 +133,17 @@ } } } + +.colorPreview { + background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAABlBMVEX////MzMw46qqDAAAAD0lEQVQI12P4z4Ad4ZAAAH6/D/Hgw85/AAAAAElFTkSuQmCC); + border: 1px solid $wcfContentBorderInner; + display: inline-block; + + > div { + border: 2px solid $wcfContentBackground; + cursor: pointer; + display: block; + height: 60px; + width: 180px; + } +}