Guest User

Untitled

a guest
Jan 16th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. function chCol() {
  2. setInterval(changeColor, 0);
  3. }
  4. function changeColor() {
  5. $('div.ms-acal-color3[title*="Index"]').css("background-color", "rgba(0, 140, 255, 0.6)");
  6. $('div.ms-acal-color4[title*="Index"]').css("background-color", "rgba(0, 100, 255, 0.6)");
  7. $('div.ms-acal-color5[title*="Index"]').css("background-color", "rgba(0, 200, 255, 0.6)");
  8. }
  9. }
  10. }
  11. ExecuteOrDelayUntilScriptLoaded(chCol, "sp.ui.applicationpages.calendar.js");
  12.  
  13. .ms-acal-color# {
  14. BACKGROUND-COLOR: #xxxxxx
  15. }
  16. .ms-acal-selcolor# {
  17. BACKGROUND-COLOR: #xxxxxx
  18. }
  19. .ms-acal-apanel-color# {
  20. BORDER-COLOR: #xxxxxx;
  21. BACKGROUND-COLOR: #xxxxxx;
  22. }
Add Comment
Please, Sign In to add comment