Commit c9802c28 by Torkel Ödegaard

minor fix

parent 3e7cd5fa
......@@ -101,7 +101,7 @@ export class PanelEditor extends React.Component<PanelEditorProps, any> {
})}
<div className="panel-editor__aside-actions">
<button className="btn btn-success" onClick={this.onClose}>
<button className="btn btn-secondary" onClick={this.onClose}>
Back to dashboard
</button>
<button className="btn btn-inverse" onClick={this.onClose}>
......
......@@ -20,6 +20,7 @@
background-color: $page-bg;
border-radius: 0 0 0 4px;
box-shadow: $search-shadow;
z-index: $zindex-dropdown;
}
.gf-timepicker-absolute-section {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment