File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
webapp/WEB-INF/static/styles Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ public final class Url {
82
82
public static final String ADD_SERIES_WITH_COUNTRY_PAGE = "/series/add/country/{slug}" ;
83
83
84
84
// MUST be updated when any of our resources were modified
85
- public static final String RESOURCES_VERSION = "v0.3.2 " ;
85
+ public static final String RESOURCES_VERSION = "v0.3.3 " ;
86
86
87
87
// CheckStyle: ignore LineLength for next 4 lines
88
88
public static final String MAIN_CSS = "/static/" + RESOURCES_VERSION + "/styles/main.min.css" ;
Original file line number Diff line number Diff line change @@ -103,11 +103,6 @@ label {
103
103
padding-left : 5px ;
104
104
}
105
105
106
- /* fix unreadable tooltip on Google Charts (see #367) */
107
- .goog-tooltip {
108
- color : white;
109
- }
110
-
111
106
.link-vcenter {
112
107
line-height : 34px ;
113
108
}
You can’t perform that action at this time.
0 commit comments