grafana: folder text color

This commit is contained in:
gilbN 2019-07-26 17:27:46 +02:00
parent 79e0881a42
commit 8ad2cf4657

View File

@ -157,6 +157,9 @@ color:#FFFFFF !important;
.search-item.selected, .search-item:hover {
background: rgba(0, 0, 0, 0.25);
}
.search-section__header {
color: #ffffff;
}
/* Panel fullscreen navbar */
.panel-in-fullscreen .navbar {
background: linear-gradient(90deg,rgba(0, 0, 0, .15),rgba(0, 0, 0, 0.25)) !important;