Fixed so white theme looks good with new search and editor panes, Closes #735, and other small fixes and polish
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
width: 100%;
|
||||
|
||||
tr:nth-child(odd) td {
|
||||
background-color: lighten(@grayDarker, 2%);
|
||||
background-color: @grafanaListAccent;
|
||||
}
|
||||
|
||||
td {
|
||||
@@ -39,7 +39,7 @@
|
||||
max-width: 450px;
|
||||
|
||||
li:nth-child(odd) {
|
||||
background-color: lighten(@grayDarker, 2%);
|
||||
background-color: @grafanaListAccent;
|
||||
}
|
||||
|
||||
li {
|
||||
|
||||
Reference in New Issue
Block a user