|
|
|
@ -86,7 +86,7 @@ export class CustomizationComponent {
|
|
|
|
|
this.customizationCss = this.customizationCss.concat(' .uk-button:not(.uk-button-text){');
|
|
|
|
|
this.customizationCss = this.customizationCss.concat(' border-radius:' + (this.layout.buttons.lightBackground.borderRadius != null ? this.layout.buttons.lightBackground.borderRadius : '4') + 'px;');
|
|
|
|
|
this.customizationCss = this.customizationCss.concat(' }');
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
|
|
|
|
|
this.customizationCss = this.customizationCss.concat(' .uk-button:not(.uk-button-text):not(.uk-button-default):not(.uk-button-primary):not(.uk-disabled), .portal-button:not(.uk-disabled) {');
|
|
|
|
|
this.customizationCss = this.customizationCss.concat(' background-color:' + (this.layout.buttons.lightBackground.backgroundColor != null ? this.layout.buttons.lightBackground.backgroundColor : `#003052`) + ';');
|
|
|
|
@ -101,7 +101,7 @@ export class CustomizationComponent {
|
|
|
|
|
this.customizationCss = this.customizationCss.concat(' background-color:' + (this.layout.buttons.lightBackground.onHover.backgroundColor != null ? this.layout.buttons.lightBackground.onHover.backgroundColor : '#154B71') + ';');
|
|
|
|
|
this.customizationCss = this.customizationCss.concat(' color: '+ (this.layout.buttons.lightBackground.onHover.color != null ? this.layout.buttons.lightBackground.onHover.color : 'white') + ';');
|
|
|
|
|
this.customizationCss = this.customizationCss.concat(' border-color: ' + (this.layout.buttons.lightBackground.onHover.borderColor != null ? this.layout.buttons.lightBackground.onHover.borderColor : 'transparent') + ';');
|
|
|
|
|
this.customizationCss = this.customizationCss.concat(' }');
|
|
|
|
|
this.customizationCss = this.customizationCss.concat(' }');*/
|
|
|
|
|
/*Buttons*/
|
|
|
|
|
this.customizationCss = this.customizationCss.concat(' .communityPanelBackground .uk-button:not(.ignoreCommunityPanelBackground) {');
|
|
|
|
|
this.customizationCss = this.customizationCss.concat( 'background-color: ' + this.layout.buttons.darkBackground.backgroundColor + ' !important;');
|
|
|
|
|