2019-01-06 18:25:14 +01:00
|
|
|
|
|
|
|
/* dP dP dP */
|
|
|
|
/* 88 88 88 */
|
|
|
|
/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */
|
|
|
|
/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */
|
|
|
|
/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */
|
|
|
|
/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */
|
|
|
|
/* 88 */
|
2019-01-06 18:41:09 +01:00
|
|
|
/* dP */
|
2019-01-06 18:25:14 +01:00
|
|
|
|
2019-01-06 18:41:09 +01:00
|
|
|
/* Made by @gilbN */
|
|
|
|
/* https://github.com/gilbN/theme.park */
|
2019-01-06 18:25:14 +01:00
|
|
|
|
2018-08-13 22:06:14 +02:00
|
|
|
/* GRAFANA ORG THEME */
|
|
|
|
body {
|
2018-10-13 18:13:45 +02:00
|
|
|
color: #FFFFFF !important;
|
2018-12-08 01:53:52 +01:00
|
|
|
background-color: #1f1f1f !important;
|
2018-08-13 22:06:14 +02:00
|
|
|
}
|
|
|
|
.main-view {
|
2018-10-13 18:46:47 +02:00
|
|
|
background: linear-gradient(180deg,#ffffff00 10px,#ffffff00 100px) !important;
|
2018-08-13 22:06:14 +02:00
|
|
|
}
|
2018-10-13 20:50:17 +02:00
|
|
|
div.flot-text {
|
|
|
|
color: #FFF !important;
|
|
|
|
}
|
2018-10-14 12:31:29 +02:00
|
|
|
/* Loading page */
|
2018-10-14 12:33:22 +02:00
|
|
|
.theme-dark, .theme-light, .preloader {
|
2018-12-08 01:53:52 +01:00
|
|
|
background: #1f1f1f !important;
|
2018-10-14 12:31:29 +02:00
|
|
|
}
|
2018-12-21 23:46:37 +01:00
|
|
|
|
2018-12-22 18:11:02 +01:00
|
|
|
/* login page */
|
|
|
|
.login-branding {
|
|
|
|
border-right: none !important;
|
|
|
|
}
|
|
|
|
|
2018-12-21 23:46:37 +01:00
|
|
|
/* sidemenu */
|
2019-04-20 23:00:22 +02:00
|
|
|
.sidemenu-open, .sidemenu {
|
2018-12-21 23:46:37 +01:00
|
|
|
background: rgba(0, 0, 0, .25) !important;
|
|
|
|
}
|
|
|
|
.sidemenu__logo:hover {
|
|
|
|
background: rgba(0, 0, 0, .25) !important;
|
|
|
|
}
|
|
|
|
.sidemenu-item.active, .sidemenu-item:hover {
|
|
|
|
background-color: rgba(0, 0, 0, .25) !important;
|
2018-08-13 22:06:14 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Dashboard dropdown menu */
|
|
|
|
.search-dropdown__col_1 {
|
2018-10-13 18:46:47 +02:00
|
|
|
background: transparent !important;
|
2018-08-13 22:06:14 +02:00
|
|
|
}
|
|
|
|
.search-container {
|
2018-10-13 18:46:47 +02:00
|
|
|
left: 0px !important;
|
2018-08-13 22:06:14 +02:00
|
|
|
}
|
|
|
|
.navbar-page-btn {
|
2018-10-13 18:46:47 +02:00
|
|
|
color: #FFF !important;
|
2018-08-13 22:06:14 +02:00
|
|
|
}
|
|
|
|
|
2019-03-12 21:13:30 +01:00
|
|
|
/* Dashboard row */
|
|
|
|
.dashboard-row--collapsed {
|
|
|
|
background: rgba(0, 0, 0, 0.25);
|
|
|
|
}
|
|
|
|
|
2018-08-13 22:06:14 +02:00
|
|
|
/* Panel fullscreen navbar */
|
|
|
|
.panel-in-fullscreen .navbar {
|
2018-10-13 18:46:47 +02:00
|
|
|
background: linear-gradient(90deg,rgba(0, 0, 0, .15),rgba(0, 0, 0, 0.25)) !important;
|
2018-08-13 22:06:14 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Dashboard search menu */
|
|
|
|
.search-field-wrapper {
|
2018-10-13 18:46:47 +02:00
|
|
|
background-color: #1f1f1f !important;
|
|
|
|
box-shadow: none !important;
|
2018-08-13 22:06:14 +02:00
|
|
|
}
|
|
|
|
.search-field-wrapper>input {
|
2018-10-13 18:46:47 +02:00
|
|
|
height: 55px !important;
|
|
|
|
background-color: rgba(0, 0, 0, 0.25) !important;
|
2018-08-13 22:06:14 +02:00
|
|
|
}
|
|
|
|
.search-field-icon {
|
2018-10-13 18:46:47 +02:00
|
|
|
background-color: rgba(0, 0, 0, .25) !important;
|
2018-08-13 22:06:14 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Dashboard settings menu */
|
|
|
|
.dashboard-settings__aside {
|
2018-10-13 18:46:47 +02:00
|
|
|
background: rgba(0, 0, 0, .25) !important;
|
2018-08-13 22:06:14 +02:00
|
|
|
}
|
|
|
|
.dashboard-page--settings-open .navbar {
|
2018-10-13 18:46:47 +02:00
|
|
|
background: linear-gradient(90deg,rgba(0, 0, 0, .15),rgba(0, 0, 0, 0.25)) !important;
|
2018-08-13 22:06:14 +02:00
|
|
|
}
|
|
|
|
.navbar-button--primary {
|
2018-10-13 18:46:47 +02:00
|
|
|
border-color: #ffffff00 !important;
|
2018-08-13 22:06:14 +02:00
|
|
|
}
|
|
|
|
.dashboard-settings__aside-header {
|
2018-10-13 18:46:47 +02:00
|
|
|
color: #ffffff !important;
|
2018-08-13 22:06:14 +02:00
|
|
|
}
|
|
|
|
.dashboard-settings__nav-item {
|
2018-10-13 18:46:47 +02:00
|
|
|
color: #ffffff !important;
|
2018-08-13 22:06:14 +02:00
|
|
|
}
|
|
|
|
.bootstrap-tagsinput {
|
2018-10-13 18:46:47 +02:00
|
|
|
background-color: #09090b !important;
|
2018-08-13 22:06:14 +02:00
|
|
|
}
|
|
|
|
.gf-form-select-wrapper .gf-form-input {
|
2018-10-13 18:46:47 +02:00
|
|
|
background-color: #393a3b !important;
|
2018-08-13 22:06:14 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Variable label color */
|
|
|
|
.template-variable {
|
2018-12-20 19:59:28 +01:00
|
|
|
color: #f79520 !important;
|
2018-08-13 22:06:14 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Variable label box */
|
|
|
|
.gf-form-label {
|
2018-10-13 18:46:47 +02:00
|
|
|
background-color: rgba(0, 0, 0, 0.25) !important;
|
|
|
|
border: none !important;
|
2018-12-20 20:01:45 +01:00
|
|
|
color: #FFF;
|
2018-08-18 18:08:42 +02:00
|
|
|
}
|
|
|
|
.gf-form-input:focus {
|
|
|
|
color: #FFF !important;
|
|
|
|
background-color: #262626 !important;
|
|
|
|
border: none !important;
|
2018-10-14 12:24:10 +02:00
|
|
|
box-shadow: none !important;
|
2018-08-13 22:06:14 +02:00
|
|
|
}
|
2018-10-14 12:24:38 +02:00
|
|
|
.variable-option.highlighted, .variable-option:hover {
|
|
|
|
background-color: hsla(0,0%,100%,.1) !important;
|
|
|
|
}
|
2018-08-13 22:06:14 +02:00
|
|
|
|
|
|
|
/* Variable dashboard dropdown */
|
|
|
|
.variable-value-link {
|
2018-10-13 18:46:47 +02:00
|
|
|
padding: 7.4px 10px !important;
|
|
|
|
background-color: rgba(0, 0, 0, 0.25) !important;
|
|
|
|
border: none !important;
|
|
|
|
color: #FFFFFF !important;
|
2018-08-13 22:06:14 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Variable input box */
|
|
|
|
.gf-form-input {
|
|
|
|
color: #FFFFFF !important;
|
|
|
|
background-color: rgba(255, 255, 255, 0.15) !important;
|
|
|
|
border: 0px solid #262628 !important;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
/* NAVBAR BUTTONS */
|
|
|
|
.navbar-button {
|
2018-10-13 18:46:47 +02:00
|
|
|
color: #FFF !important;
|
|
|
|
background-color: rgba(0, 0, 0, 0.25) !important;
|
|
|
|
background-image: linear-gradient(180deg,rgba(0, 0, 0, 0.25),rgba(0, 0, 0, 0.25)) !important;
|
2018-10-14 12:24:10 +02:00
|
|
|
border: none !important;
|
2018-08-13 22:06:14 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Custom Range Refreshing every X Dropdown */
|
|
|
|
.gf-timepicker-absolute-section select {
|
2018-10-13 18:46:47 +02:00
|
|
|
background-color: #393a3b !important;
|
2018-08-13 22:06:14 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* PANEL BACKGROUND COLOR*/
|
|
|
|
.panel-container {
|
2018-12-07 17:19:23 +01:00
|
|
|
background-color: rgba(0, 0, 0, .25);
|
2018-12-07 18:20:10 +01:00
|
|
|
border: transparent;
|
2018-08-13 22:06:14 +02:00
|
|
|
}
|
|
|
|
.panel-container.panel-transparent {
|
2019-01-10 23:22:13 +01:00
|
|
|
background-color: transparent;
|
2018-12-07 18:20:10 +01:00
|
|
|
border: transparent;
|
2018-08-13 22:06:14 +02:00
|
|
|
}
|
|
|
|
.panel-header:hover {
|
2018-10-13 18:46:47 +02:00
|
|
|
background-color: rgba(0, 0, 0, 0.25) !important;
|
2018-08-13 22:06:14 +02:00
|
|
|
}
|
|
|
|
/* ////PANEL BACKGROUND COLOR//// */
|
|
|
|
|
|
|
|
.graph-legend-table .graph-legend-series:nth-child(odd) {
|
2018-10-13 18:46:47 +02:00
|
|
|
background: transparent !important;
|
2018-08-13 22:06:14 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Panel text color*/
|
|
|
|
div.flot-text {
|
2018-08-26 23:28:38 +02:00
|
|
|
color: #FFF !important;
|
2018-08-13 22:06:14 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* panel loading circle*/
|
|
|
|
.panel-loading {
|
2018-10-13 18:46:47 +02:00
|
|
|
color: #FFF !important;
|
2018-08-13 22:06:14 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* panel resize arrow */
|
|
|
|
.theme-dark .react-grid-item>.react-resizable-handle:after {
|
2018-10-13 18:46:47 +02:00
|
|
|
border-right: 2px solid #fff !important;
|
|
|
|
border-bottom: 2px solid #fff !important;
|
2018-08-13 22:06:14 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* table panel background color */
|
|
|
|
.table-panel-container {
|
2018-10-13 18:46:47 +02:00
|
|
|
background-color: rgba(0, 0, 0, .25) !important;
|
2018-08-13 22:06:14 +02:00
|
|
|
}
|
2018-12-22 18:41:40 +01:00
|
|
|
/* table panel border size */
|
|
|
|
.table-panel-table td {
|
|
|
|
padding: .45em 0 .45em 1.1em;
|
|
|
|
border-bottom: 1px solid #171819;
|
|
|
|
border-right: 1px solid #171819;
|
|
|
|
}
|
2018-12-23 01:43:52 +01:00
|
|
|
/* Edit panel tabs */
|
|
|
|
.tabbed-view-header {
|
|
|
|
box-shadow: none;
|
|
|
|
background: rgba(0, 0, 0, 0.25);
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
.tabbed-view-panel-title {
|
|
|
|
padding-left: 10px;
|
|
|
|
}
|
2019-01-10 23:15:03 +01:00
|
|
|
/* worldmap zoom buttons and leaflet */
|
2019-01-10 23:19:58 +01:00
|
|
|
.leaflet-bar a, .leaflet-bar a:hover {
|
2019-01-10 23:42:35 +01:00
|
|
|
background-color: #1f1f1f !important;
|
|
|
|
border-bottom: 1px solid #1f1f1f !important;
|
|
|
|
color: white !important;
|
2019-01-10 23:19:58 +01:00
|
|
|
}
|
|
|
|
.leaflet-bar a:hover {
|
2019-01-10 23:42:35 +01:00
|
|
|
background-color: #1b1b1b !important;
|
2019-01-10 23:19:58 +01:00
|
|
|
}
|
2019-01-14 19:36:55 +01:00
|
|
|
.leaflet-control-attribution {
|
2019-01-10 23:15:03 +01:00
|
|
|
display: none;
|
|
|
|
}
|
2019-01-01 14:17:01 +01:00
|
|
|
/* New Dashboard */
|
|
|
|
.add-panel__item {
|
|
|
|
background: linear-gradient(135deg,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.25));
|
|
|
|
box-shadow: -1px -1px 0 0 hsla(0,0%,100%,.1), 1px 1px 0 0 rgba(0, 0, 0, 0);
|
|
|
|
}
|
|
|
|
.add-panel__item.active, .add-panel__item:hover {
|
|
|
|
background: linear-gradient(135deg,rgba(0, 0, 0, 0.25),rgba(0, 0, 0, 0.25));
|
|
|
|
}
|
|
|
|
.add-panel__header {
|
|
|
|
background: rgba(0, 0, 0, 0.25);
|
|
|
|
box-shadow: none;
|
|
|
|
border-bottom: 0px;
|
|
|
|
}
|
2019-03-10 12:55:08 +01:00
|
|
|
/* panel query settings */
|
|
|
|
.panel-editor__right, .toolbar {
|
|
|
|
background: rgba(0, 0, 0, 0.25);
|
|
|
|
}
|
|
|
|
.query-editor-row__header {
|
|
|
|
background: rgba(0, 0, 0, 0.25);
|
|
|
|
}
|
|
|
|
.query-editor-row__body {
|
|
|
|
background: rgba(0, 0, 0, 0.15);
|
|
|
|
}
|
|
|
|
.panel-options-group {
|
|
|
|
background: rgba(0, 0, 0, 0.15);
|
|
|
|
}
|
|
|
|
.gf-form-input {
|
|
|
|
background-color: rgba(0, 0, 0, 0.25);
|
|
|
|
border: 1px solid rgba(0, 0, 0, 0.25);
|
|
|
|
}
|
|
|
|
.gf-form-switch {
|
|
|
|
background: rgba(0, 0, 0, 0.25);
|
|
|
|
border: transparent;
|
|
|
|
}
|
|
|
|
.viz-picker__item {
|
|
|
|
background: rgba(0, 0, 0, 0.25);
|
|
|
|
border: transparent;
|
|
|
|
}
|
|
|
|
.viz-picker__item--current {
|
|
|
|
box-shadow: 0 0 6px #eb7b18!important;
|
|
|
|
border: 1px solid #eb7b18!important;
|
|
|
|
background: rgba(0, 0, 0, 0.4)!important;
|
|
|
|
}
|
|
|
|
.viz-picker__item:hover {
|
|
|
|
box-shadow: 0 0 6px #eb7b18!important;
|
|
|
|
background: rgba(0, 0, 0, 0.4);
|
|
|
|
border: 1px solid #eb7b18!important;
|
|
|
|
}
|
|
|
|
.panel-options-group__header {
|
|
|
|
background: rgba(0, 0, 0, 0.25);
|
|
|
|
}
|
|
|
|
.custom-scrollbars .thumb-vertical {
|
2019-03-12 21:28:59 +01:00
|
|
|
background-color: rgba(0, 0, 0, 0.15);
|
|
|
|
background-image: none;
|
2019-03-10 12:55:08 +01:00
|
|
|
}
|
|
|
|
.toolbar__main {
|
|
|
|
color: #ffffff;
|
|
|
|
background-color: rgba(0, 0, 0, 0.15);
|
|
|
|
border: transparent;
|
|
|
|
}
|
2019-03-12 21:28:59 +01:00
|
|
|
|
|
|
|
/* Explore */
|
|
|
|
.query-transaction {
|
|
|
|
color: #fff;
|
|
|
|
}
|