Guest User

Untitled

a guest
Oct 19th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. /* Cleaner event items */
  2. .wgIOqb-XPtOyb {
  3. color: #444 !important; /* Event title color */
  4. font-weight: 500 !important; /* Event title weight */
  5. margin-left: 2%; /* Padding between grid border and calendar color indicator */
  6. padding-left: 3px !important; /* Cleaner event items */
  7. }
  8.  
  9. /* Hides border (modify if you want a global event border) */
  10. .wgIOqb-XPtOyb {
  11. border: 0px !important;
  12. border-radius: 0px !important;
  13. }
  14.  
  15. /* Event item white background mask */
  16. .c1wk3e {
  17. width:100%; /* Hides all the background */
  18. background-color: rgba(255,255,255,0.93) !important; /* Variable calendar event BG */
  19. padding-left: 3%; /* Exposes the left side slightly */
  20. }
  21.  
  22. /* Extend background mask fully to the right side of the event item */
  23. .wgIOqb-XPtOyb {
  24. padding: 0px 0px;
  25. }
  26.  
  27. /* Increases the visibility and size of the "more events" warning */
  28. .wgIOqb-XPtOyb-z5C9Gb .wgIOqb-XPtOyb {
  29. color: black !important;
  30. font-size: 0.6em;
  31. }
  32.  
  33. /* Corrects small calendar indicator for calendar invites (and makes more visible)*/
  34. .wgIOqb-XPtOyb.wgIOqb-XPtOyb-QKhXwe {
  35. background: red !important;
  36. border: 1px dashed white !important;
  37. border-left: transparent !important;
  38. }
  39.  
  40. /* Today's day title */
  41. .ecKr0 {
  42. padding-bottom: 3px;
  43. background: #fbfbfb !important;
  44. border-top: 1px solid #4285f4;
  45. border-left: 1px solid #4285f4;
  46. border-right: 1px solid #4285f4;
  47. }
  48.  
  49. /* Center today's date circle text */
  50. .yzYBvd.F262Ye {
  51. line-height: 22px;
  52. padding-right: 1px;
  53. padding-left: 0px;
  54. }
  55.  
  56. /* Month view today's date border */
  57. .ef2wWc {
  58. border-width: 1px !important;
  59. border-style: solid !important;
  60. border-color: #5d7af2 !important;
  61. }
  62.  
  63. /* Adds padding to the edit event settings page */
  64. .FYEgid {
  65. padding-left: 52px;
  66. }
  67.  
  68. /* Pads the time from the box shadow */
  69. .wgIOqb-ihIZgd {
  70. padding-right: 4px;
  71. }
  72.  
  73. /* Change notification alignment and padding */
  74. .misTTe {
  75. margin-bottom: 10px;
  76. }
  77.  
  78. /* Softens the event modal popup */
  79. .i5a7ie {
  80. border-radius: 12px 12px 4px 4px !important;
  81. }
  82. .RDlrG {
  83. border-radius: 12px 12px 4px 4px !important;
  84. }
Add Comment
Please, Sign In to add comment