minor graphic change to the login screen
This commit is contained in:
@@ -142,7 +142,7 @@
|
||||
--cui-secondary-bg-rgb: 168, 153, 132;
|
||||
--cui-tertiary-color: rgba(33, 37, 41, 0.5);
|
||||
--cui-tertiary-color-rgb: 33, 37, 41;
|
||||
--cui-tertiary-bg: #A89984;
|
||||
--cui-tertiary-bg: #ebdbb2;
|
||||
--cui-tertiary-bg-rgb: 40, 40, 40;
|
||||
--cui-high-emphasis: rgba(255, 255, 255, 0.87);
|
||||
--cui-medium-emphasis: rgba(255, 255, 255, 0.6);
|
||||
@@ -3492,35 +3492,35 @@ textarea.form-control-lg {
|
||||
}
|
||||
|
||||
.btn-primary {
|
||||
--cui-btn-color: #fff;
|
||||
--cui-btn-color: #fbf1c7;
|
||||
--cui-btn-bg: #83a598;
|
||||
--cui-btn-border-color: #83a598;
|
||||
--cui-btn-hover-color: #fff;
|
||||
--cui-btn-hover-color: #fbf1c7;
|
||||
--cui-btn-hover-bg: #458588;
|
||||
--cui-btn-hover-border-color: #458588;
|
||||
--cui-btn-focus-shadow-rgb: 131, 165, 152;
|
||||
--cui-btn-active-color: #fff;
|
||||
--cui-btn-active-color: #fbf1c7;
|
||||
--cui-btn-active-bg: #458588;
|
||||
--cui-btn-active-border-color: #458588;
|
||||
--cui-btn-active-shadow: inset 0 3px 5px rgba(8, 10, 12, 0.125);
|
||||
--cui-btn-disabled-color: #fff;
|
||||
--cui-btn-disabled-color: #fbf1c7;
|
||||
--cui-btn-disabled-bg: #83a598;
|
||||
--cui-btn-disabled-border-color: #83a598;
|
||||
}
|
||||
|
||||
.btn-secondary {
|
||||
--cui-btn-color: #fff;
|
||||
--cui-btn-color: #fbf1c7;
|
||||
--cui-btn-bg: #6b7785;
|
||||
--cui-btn-border-color: #6b7785;
|
||||
--cui-btn-hover-color: #fff;
|
||||
--cui-btn-hover-color: #fbf1c7;
|
||||
--cui-btn-hover-bg: #5b6571;
|
||||
--cui-btn-hover-border-color: #565f6a;
|
||||
--cui-btn-focus-shadow-rgb: 129, 139, 151;
|
||||
--cui-btn-active-color: #fff;
|
||||
--cui-btn-active-color: #fbf1c7;
|
||||
--cui-btn-active-bg: #565f6a;
|
||||
--cui-btn-active-border-color: #505964;
|
||||
--cui-btn-active-shadow: inset 0 3px 5px rgba(8, 10, 12, 0.125);
|
||||
--cui-btn-disabled-color: #fff;
|
||||
--cui-btn-disabled-color: #fbf1c7;
|
||||
--cui-btn-disabled-bg: #6b7785;
|
||||
--cui-btn-disabled-border-color: #6b7785;
|
||||
}
|
||||
@@ -3885,18 +3885,18 @@ textarea.form-control-lg {
|
||||
}
|
||||
|
||||
[data-coreui-theme=dark] .btn-primary {
|
||||
--cui-btn-color: #fff;
|
||||
--cui-btn-color: #fbf1c7;
|
||||
--cui-btn-bg: #83a598;
|
||||
--cui-btn-border-color: #83a598;
|
||||
--cui-btn-hover-color: #fff;
|
||||
--cui-btn-hover-color: #fbf1c7;
|
||||
--cui-btn-hover-bg: #458588;
|
||||
--cui-btn-hover-border-color: #458588;
|
||||
--cui-btn-focus-shadow-rgb: 131, 165, 152;
|
||||
--cui-btn-active-color: #fff;
|
||||
--cui-btn-active-color: #fbf1c7;
|
||||
--cui-btn-active-bg: #458588;
|
||||
--cui-btn-active-border-color: #458588;
|
||||
--cui-btn-active-shadow: inset 0 3px 5px rgba(8, 10, 12, 0.125);
|
||||
--cui-btn-disabled-color: #fff;
|
||||
--cui-btn-disabled-color: #fbf1c7;
|
||||
--cui-btn-disabled-bg: #83a598;
|
||||
--cui-btn-disabled-border-color: #83a598;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user