Aris-t2 / CustomCSSforTb

Custom user styles for Thunderbird
GNU General Public License v3.0
70 stars 5 forks source link

Recurring event icon TB 102 #11

Closed Gendji closed 2 years ago

Gendji commented 2 years ago

Hi,

I upgraded to TB version 102 and somehow there is an icon now in the title of repeating events.

Picture of it here: https://bug1674912.bmoattachments.org/attachment.cgi?id=9264242.

Is it possible to remove that somehow with CustomCSSforTb?

Aris-t2 commented 2 years ago

If you want to remove the "repeat" icon, add this to your my_userChrome.css file or at the bottom of the userChrome.css file:

.item-recurrence-icon {
  display: none !important;
}
Gendji commented 2 years ago

That did the trick.

Thank you very much!.