Welcome to the { mindfrost82.com } forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Go Back   { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Software > Mozilla Software > FireFox

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-07-2008, 10:59 PM
David McRitchie
 
Posts: n/a
Menu Display on Mouse of a bookmarks folder

Trying to undo the White text on a light blue translucent background
for menus or bookmarks that have submenus or items (bookmarks)
that I am seeing in Fx3 when a menu folder is moused over or selected..

They show up fine until moused over, I need to identify such items
in their mouse over / selected state and need to make the text and
background more visible Black text (#000000) some pastel color
of my choice would be fine perhaps #DCFFDC

I think this is something similar to what I need but it doesn't work.

/* represents a directory grouping */
menupopup > menu[selected="true"] {
-moz-appearance: none !important ;
color: #000000 !important ;
background-color: #DCFFDC !important ;
background-image: none !important ;
}


--
TIA,
David McRitchie, http://www.mvps.org/dmcritchie/firefox/firefox.htm

Reply With Quote
  #2 (permalink)  
Old 07-07-2008, 11:10 PM
squaredancer
 
Posts: n/a
Re: Menu Display on Mouse of a bookmarks folder

On 07.07.2008 23:59, CET - what odd quirk of fate caused David
McRitchie to generate the following:? :
> Trying to undo the White text on a light blue translucent background
> for menus or bookmarks that have submenus or items (bookmarks)
> that I am seeing in Fx3 when a menu folder is moused over or selected..
>
> They show up fine until moused over, I need to identify such items
> in their mouse over / selected state and need to make the text and
> background more visible Black text (#000000) some pastel color
> of my choice would be fine perhaps #DCFFDC
>
> I think this is something similar to what I need but it doesn't work.
>
> /* represents a directory grouping */
> menupopup > menu[selected="true"] {
> -moz-appearance: none !important ;
> color: #000000 !important ;
> background-color: #DCFFDC !important ;
> background-image: none !important ;
> }
>
>
>


must be the theme that you are using - I see nothing that resembles
"white on translucent blue" here, with the default theme!

Did you put your command into the userchrome.css whilst FF was closed??

reg
Reply With Quote
  #3 (permalink)  
Old 07-08-2008, 03:49 AM
David McRitchie
 
Posts: n/a
Re: Menu Display on Mouse of a bookmarks folder

"squaredancer"
> Did you put your command into the userchrome.css whilst FF was closed??


That wouldn't make any difference. Right now I'm actually trying to work
with modifications of userstyles to override anything previously there.

Does anyone have an answer to my original question.
Reply With Quote
  #4 (permalink)  
Old 07-09-2008, 08:52 AM
Rom
 
Posts: n/a
Re: Menu Display on Mouse of a bookmarks folder

On Mon, 7 Jul 2008 17:59:32 -0400, David McRitchie wrote:

> Trying to undo the White text on a light blue translucent background
> for menus or bookmarks that have submenus or items (bookmarks)
> that I am seeing in Fx3 when a menu folder is moused over or selected..
>
> They show up fine until moused over, I need to identify such items
> in their mouse over / selected state and need to make the text and
> background more visible Black text (#000000) some pastel color
> of my choice would be fine perhaps #DCFFDC
>
> I think this is something similar to what I need but it doesn't work.
>
> /* represents a directory grouping */
> menupopup > menu[selected="true"] {
> -moz-appearance: none !important ;
> color: #000000 !important ;
> background-color: #DCFFDC !important ;
> background-image: none !important ;
> }


Try these for bookmarks menu items and/or submenu items:

menupopup > menu[_moz-menuactive="true"]
menupopup > menuitem[_moz-menuactive="true"]


--
Rom
Reply With Quote
  #5 (permalink)  
Old 07-09-2008, 04:14 PM
David McRitchie
 
Posts: n/a
Re: Menu Display on Mouse of a bookmarks folder

"Rom" <-@-.invalid> wrote ...
> menupopup > menu[_moz-menuactive="true"]
> menupopup > menuitem[_moz-menuactive="true"]


Thanks Rom, that is the solution, and I appear to have that in my
userChrome.css so it is nice to be able to override and test
in userstyles and will have to find an actual error in useChrome
that may be causing a problem -- somewhere it has a bad
padding setting that may be related to more problems.

I need to get the arrowtip that shows there are addition items/menus
to be also be white just like I have the text. when the line is selected.


Reply With Quote
Reply

  { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Software > Mozilla Software > FireFox


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 03:14 PM.


Powered by vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
© 1999-2008 mindfrost82.com v11.0


Sponsors:
Refinance | Credit Cards | Cell Phones | Car Finance | Cheap Magazines



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114