Skip to content

Commit ff931c1

Browse files
authored
Merge pull request oskariorg#37 from ZakarFin/fix-toolbar-style
Remove toolbar colors from app with dark toolbar
2 parents 700af09 + ddea205 commit ff931c1

File tree

4 files changed

+4
-10
lines changed

4 files changed

+4
-10
lines changed

app-resources/src/main/resources/json/apps/geoportal-3067_stylized.json

+1-7
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,7 @@
8888
},
8989
{ "id" : "divmanazer" },
9090
{ "id" : "drawtools" },
91-
{ "id" : "toolbar",
92-
"config": {
93-
"colours":{
94-
"hover":"#009FE3",
95-
"background":"#ffffff"
96-
}
97-
}},
91+
{ "id" : "toolbar" },
9892
{ "id" : "infobox" },
9993
{ "id" : "statehandler" },
10094
{ "id" : "search" },

webapp-map/src/main/webapp/WEB-INF/jsp/geoportal.jsp

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
padding: 5px;
7575
}
7676
#demolink select {
77-
max-width: 90%;
77+
max-width: 85%;
7878
margin: 10px;
7979
}
8080

webapp-map/src/main/webapp/WEB-INF/jsp/geoportal_stylized.jsp

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
}
120120
121121
#demolink select {
122-
max-width: 90%;
122+
max-width: 85%;
123123
margin: 10px;
124124
}
125125
}

webapp-map/src/main/webapp/WEB-INF/jsp/geoportal_white.jsp

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
}
132132
133133
#demolink select {
134-
max-width: 90%;
134+
max-width: 85%;
135135
margin: 10px;
136136
}
137137
}

0 commit comments

Comments
 (0)