Cableguy Expert Licensed User Longtime User Feb 10, 2021 #1 Hi Gurus, I think this can be achieved either using the new Banano libs feature or using the CSS manipulation... But I'm simply at lost! What I aim to achieve is to set a vertical "separator" like the on the "BlockQuote" but instead of set to the component, set it to the container? Thanks
Hi Gurus, I think this can be achieved either using the new Banano libs feature or using the CSS manipulation... But I'm simply at lost! What I aim to achieve is to set a vertical "separator" like the on the "BlockQuote" but instead of set to the component, set it to the container? Thanks
Cableguy Expert Licensed User Longtime User Feb 10, 2021 #2 I guess I could use the "SetExtraStyle" property, but I have no Idea of what it expects as values! After some searching online I found a CSS example... menucont.SetExtraStyle($"border-width: 2px 2px 2px 0; /* top right bottom left */ border-style: solid dotted inset double; border-color: #f00 #0f0 #00f #ff0;"$) This works as expected, and as per the Thread Title, and Now I realize I miss-phrased the thread title. Last edited: Feb 10, 2021 Upvote 0
I guess I could use the "SetExtraStyle" property, but I have no Idea of what it expects as values! After some searching online I found a CSS example... menucont.SetExtraStyle($"border-width: 2px 2px 2px 0; /* top right bottom left */ border-style: solid dotted inset double; border-color: #f00 #0f0 #00f #ff0;"$) This works as expected, and as per the Thread Title, and Now I realize I miss-phrased the thread title.