Panels: refactoring panel meta model & menu, will open up panel specific menu actions

This commit is contained in:
Torkel Ödegaard
2014-11-08 16:27:49 +01:00
parent 81b1939f92
commit d12f4a4aee
13 changed files with 109 additions and 186 deletions
+4
View File
@@ -93,6 +93,10 @@
border: none;
}
}
.dropdown-menu {
text-align: left;
}
}
.panel-highlight {
+1 -1
View File
@@ -146,7 +146,7 @@
// Dropdowns
// -------------------------
@dropdownBackground: @grafanaTargetFuncBackground;
@dropdownBackground: @heroUnitBackground;
@dropdownBorder: rgba(0,0,0,.2);
@dropdownDividerTop: transparent;
@dropdownDividerBottom: #222;