Skip to content

Commit a553684

Browse files
committed
/collection/{id}: fix unreadable text on tooltip.
Also added country with long name to the prototype to easy reproduce this issue. Fix #367
1 parent 33c15f6 commit a553684

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

src/main/webapp/WEB-INF/static/styles/main.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,8 @@ label {
8686
.dropdown-entry-lang {
8787
padding-left: 5px;
8888
}
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ <h4 class="panel-title" th:text="#{t_stamps_by_categories}">Stamps by categories
229229
['USA', 2],
230230
['Australia', 11],
231231
['Canada', 3],
232-
['Germany', 2],
232+
['Sahrawi Arab Democratic Republic', 2],
233233
['China', 1],
234234
['Congo', 20],
235235
['Brazil', 4],

0 commit comments

Comments
 (0)