We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33c15f6 commit a553684Copy full SHA for a553684
src/main/webapp/WEB-INF/static/styles/main.css
@@ -86,3 +86,8 @@ label {
86
.dropdown-entry-lang {
87
padding-left: 5px;
88
}
89
+
90
+/* fix unreadable tooltip on Google Charts (see #367) */
91
+.goog-tooltip {
92
+ color: white;
93
+}
src/main/webapp/WEB-INF/views/collection/info.html
@@ -229,7 +229,7 @@ <h4 class="panel-title" th:text="#{t_stamps_by_categories}">Stamps by categories
229
['USA', 2],
230
['Australia', 11],
231
['Canada', 3],
232
- ['Germany', 2],
+ ['Sahrawi Arab Democratic Republic', 2],
233
['China', 1],
234
['Congo', 20],
235
['Brazil', 4],
0 commit comments