Enhance the color of switch control for both light and dark theme. Fixes #5271
parent
4fe69e825e
commit
83785da1bc
|
|
@ -14,6 +14,7 @@ New features
|
|||
Housekeeping
|
||||
************
|
||||
|
||||
| `Issue #5271 <https://redmine.postgresql.org/issues/5271>`_ - Enhance the color of switch control for both light and dark theme.
|
||||
|
||||
Bug fixes
|
||||
*********
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ $color-danger-lighter: #FAECEC !default;
|
|||
|
||||
$color-success: #43a047 !default;
|
||||
$color-success-fg: $black !default;
|
||||
$color-success-light: #DDF1DE !default;
|
||||
$color-success-light: #D9ECDA !default;
|
||||
|
||||
$color-warning: #eea236 !default;
|
||||
$color-warning-fg: $black !default;
|
||||
|
|
|
|||
|
|
@ -17,9 +17,9 @@ $color-danger-fg: $white;
|
|||
$color-danger-light: #914649;
|
||||
$color-danger-lighter: #212121;
|
||||
|
||||
$color-success: #1a522b;
|
||||
$color-success: #43a047;
|
||||
$color-success-fg: $black;
|
||||
$color-success-light: #5a7863;
|
||||
$color-success-light: #2B472C;
|
||||
|
||||
$color-warning: #eea236;
|
||||
$color-warning-fg: $black;
|
||||
|
|
|
|||
Loading…
Reference in New Issue