ux(dashboard): varius dashboard ux fixes and keybinding improvements, press 'e' while hovering over panel will open dashboard in edit mode, pressing 'd' will remove panel, #6442

This commit is contained in:
Torkel Ödegaard
2016-11-02 15:16:48 +01:00
parent 19509d1e7a
commit 95e7ead89b
13 changed files with 162 additions and 19 deletions

View File

@@ -152,7 +152,11 @@ div.flot-text {
}
.panel-highlight {
box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgba(82,168,236,10.8)
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 5px rgba(82,168,236,10.8)
}
.panel-hover-highlight {
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 1px rgba(82,168,236,10.8)
}
.on-drag-hover {