Alright folks,
Yet another menubar colors question. I've enabled the page controls for the
menubar, but I've noticed that the save button does not turn red when the
TW has been changed like it does in the sidebar page controls. I've managed
to permanently color it red, but not have it dependent on whether the TW
has been edited a lot. I've found the inspect feature of Chrome very handy
in all of this styling investigation, but it's not readily apparent how the
color of that button is dependent on whether the TW has been edited or not.
Can anyone point me in the right direction on this?
Thanks again,
Damon
On Friday, April 17, 2020 at 3:37:09 PM UTC-7, Damon Pritchett wrote:
>
> Thanks so much (or should I say merci)! I was trying background not
> background-color.
>
> Damon
>
> On Friday, April 17, 2020 at 3:28:28 PM UTC-7, Sylvain Naudin wrote:
>>
>>
>>
>> Le vendredi 17 avril 2020 23:28:47 UTC+2, Damon Pritchett a écrit :
>>>
>>> Well, that CSS helped a little bit, but it did nothing to help the blue
>>> background of the menu items. I've looked at the
>>> tiddler $:/plugins/tiddlywiki/menubar/styles and tried many different
>>> things, but have found nothing that changes it. The only thing that affects
>>> that color is the general primary color in the palette. This works great
>>> for link text, but not for a background.
>>>
>>> Damon
>>>
>>>
>> Yes, it use color palette in CSS stylesheet, since it apply from global
>> tc.drop.down rules.
>>
>> You can add your own style if you want, for example :
>>
>> nav.tc-menubar .tc-drop-down a:hover {
>> text-decoration: none;
>> background-color: #d8575d;
>> }
>>
>>
>>
>>
--
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/439a630e-3fc5-41db-bc4c-1e65d7fbcb2e%40googlegroups.com.