Merge pull request #1058 from kkrisstoff/select2-background-changes
dropdown color changes
This commit is contained in:
commit
8fd23771f4
|
@ -110,6 +110,6 @@ $linkHoverFontColor: #287ade;
|
||||||
/**
|
/**
|
||||||
* Forms
|
* Forms
|
||||||
*/
|
*/
|
||||||
$inputBg: #505F79;
|
$inputBg: $inputSemiBackground;
|
||||||
$inputBgHover: #505F79;
|
$inputBgHover: $inputSemiBackground;
|
||||||
$inputFontColor: #ECEEF1;
|
$inputFontColor: $defaultDarkFontColor;
|
|
@ -3,6 +3,10 @@ form.aui {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
|
||||||
> a {
|
> a {
|
||||||
|
background-color: $inputBg !important;
|
||||||
|
color: $inputFontColor !important;
|
||||||
|
border-color: $inputBg !important;
|
||||||
|
text-shadow: none !important;
|
||||||
margin: 0 auto !important;
|
margin: 0 auto !important;
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
}
|
}
|
||||||
|
@ -32,17 +36,7 @@ form.aui {
|
||||||
z-index: 900;
|
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 {
|
.aui-dropdown2.aui-style-default.dropdown-dark {
|
||||||
background-color: $defaultBackground;
|
background-color: $defaultBackground;
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
}
|
}
|
Loading…
Reference in New Issue