working on share feature, and refactorings
This commit is contained in:
@@ -57,7 +57,7 @@ hr {
|
||||
|
||||
.brand {
|
||||
padding: 0px 15px;
|
||||
color: @grayLighter;
|
||||
color: @navbarBrandColor;
|
||||
font-weight: normal;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
@@ -53,8 +53,12 @@
|
||||
}
|
||||
|
||||
.modal {
|
||||
margin: 5%;
|
||||
width: 90%;
|
||||
max-width: 1024px;
|
||||
left: 0;
|
||||
right: 0;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
top: 200px;
|
||||
}
|
||||
|
||||
.grafana-search-metric-actions {
|
||||
|
||||
@@ -252,11 +252,6 @@ form input.ng-invalid {
|
||||
max-width: 480px;
|
||||
}
|
||||
|
||||
.modal {
|
||||
width: 100%;
|
||||
top: 0px !important;
|
||||
}
|
||||
|
||||
.tiny {
|
||||
font-size: 50%;
|
||||
}
|
||||
|
||||
@@ -63,7 +63,7 @@
|
||||
}
|
||||
|
||||
.panel-menu {
|
||||
z-index: 10000;
|
||||
z-index: 1000;
|
||||
position: absolute;
|
||||
background: @grafanaTargetFuncBackground;
|
||||
border: 1px solid black;
|
||||
|
||||
@@ -219,7 +219,7 @@
|
||||
@navbarLinkBackgroundHover: transparent;
|
||||
@navbarLinkBackgroundActive: @navbarBackground;
|
||||
|
||||
@navbarBrandColor: @navbarLinkColor;
|
||||
@navbarBrandColor: @linkColor;
|
||||
|
||||
// Inverted navbar
|
||||
@navbarInverseBackground: #252A30;
|
||||
|
||||
Reference in New Issue
Block a user