2013-12-30 06:58:36 -06:00
|
|
|
// Global color overrides
|
|
|
|
// ---------------------------------------------------------
|
|
|
|
//@grayDark: #3A3F44;
|
|
|
|
//@grayDarker: #272B30;
|
|
|
|
@grayDark: #303030;
|
|
|
|
@grayLighter: #BBBFC2;
|
|
|
|
|
2014-01-01 05:33:05 -06:00
|
|
|
.navbar-static-top {
|
|
|
|
border-bottom: 1px solid black;
|
|
|
|
}
|
|
|
|
|
2013-12-10 15:28:49 -06:00
|
|
|
.grafana-dashboard-hide-controls {
|
|
|
|
padding: 0;
|
|
|
|
.extra, .grafana-row {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-12-12 09:51:43 -06:00
|
|
|
.grafana-search-panel {
|
|
|
|
padding: 6px 10px;
|
|
|
|
input {
|
|
|
|
width: 100%;
|
|
|
|
.box-sizing(border-box);
|
|
|
|
padding: 15px;
|
|
|
|
}
|
2013-12-28 16:54:07 -06:00
|
|
|
|
|
|
|
.selected td, tr.selected:nth-child(odd)>td {
|
2014-01-01 05:33:05 -06:00
|
|
|
background: @blue;
|
2013-12-28 16:54:07 -06:00
|
|
|
color: white;
|
|
|
|
text-shadow: -1px -1px 1px rgba(0,0,0,0.3);
|
|
|
|
a {
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
}
|
2013-12-12 09:51:43 -06:00
|
|
|
}
|
|
|
|
|
2013-12-31 05:45:47 -06:00
|
|
|
.filter-pulldown {
|
2014-01-01 05:33:05 -06:00
|
|
|
background: rgba(31, 31, 31, 0.42);
|
|
|
|
border-top: 1px solid #444;
|
|
|
|
border-left: 1px solid @grayDarker;
|
|
|
|
border-right: 1px solid @grayDarker;
|
|
|
|
border-bottom: 1px solid @grayDarker;
|
|
|
|
}
|
|
|
|
|
|
|
|
.top-row-close {
|
|
|
|
border-right: 1px solid #202020;
|
2013-12-31 05:45:47 -06:00
|
|
|
}
|
2013-12-30 17:27:17 -06:00
|
|
|
.top-row-open {
|
|
|
|
float: left;
|
2013-12-31 05:45:47 -06:00
|
|
|
padding: 0px;
|
|
|
|
background: none;
|
2013-12-30 17:27:17 -06:00
|
|
|
}
|
|
|
|
|
2013-12-12 08:22:47 -06:00
|
|
|
.panelCont {
|
2013-12-30 04:05:39 -06:00
|
|
|
padding: 0px 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.panel div.panel-extra div.panel-extra-container {
|
|
|
|
margin-right: -10px;
|
|
|
|
margin-top: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.panel-title {
|
|
|
|
font-size: 0.9em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.row-button {
|
|
|
|
width: 24px;
|
2013-12-12 08:22:47 -06:00
|
|
|
}
|
|
|
|
|
2013-12-12 15:30:20 -06:00
|
|
|
.modal {
|
2013-12-26 10:27:27 -06:00
|
|
|
margin: 5%;
|
|
|
|
width: 90%;
|
2013-12-15 11:06:23 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
.grafana-search-metric-actions {
|
|
|
|
visibility: hidden;
|
|
|
|
padding-left: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.grafana-search-metric-name {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.grafana-search-metric-result:hover {
|
|
|
|
.grafana-search-metric-actions {
|
|
|
|
visibility: visible;
|
|
|
|
}
|
|
|
|
.grafana-search-metric-name {
|
|
|
|
color: @blue;
|
|
|
|
}
|
2013-12-15 14:27:07 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
.yaxisLabel {
|
|
|
|
top: 50%;
|
|
|
|
left: -20px;
|
|
|
|
transform: rotate(-90deg);
|
|
|
|
-o-transform: rotate(-90deg);
|
|
|
|
-ms-transform: rotate(-90deg);
|
|
|
|
-moz-transform: rotate(-90deg);
|
|
|
|
-webkit-transform: rotate(-90deg);
|
|
|
|
transform-origin: 0 0;
|
|
|
|
-o-transform-origin: 0 0;
|
|
|
|
-ms-transform-origin: 0 0;
|
|
|
|
-moz-transform-origin: 0 0;
|
|
|
|
-webkit-transform-origin: 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.axisLabel {
|
|
|
|
color: @textColor;
|
|
|
|
font-size: @fontSizeSmall;
|
|
|
|
position: absolute;
|
|
|
|
text-align: center;
|
|
|
|
font-size: 12px;
|
2013-12-17 14:37:17 -06:00
|
|
|
}
|
|
|
|
|
2013-12-26 15:31:51 -06:00
|
|
|
.hidden-series {
|
|
|
|
a {
|
|
|
|
color: darken(@linkColor, 45%);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-12-27 07:50:08 -06:00
|
|
|
.panel-fullscreen {
|
2013-12-17 14:37:17 -06:00
|
|
|
z-index: 1500;
|
|
|
|
display: block;
|
|
|
|
position: fixed;
|
|
|
|
left: 20px;
|
|
|
|
right: 20px;
|
|
|
|
top: 25px;
|
2013-12-20 07:46:11 -06:00
|
|
|
bottom: 25px;
|
2013-12-17 14:37:17 -06:00
|
|
|
outline: 1px solid #101214;
|
|
|
|
border-top: 1px solid #3e444c;
|
2013-12-24 10:25:50 -06:00
|
|
|
padding: 0 10px;
|
2013-12-30 06:58:36 -06:00
|
|
|
background: @kibanaPanelBackground;
|
2013-12-17 14:37:17 -06:00
|
|
|
}
|
2013-12-17 15:53:31 -06:00
|
|
|
|
|
|
|
.grafana-legend-container {
|
2013-12-26 09:35:54 -06:00
|
|
|
margin: 4px 15px;
|
|
|
|
text-align: left;
|
2013-12-17 15:53:31 -06:00
|
|
|
}
|
|
|
|
|
2013-12-24 10:25:50 -06:00
|
|
|
.panel-full-edit-tabs {
|
2013-12-26 09:35:54 -06:00
|
|
|
margin-top: 10px;
|
2013-12-30 07:49:02 -06:00
|
|
|
min-height: 250px;
|
|
|
|
margin-left: -10px;
|
|
|
|
margin-right: -10px;
|
2014-01-01 06:29:37 -06:00
|
|
|
border-top: 1px solid black;
|
|
|
|
|
|
|
|
.tabs {
|
|
|
|
.nav-tabs {
|
|
|
|
margin: 0;
|
|
|
|
background: @grayDark;
|
|
|
|
border-top: 1px solid #555;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tab-content {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.tab-content {
|
|
|
|
overflow: visible;
|
2014-01-02 03:38:04 -06:00
|
|
|
padding: 15px;
|
2014-01-01 06:29:37 -06:00
|
|
|
}
|
2013-12-26 09:35:54 -06:00
|
|
|
|
2013-12-17 15:53:31 -06:00
|
|
|
.nav-tabs > li > a {
|
|
|
|
line-height: 15px;
|
|
|
|
padding-top: 6px;
|
|
|
|
padding-bottom: 6px;
|
|
|
|
font-size: 0.8rem;
|
|
|
|
}
|
2013-12-22 07:58:15 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Graphite Target Editor */
|
2013-12-26 12:09:23 -06:00
|
|
|
@grafanaTargetColor: #c8c8c8;
|
|
|
|
@grafanaTargetColorHide: darken(#c8c8c8, 25%);
|
|
|
|
|
2013-12-24 10:25:50 -06:00
|
|
|
.grafana-target {
|
|
|
|
}
|
|
|
|
|
2013-12-22 07:58:15 -06:00
|
|
|
.grafana-target-inner-wrapper {
|
2014-01-01 06:29:37 -06:00
|
|
|
//border-top: 1px solid #444444;
|
2013-12-25 03:35:52 -06:00
|
|
|
width: 100%;
|
2013-12-22 07:58:15 -06:00
|
|
|
}
|
2013-12-25 03:35:52 -06:00
|
|
|
|
2013-12-22 07:58:15 -06:00
|
|
|
.grafana-target-inner {
|
2014-01-01 06:29:37 -06:00
|
|
|
border-top: 2px solid black;
|
|
|
|
border-left: 2px solid black;
|
|
|
|
border-right: 2px solid black;
|
|
|
|
background: @grayDark;
|
2013-12-25 03:35:52 -06:00
|
|
|
width: 100%;
|
2013-12-22 07:58:15 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
.grafana-target-onoff {
|
2013-12-25 03:35:52 -06:00
|
|
|
display: inline-block;
|
2013-12-22 07:58:15 -06:00
|
|
|
padding: 5px 7px;
|
2013-12-25 03:35:52 -06:00
|
|
|
display: inline-block;
|
2013-12-22 07:58:15 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
.grafana-segment-list {
|
|
|
|
list-style: none;
|
|
|
|
margin: 0;
|
2013-12-25 03:35:52 -06:00
|
|
|
margin-right: 90px;
|
|
|
|
margin-left: 30px;
|
2013-12-22 07:58:15 -06:00
|
|
|
>li {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.grafana-target-segment {
|
|
|
|
padding: 5px 7px;
|
|
|
|
display: inline-block;
|
|
|
|
font-weight: normal;
|
2014-01-01 06:29:37 -06:00
|
|
|
border-right: 2px solid #050505;
|
2013-12-26 12:09:23 -06:00
|
|
|
color: @grafanaTargetColor;
|
2013-12-25 03:35:52 -06:00
|
|
|
display: inline-block;
|
2013-12-22 07:58:15 -06:00
|
|
|
|
2013-12-26 12:09:23 -06:00
|
|
|
.grafana-target-hidden & {
|
|
|
|
color: @grafanaTargetColorHide;
|
|
|
|
}
|
|
|
|
|
2013-12-25 03:35:52 -06:00
|
|
|
&:hover, &:focus {
|
2013-12-22 07:58:15 -06:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
2013-12-25 03:35:52 -06:00
|
|
|
&:hover {
|
2014-01-01 06:29:37 -06:00
|
|
|
background: #444;
|
2013-12-25 03:35:52 -06:00
|
|
|
}
|
|
|
|
}
|
2013-12-26 12:09:23 -06:00
|
|
|
|
2013-12-25 03:35:52 -06:00
|
|
|
.grafana-target-function {
|
2014-01-01 06:29:37 -06:00
|
|
|
background: #444;
|
2013-12-25 03:35:52 -06:00
|
|
|
&:hover {
|
2014-01-01 06:29:37 -06:00
|
|
|
background: #555;
|
2013-12-22 07:58:15 -06:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-12-25 03:35:52 -06:00
|
|
|
.grafana-target-controls-left {
|
|
|
|
list-style: none;
|
|
|
|
float: left;
|
|
|
|
width: 30px;
|
|
|
|
margin: 0px;
|
|
|
|
}
|
|
|
|
|
2013-12-22 07:58:15 -06:00
|
|
|
.grafana-target-controls {
|
2013-12-26 09:35:54 -06:00
|
|
|
width: 120px;
|
2013-12-22 07:58:15 -06:00
|
|
|
float: right;
|
2013-12-24 10:25:50 -06:00
|
|
|
list-style: none;
|
|
|
|
margin: 0;
|
2013-12-26 09:35:54 -06:00
|
|
|
text-align: right;
|
2013-12-24 10:25:50 -06:00
|
|
|
|
|
|
|
>li {
|
2013-12-25 03:35:52 -06:00
|
|
|
display: inline-block;
|
|
|
|
white-space: nowrap;
|
2013-12-24 10:25:50 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
padding: 5px 7px;
|
|
|
|
position: relative;
|
|
|
|
top: 5px;
|
2013-12-26 12:09:23 -06:00
|
|
|
color: @grafanaTargetColor;
|
|
|
|
|
|
|
|
.grafana-target-hidden & {
|
|
|
|
color: @grafanaTargetColorHide;
|
|
|
|
}
|
2013-12-25 03:35:52 -06:00
|
|
|
|
|
|
|
&:hover, &:focus {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2013-12-24 10:25:50 -06:00
|
|
|
}
|
2013-12-22 07:58:15 -06:00
|
|
|
}
|
|
|
|
|
2013-12-24 11:26:51 -06:00
|
|
|
input[type=text].grafana-target-text-input {
|
2013-12-25 12:10:38 -06:00
|
|
|
padding: 5px 7px;
|
|
|
|
border: 1px solid #050505;
|
|
|
|
margin: 0px;
|
2013-12-24 11:26:51 -06:00
|
|
|
background: transparent;
|
|
|
|
width: 80%;
|
|
|
|
float: left;
|
2013-12-26 12:09:23 -06:00
|
|
|
color: @grafanaTargetColor;
|
2013-12-25 12:10:38 -06:00
|
|
|
border-radius: 0;
|
2013-12-24 11:26:51 -06:00
|
|
|
}
|
|
|
|
|
2013-12-22 07:58:15 -06:00
|
|
|
.grafana-target .dropdown {
|
|
|
|
padding: 0; margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type=text].func-param {
|
|
|
|
border: none;
|
|
|
|
background: inherit;
|
|
|
|
width: 30px;
|
|
|
|
border-radius: none;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.grafana-target {
|
|
|
|
.popover-content {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.grafana-func-editor {
|
2013-12-28 05:27:31 -06:00
|
|
|
min-width: 140px;
|
2013-12-22 07:58:15 -06:00
|
|
|
.grafana-func-editor-header {
|
|
|
|
background: #41474c;
|
|
|
|
text-align: center;
|
|
|
|
border-bottom: 1px solid #353a3e;
|
2013-12-28 05:27:31 -06:00
|
|
|
padding: 3px 5px;
|
2013-12-25 03:35:52 -06:00
|
|
|
white-space: nowrap;
|
2013-12-22 07:58:15 -06:00
|
|
|
}
|
|
|
|
.editor-row {
|
|
|
|
padding: 5px;
|
|
|
|
}
|
2013-12-17 15:53:31 -06:00
|
|
|
}
|