grafana: folder text color
This commit is contained in:
parent
79e0881a42
commit
8ad2cf4657
@ -157,6 +157,9 @@ color:#FFFFFF !important;
|
|||||||
.search-item.selected, .search-item:hover {
|
.search-item.selected, .search-item:hover {
|
||||||
background: rgba(0, 0, 0, 0.25);
|
background: rgba(0, 0, 0, 0.25);
|
||||||
}
|
}
|
||||||
|
.search-section__header {
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
/* Panel fullscreen navbar */
|
/* Panel fullscreen navbar */
|
||||||
.panel-in-fullscreen .navbar {
|
.panel-in-fullscreen .navbar {
|
||||||
background: linear-gradient(90deg,rgba(0, 0, 0, .15),rgba(0, 0, 0, 0.25)) !important;
|
background: linear-gradient(90deg,rgba(0, 0, 0, .15),rgba(0, 0, 0, 0.25)) !important;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user