mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Merge pull request #253 from AndreasK79/further_legend_tweak
[Maps] Tweaked legend map some more
This commit is contained in:
@@ -199,22 +199,4 @@ path.grid-worked {
|
||||
#quicklog-form .border,
|
||||
#searchbar-form .border {
|
||||
border-color: #4d4d4d !important;
|
||||
}
|
||||
|
||||
.legend h4 {
|
||||
color: rgb(255, 255, 255) !important;
|
||||
}
|
||||
|
||||
.legend {
|
||||
background-color: rgba(22, 26, 27) !important;
|
||||
color: rgb(255, 255, 255) !important;
|
||||
}
|
||||
|
||||
.info h4 {
|
||||
color: rgb(255, 255, 255) !important;
|
||||
}
|
||||
|
||||
.info {
|
||||
background-color: rgba(22, 26, 27) !important;
|
||||
color: rgb(255, 255, 255) !important;
|
||||
}
|
||||
@@ -254,22 +254,4 @@ path.grid-worked {
|
||||
#quicklog-form .border,
|
||||
#searchbar-form .border {
|
||||
border-color: #4d4d4d !important;
|
||||
}
|
||||
|
||||
.legend h4 {
|
||||
color: rgb(255, 255, 255) !important;
|
||||
}
|
||||
|
||||
.legend {
|
||||
background-color: rgba(22, 26, 27) !important;
|
||||
color: rgb(255, 255, 255) !important;
|
||||
}
|
||||
|
||||
.info h4 {
|
||||
color: rgb(255, 255, 255) !important;
|
||||
}
|
||||
|
||||
.info {
|
||||
background-color: rgba(22, 26, 27) !important;
|
||||
color: rgb(255, 255, 255) !important;
|
||||
}
|
||||
@@ -212,22 +212,4 @@ div.alert-danger {
|
||||
#quicklog-form .border,
|
||||
#searchbar-form .border {
|
||||
border-color: #757575 !important;
|
||||
}
|
||||
|
||||
.legend h4 {
|
||||
color: rgb(255, 255, 255) !important;
|
||||
}
|
||||
|
||||
.legend {
|
||||
background-color: rgba(22, 26, 27) !important;
|
||||
color: rgb(255, 255, 255) !important;
|
||||
}
|
||||
|
||||
.info h4 {
|
||||
color: rgb(255, 255, 255) !important;
|
||||
}
|
||||
|
||||
.info {
|
||||
background-color: rgba(22, 26, 27) !important;
|
||||
color: rgb(255, 255, 255) !important;
|
||||
}
|
||||
@@ -268,22 +268,4 @@ div.alert-danger {
|
||||
#quicklog-form .border,
|
||||
#searchbar-form .border {
|
||||
border-color: #757575 !important;
|
||||
}
|
||||
|
||||
.legend h4 {
|
||||
color: rgb(255, 255, 255) !important;
|
||||
}
|
||||
|
||||
.legend {
|
||||
background-color: rgba(22, 26, 27) !important;
|
||||
color: rgb(255, 255, 255) !important;
|
||||
}
|
||||
|
||||
.info h4 {
|
||||
color: rgb(255, 255, 255) !important;
|
||||
}
|
||||
|
||||
.info {
|
||||
background-color: rgba(22, 26, 27) !important;
|
||||
color: rgb(255, 255, 255) !important;
|
||||
}
|
||||
@@ -881,16 +881,19 @@ label {
|
||||
.legend {
|
||||
padding: 6px 8px;
|
||||
font: 14px Arial, Helvetica, sans-serif;
|
||||
background: white;
|
||||
line-height: 24px;
|
||||
color: #555;
|
||||
color: rgb(255, 255, 255) !important;
|
||||
border-color: #fff;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-radius: 10px;
|
||||
background-color: rgb(52, 55, 56) !important;
|
||||
}
|
||||
.legend h4 {
|
||||
text-align: center;
|
||||
font-size: 16px;
|
||||
margin: 2px 12px 8px;
|
||||
color: #777;
|
||||
color: rgb(255, 255, 255) !important;
|
||||
}
|
||||
.legend span {
|
||||
position: relative;
|
||||
@@ -906,13 +909,34 @@ label {
|
||||
.info {
|
||||
padding: 6px 8px;
|
||||
font: 14px/16px Arial, Helvetica, sans-serif;
|
||||
background: white;
|
||||
background: rgba(255,255,255);
|
||||
box-shadow: 0 0 15px rgba(0,0,0,0.2);
|
||||
border-radius: 5px;
|
||||
color: #555;
|
||||
background-color: rgb(52, 55, 56) !important;
|
||||
color: rgb(255, 255, 255) !important;
|
||||
border-color: #fff;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
}
|
||||
.info h4 {
|
||||
margin: 0 0 5px;
|
||||
color: #555;
|
||||
color: rgb(255, 255, 255) !important;
|
||||
}
|
||||
|
||||
.leaflet-popup-content-wrapper {
|
||||
background-color: rgb(52, 55, 56) !important;
|
||||
color: rgb(255, 255, 255) !important;
|
||||
border-color: #fff;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
.leaflet-popup-close-button {
|
||||
color: rgb(255, 255, 255) !important;
|
||||
}
|
||||
|
||||
.leaflet-popup-tip {
|
||||
background-color: rgb(52, 55, 56) !important;
|
||||
border-color: #fff;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
}
|
||||
@@ -210,22 +210,4 @@ div.alert-danger {
|
||||
#quicklog-form .border,
|
||||
#searchbar-form .border {
|
||||
border-color: #959595 !important;
|
||||
}
|
||||
|
||||
.legend h4 {
|
||||
color: rgb(255, 255, 255) !important;
|
||||
}
|
||||
|
||||
.legend {
|
||||
background-color: rgba(22, 26, 27) !important;
|
||||
color: rgb(255, 255, 255) !important;
|
||||
}
|
||||
|
||||
.info h4 {
|
||||
color: rgb(255, 255, 255) !important;
|
||||
}
|
||||
|
||||
.info {
|
||||
background-color: rgba(22, 26, 27) !important;
|
||||
color: rgb(255, 255, 255) !important;
|
||||
}
|
||||
@@ -264,22 +264,4 @@ div.alert-danger {
|
||||
#quicklog-form .border,
|
||||
#searchbar-form .border {
|
||||
border-color: #959595 !important;
|
||||
}
|
||||
|
||||
.legend h4 {
|
||||
color: rgb(255, 255, 255) !important;
|
||||
}
|
||||
|
||||
.legend {
|
||||
background-color: rgba(22, 26, 27) !important;
|
||||
color: rgb(255, 255, 255) !important;
|
||||
}
|
||||
|
||||
.info h4 {
|
||||
color: rgb(255, 255, 255) !important;
|
||||
}
|
||||
|
||||
.info {
|
||||
background-color: rgba(22, 26, 27) !important;
|
||||
color: rgb(255, 255, 255) !important;
|
||||
}
|
||||
Reference in New Issue
Block a user