You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
84 lines
1.3 KiB
84 lines
1.3 KiB
.amChartsDataSetSelector
|
|
{
|
|
font-size:12px;
|
|
font-family:verdana,helvetica,arial,sans-serif;
|
|
}
|
|
|
|
.amChartsPeriodSelector
|
|
{
|
|
font-size:12px;
|
|
font-family:verdana,helvetica,arial,sans-serif;
|
|
}
|
|
|
|
.amChartsButtonSelected
|
|
{
|
|
background-color:#CC0000;
|
|
border-style:solid;
|
|
border-color:#CC0000;
|
|
border-width:1px;
|
|
color:#FFFFFF;
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
margin: 1px;
|
|
outline: none;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.amChartsButton
|
|
{
|
|
color: #000000;
|
|
background: transparent;
|
|
opacity: 0.7;
|
|
border: 1px solid rgba(0, 0, 0, .3);
|
|
-moz-border-radius: 5px;
|
|
border-radius: 5px;
|
|
margin: 1px;
|
|
outline: none;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.amChartsCompareList
|
|
{
|
|
border-style:solid;
|
|
border-color:#CCCCCC;
|
|
border-width:1px;
|
|
}
|
|
|
|
.amChartsCompareList div
|
|
{
|
|
-webkit-box-sizing: initial;
|
|
box-sizing: initial;
|
|
}
|
|
|
|
.amChartsInputField
|
|
{
|
|
|
|
}
|
|
|
|
.amChartsLegend
|
|
{
|
|
|
|
}
|
|
|
|
.amChartsPanel
|
|
{
|
|
|
|
}
|
|
|
|
#chartdiv, .chart {
|
|
width: 95%;
|
|
height: 500px;
|
|
position: relative;
|
|
}
|
|
|
|
.chart .zoom {
|
|
position: absolute;
|
|
top: 25px;
|
|
right: 25px;
|
|
border: 1px solid #ccc;
|
|
border-radius: 3px;
|
|
padding: 5px 12px;
|
|
background: rgba(255, 255, 255, 0.5);
|
|
cursor: pointer;
|
|
z-index: 20;
|
|
}
|
|
|