mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Backport PR #8336
--------- **Commit 1:** make the legend background color transparent so it looks good in both dark and light themes * Original sha:6e94ff5e45
* Authored by Stacey-Gammon <gammon@elastic.co> on 2016-09-19T17:36:57Z **Commit 2:** Remove total transparency fix If the legend has a totally transparent background it’s difficult to read when the chart lines lie under it. This approaches fixes the coloring but leaves the opacity in tact. * Original sha:a62b1f0576
* Authored by Stacey-Gammon <gammon@elastic.co> on 2016-09-19T19:01:21Z
This commit is contained in:
parent
f1010b37b3
commit
10fcf1ab94
1 changed files with 4 additions and 0 deletions
|
@ -316,6 +316,10 @@
|
|||
|
||||
|
||||
// /src/ui/public/vislib/styles/_legend.less
|
||||
.legend {
|
||||
background-color: @dashboard-panel-bg;
|
||||
}
|
||||
|
||||
.legend-col-wrapper {
|
||||
|
||||
.legend-ul {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue