This is a migrated thread and some comments may be shown as answers.

separator colour/color

1 Answer 89 Views
Menu
This is a migrated thread and some comments may be shown as answers.
John Fussell
Top achievements
Rank 1
John Fussell asked on 28 Jul 2008, 11:38 AM
I have created a custom skin based on Default.

There is a black vertical separator line between the horizontal items.  How do I change this line to white?  I have tried changing all the colours specified within the css but none of them seem to apply to this entity.

Also, it only appears between items, i.e.
    item 1 | item 2 | item 3

How do I get it to appear at the beginning and end of the line, i.e.
    | item 1 | item 2 | item 3 |

Many thanks.

1 Answer, 1 is accepted

Sort by
0
John Fussell
Top achievements
Rank 1
answered on 28 Jul 2008, 12:48 PM

**SOLVED**

modified:
.RadMenu_Default .rmHorizontal .rmItem { border-right: 1px solid white; }

added:
.RadMenu_Default .rmHorizontal .rmFirst { border-left: 1px solid white; }

and removed:
.RadMenu_Default .rmHorizontal .rmLast { border-right: 0; }
Tags
Menu
Asked by
John Fussell
Top achievements
Rank 1
Answers by
John Fussell
Top achievements
Rank 1
Share this question
or