On 5/15/11 11:18 AM, Stanimir Stamenkov wrote:
> Sun, 15 May 2011 21:14:39 +0300, /Stanimir Stamenkov/:
>
>> The background color of the URL field is
>> not exactly pale yellow by default, but uses the system color for
>> tool tips. You could either change that, or if you really want a
>> custom color, try adding the following to your "userChrome.css":
>>
>> @-moz-document url("chrome://navigator/content/navigator.xul") {
>> .urlbar-security-level[level="high"],
>> .urlbar-security-level[level="low"] {
>> background-color: pink;
>> color: black;
>> }
>> }
>
> Ah, you'll need to mark the style declarations as !important to
> override the existing ones (I always forget):
>
> .urlbar-security-level[level="high"],
> .urlbar-security-level[level="low"] {
> background-color: pink !important;
> color: black !important;
> }
>
Aha. The syntax changed. With your help, the color pink for secure Web
pages now works.
But that was a different newsgroup thread. I still cannot get
indentations to work for folders and sub-folders when displaying
bookmarks.html as exported from places.sqlite.
I suspect the problem is in my file specification (all one line unwrapped):
url("file:///C:/WINDOWS/Application Data/SeaMonkey
/David/bookmarks.html")
In Windows syntax, the file is at
C:\WINDOWS\Application Data\SeaMonkey\David\bookmarks.html
Yes, my profile -- named David -- is in a non-standard location.
Rather than fiddling with indentation and h3 + dl, I tried to set the
font color for that page to red (#FF0000):
@-moz-document
url("file:///C:/WINDOWS/Application Data/SeaMonkey
/David/bookmarks.html")
{ body { color: #FF0000 !important } }
(again with the url declaration all on one, unwrapped line). That also
did not work.
Note that, unlike the address area color for secure Web pages, I've been
trying this in userContent.css.
--
David E. Ross
<http://www.rossde.com/>
On occasion, I might filter and ignore all newsgroup messages
posted through GoogleGroups via Google's G2/1.0 user agent
because of spam from that source.
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey