mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Change the scope of '.dashboard-graph-body' CSS class to prevent it from affecting other places.
This commit is contained in:
parent
5ce2773658
commit
d2621282dc
@ -46,32 +46,32 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.dashboard-graph-body {
|
||||
padding: 0.25rem 0.5rem;
|
||||
height: 175px;
|
||||
|
||||
& .flotr-labels {
|
||||
color: $color-fg !important;
|
||||
}
|
||||
& .flotr-legend {
|
||||
border: none !important;
|
||||
& .dashboard-graph-body {
|
||||
padding: 0.25rem 0.5rem;
|
||||
& .flotr-legend-label {
|
||||
height: 175px;
|
||||
|
||||
& .flotr-labels {
|
||||
color: $color-fg !important;
|
||||
padding-left: 0.25rem;
|
||||
}
|
||||
|
||||
& .flotr-legend-color-box>div {
|
||||
& .flotr-legend {
|
||||
border: none !important;
|
||||
&>div {
|
||||
border: none !important;
|
||||
padding: 0.25rem 0.5rem;
|
||||
& .flotr-legend-label {
|
||||
color: $color-fg !important;
|
||||
padding-left: 0.25rem;
|
||||
}
|
||||
}
|
||||
|
||||
& .flotr-legend-bg {
|
||||
border-radius: $border-radius;
|
||||
& .flotr-legend-color-box>div {
|
||||
border: none !important;
|
||||
&>div {
|
||||
border: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
& .flotr-legend-bg {
|
||||
border-radius: $border-radius;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user