Project

General

Profile

« Previous | Next » 

Revision 60916

[Library|Trunk]

- display claims:
rename property title to pageTitle > avoid confusion with HTML tooltip
add tooltip for claim status
Search research results service - add check for year in most recent results
- Bottom component: update newsletter url
- Customization: initialize the colors with ligher versions for light background and form

View differences:

CustomizationOptions.ts
42 42
        color: this.identity.mainColor,
43 43
      },
44 44
      light : {
45
        color: CustomizationOptions.getRGBA(this.identity.mainColor,0.1),
45
        color: CustomizationOptions.getRGBA(this.identity.mainColor,0.05),
46 46
      },
47 47
      form : {
48
        color: CustomizationOptions.getRGBA(this.identity.mainColor,0.2),
48
        color: CustomizationOptions.getRGBA(this.identity.mainColor,0.15),
49 49
      }
50 50
    };
51 51

  

Also available in: Unified diff