[tw5] Re: sidebar background opacity

2018-04-25 Thread HC Haase
This is strange.. saved/reload It worked, but after I modify something in the wiki and save/reload the sidebar "color"* dont hide*. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from

[tw5] Re: sidebar background opacity

2018-04-25 Thread BurningTreeC
> > thank you > it worked... but > > now it also make the side panel background of the* jd mobile layout* > (which is terrific on phone screens) transparent.. and that makes it > impossible to read anything. So I did some guess work (since I don't really > write code) and added a @media to fix

[tw5] Re: sidebar background opacity

2018-04-25 Thread HC Haase
thank you it worked... but now it also make the side panel background of the* jd mobile layout* (which is terrific on phone screens) transparent.. and that makes it impossible to read anything. So I did some guess work (since I don't really write code) and added a @media to fix it. So this i

[tw5] Re: sidebar background opacity

2018-04-25 Thread BurningTreeC
below that, add this so that the background doesn't show when the sidebar's hidden <$reveal state="$:/state/sidebar" type="nomatch" text="yes"> .tc-sidebar-scrollable { display: none; } -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To u

[tw5] Re: sidebar background opacity

2018-04-25 Thread BurningTreeC
Hi @HC Haase you can just put this in a tiddler tagged $:/tags/Stylesheet : .tc-sidebar-scrollable { background-color: rgba(244, 244, 244, 0.6); } where the last value is the opacity - 1 is fully opaque, 0 fully transparent -- You received this message because you are subscribed to the G