2015-08-10 06:46:59 -05:00
|
|
|
@import "type.less";
|
2015-02-04 00:01:03 -06:00
|
|
|
@import "login.less";
|
2014-02-09 12:31:06 -06:00
|
|
|
@import "submenu.less";
|
2014-07-03 05:38:20 -05:00
|
|
|
@import "graph.less";
|
2014-02-12 13:47:47 -06:00
|
|
|
@import "bootstrap-tagsinput.less";
|
2014-08-27 03:41:27 -05:00
|
|
|
@import "tables_lists.less";
|
|
|
|
@import "search.less";
|
2014-09-05 10:44:38 -05:00
|
|
|
@import "panel.less";
|
2014-09-24 11:55:55 -05:00
|
|
|
@import "forms.less";
|
2014-11-06 07:07:32 -06:00
|
|
|
@import "singlestat.less";
|
2015-01-16 01:35:32 -06:00
|
|
|
@import "tightform.less";
|
2015-01-30 03:25:10 -06:00
|
|
|
@import "sidemenu.less";
|
2015-02-01 04:56:01 -06:00
|
|
|
@import "navbar.less";
|
2015-02-07 08:40:31 -06:00
|
|
|
@import "gfbox.less";
|
2015-02-04 04:35:19 -06:00
|
|
|
@import "dashlist.less";
|
2015-02-12 08:46:14 -06:00
|
|
|
@import "admin.less";
|
2015-02-18 02:20:39 -06:00
|
|
|
@import "validation.less";
|
2015-03-28 11:53:52 -05:00
|
|
|
@import "fonts.less";
|
2015-07-17 02:51:34 -05:00
|
|
|
@import "tabs.less";
|
2015-09-17 15:44:59 -05:00
|
|
|
@import "timepicker.less";
|
2013-12-30 06:58:36 -06:00
|
|
|
|
2014-10-05 12:30:22 -05:00
|
|
|
.row-control-inner {
|
|
|
|
padding:0px;
|
|
|
|
margin:0px;
|
|
|
|
position:relative;
|
|
|
|
}
|
2013-12-30 06:58:36 -06:00
|
|
|
|
2014-02-21 06:56:27 -06:00
|
|
|
.hide-controls {
|
2013-12-10 15:28:49 -06:00
|
|
|
padding: 0;
|
2014-10-27 04:42:13 -05:00
|
|
|
.row-tab {
|
2013-12-10 15:28:49 -06:00
|
|
|
display: none;
|
|
|
|
}
|
2014-03-07 12:24:45 -06:00
|
|
|
.add-row-panel-hint {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.playlist-active {
|
|
|
|
.grafana-menu-zoom-out,
|
2014-03-08 09:27:01 -06:00
|
|
|
.add-row-panel-hint,
|
2014-03-07 12:24:45 -06:00
|
|
|
.grafana-menu-refresh,
|
2015-02-13 02:31:40 -06:00
|
|
|
.top-nav-dash-actions {
|
|
|
|
display:none;
|
2014-03-07 12:24:45 -06:00
|
|
|
}
|
2014-03-08 09:27:01 -06:00
|
|
|
|
|
|
|
.grafana-menu-stop-playlist {
|
|
|
|
display: list-item;
|
|
|
|
}
|
2013-12-10 15:28:49 -06:00
|
|
|
}
|
|
|
|
|
2013-12-30 04:05:39 -06:00
|
|
|
.row-button {
|
|
|
|
width: 24px;
|
2013-12-12 08:22:47 -06:00
|
|
|
}
|
|
|
|
|
2013-12-12 15:30:20 -06:00
|
|
|
.modal {
|
2014-09-24 10:15:58 -05:00
|
|
|
max-width: 800px;
|
2014-09-24 09:20:55 -05:00
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
2015-03-25 14:55:41 -05:00
|
|
|
top: 20%;
|
2013-12-15 11:06:23 -06:00
|
|
|
}
|
|
|
|
|
2014-01-07 13:41:48 -06:00
|
|
|
.histogram-chart {
|
|
|
|
position:relative;
|
|
|
|
}
|
|
|
|
|
2014-01-15 10:21:00 -06:00
|
|
|
.scrollable {
|
|
|
|
max-height: 300px;
|
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
//
|
|
|
|
// Srollbars
|
|
|
|
//
|
|
|
|
|
|
|
|
::-webkit-scrollbar {
|
|
|
|
width: 8px;
|
|
|
|
height: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
::-webkit-scrollbar:hover {
|
|
|
|
height: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
::-webkit-scrollbar-button:start:decrement,
|
|
|
|
::-webkit-scrollbar-button:end:increment { display: none; }
|
|
|
|
::-webkit-scrollbar-button:horizontal:decrement { display: none; }
|
|
|
|
::-webkit-scrollbar-button:horizontal:increment { display: none; }
|
|
|
|
::-webkit-scrollbar-button:vertical:decrement { display: none; }
|
|
|
|
::-webkit-scrollbar-button:vertical:increment { display: none; }
|
|
|
|
::-webkit-scrollbar-button:horizontal:decrement:active { background-image: none; }
|
|
|
|
::-webkit-scrollbar-button:horizontal:increment:active { background-image: none; }
|
|
|
|
::-webkit-scrollbar-button:vertical:decrement:active { background-image: none; }
|
|
|
|
::-webkit-scrollbar-button:vertical:increment:active {background-image: none; }
|
2014-09-05 00:02:59 -05:00
|
|
|
::-webkit-scrollbar-track-piece { background-color: transparent; }
|
2014-01-15 10:21:00 -06:00
|
|
|
|
|
|
|
::-webkit-scrollbar-thumb:vertical {
|
|
|
|
height: 50px;
|
2014-09-05 00:02:59 -05:00
|
|
|
background: -webkit-gradient(linear, left top, right top, color-stop(0%, @scrollbarBackground), color-stop(100%, @scrollbarBackground2));
|
|
|
|
border: 1px solid @scrollbarBorder;
|
|
|
|
border-top: 1px solid @scrollbarBorder;
|
|
|
|
border-left: 1px solid @scrollbarBorder;
|
2014-01-15 10:21:00 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
::-webkit-scrollbar-thumb:horizontal {
|
|
|
|
width: 50px;
|
2014-09-05 00:02:59 -05:00
|
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, @scrollbarBackground), color-stop(100%, @scrollbarBackground2));
|
|
|
|
border: 1px solid @scrollbarBorder;
|
|
|
|
border-top: 1px solid @scrollbarBorder;
|
|
|
|
border-left: 1px solid @scrollbarBorder;
|
2014-02-08 07:21:41 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// SPECTRUM CSS overrides
|
|
|
|
|
|
|
|
.sp-replacer {
|
|
|
|
background: inherit;
|
|
|
|
border: none;
|
|
|
|
color: inherit;
|
2015-01-12 08:37:22 -06:00
|
|
|
padding: 0;
|
2014-02-08 07:21:41 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
.sp-replacer:hover, .sp-replacer.sp-active {
|
|
|
|
border-color: inherit;
|
|
|
|
color: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sp-container {
|
|
|
|
border-radius: 0;
|
|
|
|
background-color: @heroUnitBackground;
|
|
|
|
border: none;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sp-palette-container, .sp-picker-container {
|
|
|
|
border: none;
|
|
|
|
}
|
2014-02-12 13:15:00 -06:00
|
|
|
|
2014-02-20 16:00:32 -06:00
|
|
|
.sp-dd {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sp-preview {
|
|
|
|
position: relative;
|
|
|
|
width: 15px;
|
|
|
|
height: 15px;
|
|
|
|
border: none;
|
|
|
|
margin-right: 5px;
|
|
|
|
float: left;
|
|
|
|
z-index: 0;
|
|
|
|
}
|
2014-02-12 13:15:00 -06:00
|
|
|
|
2014-02-25 14:38:00 -06:00
|
|
|
.datapoints-warning {
|
|
|
|
pointer: none;
|
|
|
|
position: absolute;
|
|
|
|
top: 50%;
|
|
|
|
left: 50%;
|
|
|
|
z-index: 10;
|
|
|
|
margin-top: -50px;
|
|
|
|
margin-left: -100px;
|
|
|
|
width: 200px;
|
|
|
|
text-align: center;
|
|
|
|
cursor: auto;
|
|
|
|
padding: 10px;
|
2014-04-23 02:05:10 -05:00
|
|
|
}
|
|
|
|
|
2014-07-03 02:27:11 -05:00
|
|
|
.metrics-editor-help:hover {
|
|
|
|
.hide {
|
|
|
|
display: block;
|
|
|
|
}
|
2014-07-20 11:08:05 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.grafana-tooltip {
|
|
|
|
position : absolute;
|
|
|
|
top: -1000;
|
|
|
|
left: 0;
|
2015-07-31 14:51:31 -05:00
|
|
|
color: @tooltipColor;
|
2014-07-20 11:08:05 -05:00
|
|
|
padding: 10px;
|
|
|
|
font-size: 11pt;
|
|
|
|
font-weight : 200;
|
2015-07-31 14:51:31 -05:00
|
|
|
background-color: @tooltipBackground;
|
2014-07-20 11:08:05 -05:00
|
|
|
border-radius: 5px;
|
|
|
|
z-index: 9999;
|
2014-09-19 08:16:53 -05:00
|
|
|
max-width: 800px;
|
|
|
|
max-height: 600px;
|
|
|
|
overflow: hidden;
|
2014-09-29 05:48:08 -05:00
|
|
|
line-height: 14px;
|
2014-12-15 03:53:37 -06:00
|
|
|
a {
|
|
|
|
color: @tooltipLinkColor;
|
|
|
|
}
|
2014-09-29 05:48:08 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.grafana-tooltip hr {
|
|
|
|
padding: 2px;
|
|
|
|
color: #c8c8c8;
|
|
|
|
margin: 0px;
|
|
|
|
border-bottom:0px solid #c8c8c8;
|
2014-07-20 11:08:05 -05:00
|
|
|
}
|
2014-08-11 05:11:24 -05:00
|
|
|
|
|
|
|
.tooltip.in {
|
|
|
|
.opacity(100);
|
|
|
|
}
|
|
|
|
.tooltip-inner {
|
|
|
|
max-width: 400px;
|
|
|
|
}
|
|
|
|
|
2014-08-27 02:01:50 -05:00
|
|
|
.grafana-version-info {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 2px;
|
|
|
|
left: 3px;
|
|
|
|
font-size: 80%;
|
|
|
|
color: darken(@gray, 25%);
|
|
|
|
a { color: darken(@gray, 25%); }
|
|
|
|
}
|
2014-09-05 01:26:50 -05:00
|
|
|
|
|
|
|
.template-variable {
|
|
|
|
color: @variable;
|
|
|
|
}
|
|
|
|
|
2014-09-11 02:27:49 -05:00
|
|
|
.grafana-info-box:before {
|
|
|
|
content: "\f05a";
|
|
|
|
font-family:'FontAwesome';
|
|
|
|
position: absolute;
|
|
|
|
top: -8px;
|
|
|
|
left: -8px;
|
|
|
|
font-size: 20px;
|
|
|
|
color: @blue;
|
|
|
|
}
|
|
|
|
|
|
|
|
.grafana-info-box {
|
|
|
|
position: relative;
|
|
|
|
padding: 5px 15px;
|
|
|
|
background-color: @grafanaTargetBackground;
|
|
|
|
border: 1px solid @grafanaTargetBorder;
|
|
|
|
h5 {
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
|
|
|
}
|
2014-09-11 07:01:37 -05:00
|
|
|
|
|
|
|
.grafana-tip {
|
|
|
|
padding-left: 5px;
|
|
|
|
}
|
2014-10-19 11:30:41 -05:00
|
|
|
|
|
|
|
.shortcut-table {
|
|
|
|
td { padding: 3px; }
|
|
|
|
th:last-child { text-align: left; }
|
|
|
|
td:first-child { text-align: right; }
|
|
|
|
}
|
2014-11-10 08:01:30 -06:00
|
|
|
|
2015-07-16 03:44:55 -05:00
|
|
|
.modal-no-header {
|
2015-03-05 11:01:41 -06:00
|
|
|
border: 1px solid @grafanaTargetFuncBackground;
|
|
|
|
text-align: center;
|
|
|
|
|
2015-07-16 03:44:55 -05:00
|
|
|
h3 {
|
|
|
|
margin-top: 30px;
|
|
|
|
}
|
|
|
|
|
2015-03-05 11:01:41 -06:00
|
|
|
.modal-close {
|
|
|
|
float: right;
|
|
|
|
font-size: 140%;
|
|
|
|
padding: 10px;
|
|
|
|
}
|
2015-03-05 13:04:54 -06:00
|
|
|
|
2015-07-16 03:44:55 -05:00
|
|
|
.modal-tagline {
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.confirm-modal {
|
|
|
|
max-width: 500px;
|
|
|
|
|
2015-03-05 11:01:41 -06:00
|
|
|
.confirm-modal-icon {
|
|
|
|
padding-top: 41px;
|
|
|
|
font-size: 280%;
|
|
|
|
color: @green;
|
|
|
|
padding-bottom: 20px;
|
|
|
|
}
|
2015-03-05 13:04:54 -06:00
|
|
|
|
2015-03-05 11:01:41 -06:00
|
|
|
.confirm-modal-title {
|
|
|
|
font-size: 18px;
|
|
|
|
color: @linkColor;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
2015-03-05 13:04:54 -06:00
|
|
|
|
2015-03-05 11:01:41 -06:00
|
|
|
.confirm-modal-buttons {
|
2015-03-05 13:04:54 -06:00
|
|
|
margin-top: 35px;
|
2015-03-05 11:01:41 -06:00
|
|
|
margin-bottom: 35px;
|
|
|
|
button {
|
|
|
|
margin-right: 5px
|
|
|
|
}
|
|
|
|
}
|
2014-11-10 08:01:30 -06:00
|
|
|
}
|
2015-03-24 09:45:31 -05:00
|
|
|
|
2015-04-02 02:21:38 -05:00
|
|
|
.share-modal-body {
|
2015-03-24 09:45:31 -05:00
|
|
|
text-align: center;
|
2015-04-02 02:21:38 -05:00
|
|
|
padding: 10px 0;
|
2015-03-24 09:45:31 -05:00
|
|
|
|
2015-04-02 02:21:38 -05:00
|
|
|
.tight-form {
|
|
|
|
text-align: left;
|
2015-03-28 11:53:52 -05:00
|
|
|
}
|
|
|
|
|
2015-04-02 02:21:38 -05:00
|
|
|
.share-modal-options {
|
|
|
|
margin: 11px 20px 33px 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.share-modal-big-icon {
|
|
|
|
.fa, .gf-icon {
|
|
|
|
font-size: 70px;
|
|
|
|
}
|
2015-03-28 11:53:52 -05:00
|
|
|
}
|
|
|
|
|
2015-03-25 14:36:48 -05:00
|
|
|
.share-snapshot-info-text {
|
2015-03-25 14:55:41 -05:00
|
|
|
margin: 10px 105px;
|
|
|
|
strong {
|
|
|
|
color: @headingsColor;
|
2015-08-04 14:38:45 -05:00
|
|
|
font-weight: 500;
|
2015-03-25 14:36:48 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.share-snapshot-header {
|
|
|
|
margin: 20px 0 22px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tight-form {
|
|
|
|
text-align: left;
|
2015-03-24 09:45:31 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.share-snapshot-link {
|
|
|
|
max-width: 716px;
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
display: block;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
}
|
2015-05-15 04:38:22 -05:00
|
|
|
|
|
|
|
.query-keyword {
|
|
|
|
font-weight: bold;
|
|
|
|
color: @blue;
|
|
|
|
}
|
|
|
|
|
2015-05-15 12:04:49 -05:00
|
|
|
.query-segment-key {
|
|
|
|
border-right: none;
|
|
|
|
padding-right: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.query-segment-operator {
|
|
|
|
padding-right: 1px;
|
|
|
|
border-right: none;
|
|
|
|
color: @orange;
|
|
|
|
}
|
|
|
|
|
2015-07-16 03:44:55 -05:00
|
|
|
.highlight-word {
|
|
|
|
color: @orange;
|
|
|
|
}
|
2015-05-15 12:04:49 -05:00
|
|
|
|
2015-08-04 14:58:07 -05:00
|
|
|
.body-copy-emphasis {
|
2015-08-10 06:46:59 -05:00
|
|
|
color: @headingsColor;
|
2015-08-04 14:58:07 -05:00
|
|
|
}
|
2015-05-15 04:38:22 -05:00
|
|
|
|
2015-07-19 05:34:03 -05:00
|
|
|
.signup-page-container {
|
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
background-image: url(/img/background_tease.jpg);
|
|
|
|
|
|
|
|
.signup-logo-container {
|
|
|
|
width: 150px;
|
|
|
|
margin: 0 auto;
|
|
|
|
padding: 80px 0;
|
|
|
|
}
|
|
|
|
}
|
2015-08-18 03:09:02 -05:00
|
|
|
|
|
|
|
.typeahead strong {
|
|
|
|
color: @yellow;
|
|
|
|
}
|