Modals to edit pane work almost done, need to work on light theme

This commit is contained in:
Torkel Ödegaard
2014-08-26 11:12:26 +02:00
parent 08d2492839
commit 3775991ac8
5 changed files with 8 additions and 39 deletions
+2 -2
View File
@@ -549,12 +549,12 @@ a:hover {
}
.modal-header {
border-bottom: 1px solid @grayDark;
border-bottom: 1px solid @grafanaPanelBackground;
}
.modal-footer {
background-color: @grafanaPanelBackground;
border-top: 1px solid @grayDark;
border-top: 1px solid @grafanaPanelBackground;
.border-radius(0 0 0px 0px);
.box-shadow(none);
}
+1 -1
View File
@@ -1,6 +1,6 @@
.submenu-controls-visible:not(.hide-controls) {
.panel-fullscreen {
top: 90px;
top: 91px;
}
}