Commit f38ddaa6b0e82e47a8cb0020653014a61cf2e96a
1 parent
2bdc0a3f
Exists in
master
and in
109 other branches
Improve dataset info style (again)
Showing
1 changed file
with
5 additions
and
0 deletions
Show diff stats
js/resources/css/amda.css
... | ... | @@ -242,6 +242,7 @@ background-image: url(../images/16x16/error.png) !important; |
242 | 242 | .infoWindow h1 { |
243 | 243 | font-size: large; |
244 | 244 | color: #555555; |
245 | + text-transform: capitalize; | |
245 | 246 | } |
246 | 247 | |
247 | 248 | .infoWindow h2 { |
... | ... | @@ -257,6 +258,10 @@ background-image: url(../images/16x16/error.png) !important; |
257 | 258 | margin-top: 5px; |
258 | 259 | } |
259 | 260 | |
261 | +.infoWindow b { | |
262 | + color: #555555; | |
263 | +} | |
264 | + | |
260 | 265 | .plotPanelBgColor td div { |
261 | 266 | padding: 0px!important; |
262 | 267 | /* margin: 0px!important; */ | ... | ... |