2017-11-12 23:32:31 +01:00
|
|
|
.btn-dark {
|
|
|
|
background: #4b4b4b;
|
|
|
|
color: #f5f5f5;
|
|
|
|
border-color: #000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-dark:hover {
|
|
|
|
background: #afafaf;
|
|
|
|
color: #f5f5f5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-dark.active {
|
|
|
|
background: #222222;
|
|
|
|
}
|
|
|
|
|
|
|
|
.chart-container {
|
|
|
|
width: 95%;
|
|
|
|
margin: 2%;
|
|
|
|
min-width: 900px;
|
2017-11-19 13:20:57 +01:00
|
|
|
height: 50vh;
|
2017-11-12 23:32:31 +01:00
|
|
|
padding: 15px;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.chart-select-group {
|
2017-11-13 00:06:39 +01:00
|
|
|
width: 980px;
|
2017-11-12 23:32:31 +01:00
|
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*.dropdown-menu > li > a {*/
|
2017-11-13 00:06:39 +01:00
|
|
|
/*cursor: pointer;*/
|
2017-11-12 23:32:31 +01:00
|
|
|
/*}*/
|