Think I will need some customization.
WAB with Launchpad option is used. A coordinate widget shows off the current widgets. They are used by quite some old operators.
I want to change the background and front color of the widget so it's a bit more prominent say dark black & white. Any ideas of how it's implemented?
Solved! Go to Solution.
GisGeek,
Add this css rule to the [instal dir]server\apps\[app#]\themes\LaunchpadTheme\common.css
.jimu-widget-coordinate .coordinate-background {
background-color: rgb(0,0,0);
}
GisGeek,
Add this css rule to the [instal dir]server\apps\[app#]\themes\LaunchpadTheme\common.css
.jimu-widget-coordinate .coordinate-background {
background-color: rgb(0,0,0);
}
GisGeek,
Was that what you were after?
Correct to the point