mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
1) Further styling tweaks for Dark Theme.
2) Theme related code changes are removed from config.py and moved to miscellaneous under a new package - "themes".
This commit is contained in:
committed by
Akshay Joshi
parent
7282e15ee2
commit
c1c682402a
@@ -43,10 +43,23 @@
|
||||
& .flotr-labels {
|
||||
color: $color-fg !important;
|
||||
}
|
||||
& .flotr-legend {
|
||||
.flotr-legend-label {
|
||||
& .flotr-legend {
|
||||
border: none !important;
|
||||
padding: 0.25rem 0.5rem;
|
||||
& .flotr-legend-label {
|
||||
color: $color-fg !important;
|
||||
padding-left: 0.25rem;
|
||||
}
|
||||
}
|
||||
|
||||
& .flotr-legend-color-box>div {
|
||||
border: none !important;
|
||||
&>div {
|
||||
border: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
& .flotr-legend-bg {
|
||||
border-radius: $border-radius;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user