Corretto bug css
This commit is contained in:
parent
7f5d1bf322
commit
8097141b94
|
@ -430,21 +430,26 @@ a[target="_blank"]::after {
|
|||
background-color: rgb(65, 93, 67) !important;
|
||||
}
|
||||
|
||||
.ui-selectable .ui-selecting .suxess {
|
||||
background: #054a29;
|
||||
.ui-selectee.suxess.ui-selecting {
|
||||
background: #054a29 !important;
|
||||
}
|
||||
|
||||
.ui-selectee.suxess.ui-selected {
|
||||
background: #054a29 !important;
|
||||
color: #f8f9fa !important;
|
||||
}
|
||||
|
||||
.ui-selectable .ui-selected .suxess {
|
||||
background: #DEE2E6;
|
||||
background: #DEE2E6 !important;
|
||||
color: #054a29 !important;
|
||||
}
|
||||
|
||||
.ui-selectable .ui-selecting:not(.suxess) {
|
||||
background: #787675;
|
||||
background: #787675 !important;
|
||||
}
|
||||
|
||||
.ui-selectable .ui-selected:not(.suxess) {
|
||||
background: #DEE2E6;
|
||||
background: #DEE2E6 !important;
|
||||
color: #787675 !important;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue