Skip to content

Commit

Permalink
updated for new-look google calendar
Browse files Browse the repository at this point in the history
  • Loading branch information
gingerbeardman committed Jul 1, 2011
1 parent 3a2ed2d commit 5bda7b7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>1.1</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<string>1.1</string>
<key>Chrome</key>
<dict>
<key>Global Page</key>
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,11 @@ Google Calendar.safariextension

Safari extension to change the background colour of Saturdays and Sundays on Google Calendar

1.1, 1st July 2011
Updated for new-look Google Calendar

1.0, 16th November 2010
Initial release

## License
This is made available under a [Creative Commons Attribution-Share Alike 3.0 Unported License](http://creativecommons.org/licenses/by-sa/3.0).
2 changes: 1 addition & 1 deletion global.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
sunday = 7;
}

return '.tg-weekend, div.month-row > table.st-bg-table tr > td:nth-child('+ saturday +'), div.month-row > table.st-bg-table tr > td:nth-child('+ sunday +') { background-color: #eeeef0; }';
return '.st-bg-table tr td:nth-child('+ saturday +'), .st-bg-table tr td:nth-child('+ sunday +') { background-color: #eeeef0 !important; }';
}

safari.application.addEventListener("message", respondToMessage, false);
Expand Down

0 comments on commit 5bda7b7

Please sign in to comment.