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