Twisty

Discussion about official Mozilla Thunderbird builds
Post Reply
duzers
Posts: 8
Joined: February 1st, 2018, 4:21 am

Twisty

Post by duzers »

Hello,
After update to 68.0b1 my twisty is always black. Why?

My custom:

Code: Select all

#threadTree treechildren:-moz-tree-twisty {
	width: 12px !important;
	-moz-image-region: rect(0px 12px 12px 0px) !important;
	-moz-appearance: none !important;
	list-style-type: image !important;
}

#threadTree treechildren:-moz-tree-twisty 
{ 
list-style-image: url("twisty-light.svg") !important;
 padding: 0 5px !important;
}

#threadTree treechildren:-moz-tree-twisty(open)
 { 
 list-style-image: url("twisty-expanded-light.svg") 
 !important; padding: 0 5px !important;
 }
 
User avatar
tanstaafl
Moderator
Posts: 49647
Joined: July 30th, 2003, 5:06 pm

Re: Twisty

Post by tanstaafl »

Moved from Thunderbird Support to Thunderbird Builds since the post is not about a production release.
Post Reply