Results 1 to 5 of 5

Thread: Marking today’s date in different color in Mozilla Calendar

  1. #1
    Join Date
    Feb 2012
    Posts
    91

    Marking today’s date in different color in Mozilla Calendar

    I am using the Mozilla Calendar for some days now. Whenever I want to view a date, it becomes difficult as the color of today’s date and the date which I want to view seems same. It sometimes becomes difficult if I am viewing the next day from today. Can anybody help me to change the color?

  2. #2
    Join Date
    Jul 2011
    Posts
    380

    Re: Marking today’s date in different color in Mozilla Calendar

    Changing color of the calendar needs one to edit the .css file in its system. Get in the profile folder. The file that has to be edited is hidden by default. It will be found in Windows OS at,
    C:\Documents and Settings!\YourUserName\ApplicationData\Thunderbird\Profiles\xxxx.default\chrome
    In this folder find a file by name “userChrome.css”. This is the file to be edited.

  3. #3
    Join Date
    May 2011
    Posts
    450

    Re: Marking today’s date in different color in Mozilla Calendar

    You will find a code like the one mentioned,
    multiweek-view-event-class[eventselected="true"]
    month-day-box-class[monthselected="true"],
    month-day-box-class[monthselected="true"][weekend="true"],
    month-day-box-class[multiweekselected="true"],
    month-day-box-class[multiweekselected="true"][weekend="true"]
    month-view-event-class[eventselected="true"]
    day-view-all-day-event-class[eventselected="true"]
    day-view-event-class[eventselected="true"]
    week-view-event-class[eventselected="true"]
    week-view-hour-box-class[weekselected="true"]
    Edit this code. This is just the basic syntax of the original code. Put the color you want in form of ASCII code. This will help.

  4. #4
    Join Date
    Jul 2011
    Posts
    397

    Re: Marking today’s date in different color in Mozilla Calendar

    you also need to change the code in minimonth preset. The location of this file is skin/classic/calendar/datetimepickers/minimonth.css and /modern/classic/calendar/datetimepickers/minimonth.css. In this file you will find a line minimonth-day[selected="true"], edit this to obtain desired color.

  5. #5
    Join Date
    Jul 2011
    Posts
    421

    Re: Marking today’s date in different color in Mozilla Calendar

    You need to recreate a jar file to store and apply this changes. I tried this some time back and let me warn you that it is risky for the proper working of Mozilla Calendar. Any error won’t harm other applications or system files. Any error in the code might lead to data loss in the software.

Similar Threads

  1. Outlook calendar - marking appointments as busy by default
    By Andy Robson in forum Windows Software
    Replies: 7
    Last Post: 24-02-2012, 12:06 AM
  2. Replies: 2
    Last Post: 07-02-2012, 07:50 PM
  3. Replies: 5
    Last Post: 23-04-2011, 10:19 PM
  4. Shortcut for Today's date in Excel 2007
    By stephenx in forum Windows Software
    Replies: 3
    Last Post: 24-06-2009, 06:04 PM
  5. How to Display Date 30 Days From Today
    By Gayan in forum Software Development
    Replies: 1
    Last Post: 19-12-2008, 02:52 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,904,368.11362 seconds with 17 queries