more config work
This commit is contained in:
parent
9370a2eed2
commit
7df4a8d9ba
@ -54,6 +54,12 @@ color:#FFFFFF !important;
|
|||||||
.filter-table tbody tr:nth-child(odd) {
|
.filter-table tbody tr:nth-child(odd) {
|
||||||
background: hsla(0,0%,100%,.08) !important;
|
background: hsla(0,0%,100%,.08) !important;
|
||||||
}
|
}
|
||||||
|
.cta-form {
|
||||||
|
background-color: rgba(0, 0, 0, 0.25) !important;
|
||||||
|
}
|
||||||
|
.empty-list-cta {
|
||||||
|
background-color: rgba(0, 0, 0, .25) !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* sidemenu */
|
/* sidemenu */
|
||||||
.sidemenu-open .sidemenu {
|
.sidemenu-open .sidemenu {
|
||||||
@ -107,7 +113,10 @@ color:#FFFFFF !important;
|
|||||||
background-color: #09090b !important;
|
background-color: #09090b !important;
|
||||||
}
|
}
|
||||||
.gf-form-select-wrapper .gf-form-input {
|
.gf-form-select-wrapper .gf-form-input {
|
||||||
background-color: #393a3b !important;
|
background-color: #00000000 !important;
|
||||||
|
}
|
||||||
|
.gf-form-select-wrapper {
|
||||||
|
background-color: hsla(0,0%,100%,.08) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Variable label color */
|
/* Variable label color */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user