Re: How to style MenuBar in CSS

2010-10-07 Thread dominic jansen
hey christian,
thanks for your answer!

but it looks like the MenuItemSeparator defines the style only for the
seperator in the horizontal menubar (if seperators are added) ->  e.g. the
"|" in   foo | bar

when i override the style, there are no changes. the whole vertical menubar
is surrounded with an white border :(

any suggestions?

best dom

2010/10/7 Christian Voigt 

>  Try this:
>
>
>
>
> Override style "gwt-MenuItemSeparator" e. g.
>
> .gwt-MenuItemSeparator {
> Display: none;
> }
>
>
> WEB.DE DSL Doppel-Flat ab 19,99 €/mtl.! Jetzt auch mit
> gratis Notebook-Flat! 
> *http://produkte.web.de/go/DSL_Doppel_Flatrate/2*
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To post to this group, send email to google-web-tool...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: How to style MenuBar in CSS

2010-10-07 Thread Christian Voigt
 Try this:Override style "gwt-MenuItemSeparator" e. g..gwt-MenuItemSeparator {    Display: none;}  WEB.DE DSL Doppel-Flat ab 19,99 €/mtl.! Jetzt auch mit    gratis Notebook-Flat! http://produkte.web.de/go/DSL_Doppel_Flatrate/2




-- 
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.




How to style MenuBar in CSS

2010-10-07 Thread dominic jansen
Hi,

i have some problems with styling a menubar via css.

The standard gwt css looks like this:
http://gwt.google.com/samples/Showcase/Showcase.html#!CwMenuBar

My goal is to change the background-color to red.
Manipulating the gwt css works fine. I can change the background of
the horizontal menubar to red, and the background of the vertical
menubar.
But at the vertical menu bar there remains an outer white border (1px
black line, ca. 5px white line).

Does anyone has an idea how to change the whole background of the
vertical menubar to red?

Thanks for help,
best dom

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.