Hi,
According to https://www.smartclient.com/smartgwt...SassSkins.html, sgwt should contain a "Cascade" theme, but I don't find anything in the lastest build 12.0p 16.05.2018. I also tried:
with Tahoe, but nothing changed.
Thanks,
Ionut
According to https://www.smartclient.com/smartgwt...SassSkins.html, sgwt should contain a "Cascade" theme, but I don't find anything in the lastest build 12.0p 16.05.2018. I also tried:
By way of example
Try adding these settings to _userSettings.scss and running 'compass compile'
$primary_hue: 120; // generally green rather than blue
$standard_widget_border_color: #006400; // darkgreen borders for widgets
$standard_button_border_radius: 5px; // give all buttons rounded corners
Try adding these settings to _userSettings.scss and running 'compass compile'
$primary_hue: 120; // generally green rather than blue
$standard_widget_border_color: #006400; // darkgreen borders for widgets
$standard_button_border_radius: 5px; // give all buttons rounded corners
Thanks,
Ionut
Comment