Merge pull request #5681 from deepaksinghgusain227/pending-color-issue-at-dark-theme
Dark Mode Pending color issue
This commit is contained in:
commit
0f4e2b1fec
File diff suppressed because one or more lines are too long
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"/js/admin.js": "/js/admin.js?id=94da304c8b02ad3ba649",
|
||||
"/css/admin.css": "/css/admin.css?id=8f47f9d965583dd83648"
|
||||
"/css/admin.css": "/css/admin.css?id=dccf9c80d885af35c375"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -67,4 +67,5 @@ $dark-mode-table-head-backgound-color: rgba(7, 30, 55,0.2);
|
|||
$dark-mode-pagination-page-item-active-background-color:rgba(40, 69, 100, 0.2);
|
||||
$dark-mode-pagination-page-item-active-border-color:rgba(2, 57, 83, 0.2);
|
||||
$flatpickr-day-startRange-hover:rgb(5, 30, 55);
|
||||
$dark-mode-pending-color: #dbb709;
|
||||
|
||||
|
|
|
|||
|
|
@ -275,7 +275,7 @@
|
|||
}
|
||||
|
||||
tbody td {
|
||||
color:$dark-mode-text-color;
|
||||
color: $dark-mode-text-color;
|
||||
border-bottom: 1px solid $seprator;
|
||||
}
|
||||
}
|
||||
|
|
@ -397,7 +397,7 @@
|
|||
|
||||
a {
|
||||
display: initial;
|
||||
color:$dark-mode-text-color !important;
|
||||
color: $dark-mode-text-color !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -432,7 +432,7 @@
|
|||
|
||||
.control-group {
|
||||
label {
|
||||
color:$dark-mode-text-color;
|
||||
color: $dark-mode-text-color;
|
||||
}
|
||||
|
||||
.control {
|
||||
|
|
@ -684,7 +684,7 @@
|
|||
.flatpickr-day.notAllowed.nextMonthDay,
|
||||
.flatpickr-day.notAllowed.prevMonthDay,
|
||||
.flatpickr-day.prevMonthDay {
|
||||
color:$dark-mode-text-color;
|
||||
color: $dark-mode-text-color;
|
||||
background: transparent;
|
||||
border-color: transparent;
|
||||
cursor: default;
|
||||
|
|
@ -758,4 +758,7 @@
|
|||
background-color: $dark-mode-switch-background !important;
|
||||
}
|
||||
|
||||
.badge.badge-warning {
|
||||
background-color: $dark-mode-pending-color;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue