dropdown color changes

This commit is contained in:
Konstantyn Pahsura 2016-10-24 19:30:47 +03:00
parent 3196ffd941
commit 15bc3b9ad4
2 changed files with 8 additions and 14 deletions

View File

@ -110,6 +110,6 @@ $linkHoverFontColor: #287ade;
/**
* Forms
*/
$inputBg: #505F79;
$inputBgHover: #505F79;
$inputFontColor: #ECEEF1;
$inputBg: $inputSemiBackground;
$inputBgHover: $inputSemiBackground;
$inputFontColor: $defaultDarkFontColor;

View File

@ -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;
}
}