background color for coordinate widget

1198
3
Jump to solution
02-28-2017 06:59 PM
GisGKAuckland
New Contributor III

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?

1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus

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);
}

View solution in original post

3 Replies
RobertScheitlin__GISP
MVP Emeritus

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);
}
RobertScheitlin__GISP
MVP Emeritus

GisGeek,

  Was that what you were after?

0 Kudos
GisGKAuckland
New Contributor III

Correct to the point

0 Kudos