From 15bc3b9ad444743ca0ef40512342f0db0e24a653 Mon Sep 17 00:00:00 2001 From: Konstantyn Pahsura Date: Mon, 24 Oct 2016 19:30:47 +0300 Subject: [PATCH] dropdown color changes --- css/_variables.scss | 6 +++--- css/aui-components/dropdown.scss | 16 +++++----------- 2 files changed, 8 insertions(+), 14 deletions(-) diff --git a/css/_variables.scss b/css/_variables.scss index f7eb7a2f7..7e0ec2c19 100644 --- a/css/_variables.scss +++ b/css/_variables.scss @@ -110,6 +110,6 @@ $linkHoverFontColor: #287ade; /** * Forms */ -$inputBg: #505F79; -$inputBgHover: #505F79; -$inputFontColor: #ECEEF1; \ No newline at end of file +$inputBg: $inputSemiBackground; +$inputBgHover: $inputSemiBackground; +$inputFontColor: $defaultDarkFontColor; \ No newline at end of file diff --git a/css/aui-components/dropdown.scss b/css/aui-components/dropdown.scss index 930cfebe0..1ef7a531c 100644 --- a/css/aui-components/dropdown.scss +++ b/css/aui-components/dropdown.scss @@ -3,6 +3,10 @@ form.aui { background-color: transparent; > a { + background-color: $inputBg !important; + color: $inputFontColor !important; + border-color: $inputBg !important; + text-shadow: none !important; margin: 0 auto !important; width: 100% !important; } @@ -32,17 +36,7 @@ form.aui { z-index: 900; } -//Dark theme -form.aui{ - //Placeholder - .aui-select2-container.input-container-dark { - a.select2-choice { - text-shadow: none; - } - } -} - .aui-dropdown2.aui-style-default.dropdown-dark { background-color: $defaultBackground; border-color: transparent; -} +} \ No newline at end of file