Adapt left-over own diagram styles from #56 to override theme (#111)

This commit is contained in:
Norbert Renner 2018-07-05 13:59:55 +02:00
parent 59827a524f
commit 4d4b344793

View file

@ -80,29 +80,34 @@ footer {
border-bottom: 1px dotted #818a91;
}
.form-group {
margin-bottom: 0
}
/*
* elevation diagram
*/
.steelblue-theme.leaflet-control.elevation .background {
display: block;
font-size: 80%;
border-radius: 0;
}
.form-group {
margin-bottom: 0
/* diagram colors lighter, less dominant */
.steelblue-theme.leaflet-control.elevation .background {
background-color: rgba(105, 155, 196, 0.2);
}
.axis path,
.axis line {
stroke: #818a91;
fill: none;
.steelblue-theme.leaflet-control.elevation .axis path,
.steelblue-theme.leaflet-control.elevation .axis line {
stroke: #8398aa;
shape-rendering: crispEdges;
}
.axis text {
fill: #818a91;
.steelblue-theme.leaflet-control.elevation .axis text {
fill: #8398aa;
}
.area {
fill: rgba(129, 138, 145, 0.45);
.steelblue-theme.leaflet-control.elevation .area {
fill: #699bc4;
}
#elevation-btn {
@ -110,6 +115,7 @@ footer {
margin-right: 0.5rem;
}
.routing-draw-enabled {
cursor: crosshair;
}