Skip to content

Commit b923bfb

Browse files
authored
Merge pull request #253 from AndreasK79/further_legend_tweak
[Maps] Tweaked legend map some more
2 parents 1b8ebb4 + 6272c08 commit b923bfb

File tree

7 files changed

+31
-115
lines changed

7 files changed

+31
-115
lines changed

assets/css/cyborg/overrides.css

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -199,22 +199,4 @@ path.grid-worked {
199199
#quicklog-form .border,
200200
#searchbar-form .border {
201201
border-color: #4d4d4d !important;
202-
}
203-
204-
.legend h4 {
205-
color: rgb(255, 255, 255) !important;
206-
}
207-
208-
.legend {
209-
background-color: rgba(22, 26, 27) !important;
210-
color: rgb(255, 255, 255) !important;
211-
}
212-
213-
.info h4 {
214-
color: rgb(255, 255, 255) !important;
215-
}
216-
217-
.info {
218-
background-color: rgba(22, 26, 27) !important;
219-
color: rgb(255, 255, 255) !important;
220202
}

assets/css/cyborg_wide/overrides.css

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -254,22 +254,4 @@ path.grid-worked {
254254
#quicklog-form .border,
255255
#searchbar-form .border {
256256
border-color: #4d4d4d !important;
257-
}
258-
259-
.legend h4 {
260-
color: rgb(255, 255, 255) !important;
261-
}
262-
263-
.legend {
264-
background-color: rgba(22, 26, 27) !important;
265-
color: rgb(255, 255, 255) !important;
266-
}
267-
268-
.info h4 {
269-
color: rgb(255, 255, 255) !important;
270-
}
271-
272-
.info {
273-
background-color: rgba(22, 26, 27) !important;
274-
color: rgb(255, 255, 255) !important;
275257
}

assets/css/darkly/overrides.css

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -212,22 +212,4 @@ div.alert-danger {
212212
#quicklog-form .border,
213213
#searchbar-form .border {
214214
border-color: #757575 !important;
215-
}
216-
217-
.legend h4 {
218-
color: rgb(255, 255, 255) !important;
219-
}
220-
221-
.legend {
222-
background-color: rgba(22, 26, 27) !important;
223-
color: rgb(255, 255, 255) !important;
224-
}
225-
226-
.info h4 {
227-
color: rgb(255, 255, 255) !important;
228-
}
229-
230-
.info {
231-
background-color: rgba(22, 26, 27) !important;
232-
color: rgb(255, 255, 255) !important;
233215
}

assets/css/darkly_wide/overrides.css

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -268,22 +268,4 @@ div.alert-danger {
268268
#quicklog-form .border,
269269
#searchbar-form .border {
270270
border-color: #757575 !important;
271-
}
272-
273-
.legend h4 {
274-
color: rgb(255, 255, 255) !important;
275-
}
276-
277-
.legend {
278-
background-color: rgba(22, 26, 27) !important;
279-
color: rgb(255, 255, 255) !important;
280-
}
281-
282-
.info h4 {
283-
color: rgb(255, 255, 255) !important;
284-
}
285-
286-
.info {
287-
background-color: rgba(22, 26, 27) !important;
288-
color: rgb(255, 255, 255) !important;
289271
}

assets/css/general.css

Lines changed: 31 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -881,16 +881,19 @@ label {
881881
.legend {
882882
padding: 6px 8px;
883883
font: 14px Arial, Helvetica, sans-serif;
884-
background: white;
885884
line-height: 24px;
886-
color: #555;
885+
color: rgb(255, 255, 255) !important;
886+
border-color: #fff;
887+
border-width: 1px;
888+
border-style: solid;
887889
border-radius: 10px;
890+
background-color: rgb(52, 55, 56) !important;
888891
}
889892
.legend h4 {
890893
text-align: center;
891894
font-size: 16px;
892895
margin: 2px 12px 8px;
893-
color: #777;
896+
color: rgb(255, 255, 255) !important;
894897
}
895898
.legend span {
896899
position: relative;
@@ -906,13 +909,34 @@ label {
906909
.info {
907910
padding: 6px 8px;
908911
font: 14px/16px Arial, Helvetica, sans-serif;
909-
background: white;
910-
background: rgba(255,255,255);
911912
box-shadow: 0 0 15px rgba(0,0,0,0.2);
912913
border-radius: 5px;
913-
color: #555;
914+
background-color: rgb(52, 55, 56) !important;
915+
color: rgb(255, 255, 255) !important;
916+
border-color: #fff;
917+
border-width: 1px;
918+
border-style: solid;
914919
}
915920
.info h4 {
916921
margin: 0 0 5px;
917-
color: #555;
922+
color: rgb(255, 255, 255) !important;
923+
}
924+
925+
.leaflet-popup-content-wrapper {
926+
background-color: rgb(52, 55, 56) !important;
927+
color: rgb(255, 255, 255) !important;
928+
border-color: #fff;
929+
border-width: 1px;
930+
border-style: solid;
931+
}
932+
933+
.leaflet-popup-close-button {
934+
color: rgb(255, 255, 255) !important;
935+
}
936+
937+
.leaflet-popup-tip {
938+
background-color: rgb(52, 55, 56) !important;
939+
border-color: #fff;
940+
border-width: 1px;
941+
border-style: solid;
918942
}

assets/css/superhero/overrides.css

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -210,22 +210,4 @@ div.alert-danger {
210210
#quicklog-form .border,
211211
#searchbar-form .border {
212212
border-color: #959595 !important;
213-
}
214-
215-
.legend h4 {
216-
color: rgb(255, 255, 255) !important;
217-
}
218-
219-
.legend {
220-
background-color: rgba(22, 26, 27) !important;
221-
color: rgb(255, 255, 255) !important;
222-
}
223-
224-
.info h4 {
225-
color: rgb(255, 255, 255) !important;
226-
}
227-
228-
.info {
229-
background-color: rgba(22, 26, 27) !important;
230-
color: rgb(255, 255, 255) !important;
231213
}

assets/css/superhero_wide/overrides.css

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -264,22 +264,4 @@ div.alert-danger {
264264
#quicklog-form .border,
265265
#searchbar-form .border {
266266
border-color: #959595 !important;
267-
}
268-
269-
.legend h4 {
270-
color: rgb(255, 255, 255) !important;
271-
}
272-
273-
.legend {
274-
background-color: rgba(22, 26, 27) !important;
275-
color: rgb(255, 255, 255) !important;
276-
}
277-
278-
.info h4 {
279-
color: rgb(255, 255, 255) !important;
280-
}
281-
282-
.info {
283-
background-color: rgba(22, 26, 27) !important;
284-
color: rgb(255, 255, 255) !important;
285267
}

0 commit comments

Comments
 (0)