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
|
||||
*/
|
||||
$inputBg: #505F79;
|
||||
$inputBgHover: #505F79;
|
||||
$inputFontColor: #ECEEF1;
|
||||
$inputBg: $inputSemiBackground;
|
||||
$inputBgHover: $inputSemiBackground;
|
||||
$inputFontColor: $defaultDarkFontColor;
|
|
@ -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;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue