|
|
|
@ -53,6 +53,12 @@ $auiDialogContentBg: $baseLight; |
|
|
|
|
$auiBorderColor: #ccc; |
|
|
|
|
$dialogTitleFontWeight: 400; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* Inlay colors |
|
|
|
|
**/ |
|
|
|
|
$inlayColorBg: lighten($defaultBackground, 20%); |
|
|
|
|
$inlayBorderColor: lighten($auiDialogContentBg, 10%); |
|
|
|
|
|
|
|
|
|
// Main controls |
|
|
|
|
$inputBackground: $controlBackground; |
|
|
|
|
$inputBorderColor: #ccc; |
|
|
|
@ -68,6 +74,9 @@ $linkHoverFontColor: darken(#3572b0, 10%); |
|
|
|
|
$dropdownColor: #333; |
|
|
|
|
$errorColor: #c61600; |
|
|
|
|
|
|
|
|
|
// Feedback colors |
|
|
|
|
$feedbackCancelFontColor: #333; |
|
|
|
|
|
|
|
|
|
// Popover colors |
|
|
|
|
$popoverBg: #000; |
|
|
|
|
$popoverFontColor: #ffffff; |
|
|
|
|