Thank you for that comment. It helped me in narrowing down the tiddler 
associated with the search  bar itself. However, I am not sure how to 
incorporate the properties of the class (i.e. the border settings). I 
presume this is due to my lack of understanding CSS, but this is the 
relevant code under $:/core/ui/SideBarSegments/search


<$edit-text tiddler="$:/temp/search" type="search" tag="input" 
focus={{$:/config/Search/AutoFocus}} focusPopup=<<qualify 
"$:/state/popup/search-dropdown">> class="tc-popup-handle"/>


On Wednesday, January 1, 2020 at 12:16:23 PM UTC-5, Ton Gerner wrote:
>
> Hi Matthew,
>
> On Wednesday, January 1, 2020 at 5:05:05 PM UTC+1, Matthew Phelps wrote:
>>
>> I've tried adjusting all available parameters in the Control Panel > 
>> Appearance > Pallette > my-custom-pallete but did not find a variable to 
>> adjust the color of common borders within the tiddlywiki, particularly the 
>> search border in the sidebar. I've also tried inspecting the html (both via 
>> chrome inspector and navigating through the raw html looking for keyword 
>> border), but no adjustments seem to affect the search border.
>>
>> Any ideas? Would also be nice to adjust border around the RGB color 
>> picker itself, found for example when adjusting Control Panel > Appearance 
>> > Pallette.
>>
>
> Try something like:
>
> .tc-popup-handle {
>      border: 5px blue;
>      border-style: dotted;
> }
>
> Hope that helps.
>
> Cheers,
>
> Ton
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/00c4b07b-0fcf-4f13-ab3c-e26d7b177f9c%40googlegroups.com.

Reply via email to