began work on dashboard playlist feature, #36
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -9,6 +9,20 @@
|
||||
.submenu-controls {
|
||||
display: none;
|
||||
}
|
||||
.add-row-panel-hint {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.playlist-active {
|
||||
.grafana-menu-zoom-out,
|
||||
.grafana-menu-save,
|
||||
.grafana-menu-load,
|
||||
.grafana-menu-home,
|
||||
.grafana-menu-refresh,
|
||||
.grafana-menu-edit {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
// Search
|
||||
|
||||
@@ -571,3 +571,15 @@ div.flot-text {
|
||||
}
|
||||
}
|
||||
|
||||
// Top menu
|
||||
|
||||
.save-dashboard-dropdown {
|
||||
padding: 10px;
|
||||
li>a {
|
||||
padding-left: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
.save-dashboard-dropdown-save-form {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user