Plugin Directory

Changeset 3354873


Ignore:
Timestamp:
09/02/2025 05:14:00 PM (7 months ago)
Author:
dramb
Message:

Minor css corrections for the calendar category link colours

Location:
cs-integration
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • cs-integration/tags/1.0.5/public/css/cs-integration-public.css

    r3354843 r3354873  
    1616    --cs-light-grey-background-color: #f3f3f3;
    1717    --cs-today-background-color: #ffffef;
    18     --csjs-category-1-color: #3a76ca;
    19     --csjs-category-2-color: #3aca76;
     18    --cs-category-1-color: #3a76ca;
     19    --cs-category-2-color: #539127;
    2020}
    2121
    2222.cancelled {
    23     color: var(--csjs-text-lightest-color);
     23    color: var(--cs-text-lightest-color);
    2424}
    2525
     
    351351}
    352352
    353 div.cs-calendar-event.cs-calendar-category-1 {
     353div.cs-calendar-event.cs-calendar-category-1 a.cs-event-link,
     354div.cs-calendar-event.cs-public  a.cs-event-link {
    354355    color: var(--cs-category-1-color);
    355356}
    356357
    357 div.cs-calendar-event.cs-calendar-category-2 {
     358div.cs-calendar-event.cs-calendar-category-2 a.cs-event-link,
     359div.cs-calendar-event.cs-churchwide a.cs-event-link {
    358360    color: var(--cs-category-2-color);
    359361}
  • cs-integration/trunk/public/css/cs-integration-public.css

    r3354836 r3354873  
    1616    --cs-light-grey-background-color: #f3f3f3;
    1717    --cs-today-background-color: #ffffef;
    18     --csjs-category-1-color: #3a76ca;
    19     --csjs-category-2-color: #3aca76;
     18    --cs-category-1-color: #3a76ca;
     19    --cs-category-2-color: #539127;
    2020}
    2121
    2222.cancelled {
    23     color: var(--csjs-text-lightest-color);
     23    color: var(--cs-text-lightest-color);
    2424}
    2525
     
    351351}
    352352
    353 div.cs-calendar-event.cs-calendar-category-1 {
     353div.cs-calendar-event.cs-calendar-category-1 a.cs-event-link,
     354div.cs-calendar-event.cs-public  a.cs-event-link {
    354355    color: var(--cs-category-1-color);
    355356}
    356357
    357 div.cs-calendar-event.cs-calendar-category-2 {
     358div.cs-calendar-event.cs-calendar-category-2 a.cs-event-link,
     359div.cs-calendar-event.cs-churchwide a.cs-event-link {
    358360    color: var(--cs-category-2-color);
    359361}
Note: See TracChangeset for help on using the changeset viewer.