fix dark illustration controls
This commit is contained in:
@@ -2398,12 +2398,32 @@ button.overview-command-card { cursor: pointer; }
|
||||
#082f2b !important;
|
||||
}
|
||||
|
||||
.detection-lab-shell .ai-pipeline-stage {
|
||||
color: rgba(232, 249, 244, 0.68) !important;
|
||||
background: rgba(4, 39, 36, 0.82) !important;
|
||||
}
|
||||
|
||||
.detection-lab-shell .ai-pipeline-stage[aria-selected='true'] {
|
||||
color: #fff !important;
|
||||
background: rgba(25, 102, 89, 0.92) !important;
|
||||
}
|
||||
|
||||
.project-atlas {
|
||||
background:
|
||||
radial-gradient(circle at 18% 0%, rgba(64, 190, 164, 0.18), transparent 25rem),
|
||||
linear-gradient(135deg, #092f2b 0%, #0b3f39 48%, #082c34 100%) !important;
|
||||
}
|
||||
|
||||
.project-atlas-stage {
|
||||
color: rgba(230, 247, 242, 0.76) !important;
|
||||
background: rgba(255, 255, 255, 0.045) !important;
|
||||
}
|
||||
|
||||
.project-atlas-stage-active {
|
||||
color: #fff !important;
|
||||
background: rgba(237, 200, 108, 0.1) !important;
|
||||
}
|
||||
|
||||
@media (min-width: 921px) {
|
||||
.workbench-shell-guest .workspace-grid-data {
|
||||
grid-template-columns: minmax(16rem, 0.55fr) minmax(0, 1.45fr);
|
||||
|
||||
Reference in New Issue
Block a user