Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1.  
  2. /*
  3. * Do not remove the @namespace line -- it's required for correct functioning
  4. */
  5.  
  6. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
  7.  
  8. x-current-month[relation="today"],
  9. .calendar-month-day-box-day-off[relation="today"],
  10. .calendar-month-day-box-other-month[relation="today"] {
  11. border: 2px solid red !important;
  12. }
  13. .calendar-month-day-box-date-label[relation="today"] {
  14. color: red !important;
  15. font-weight: bold !important;
  16. }
  17.  
  18. ~/.thunderbird/user/chrome/userChrome.css
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement