horizontal split panel

GWT Designer allows you to quickly create the modules, composites, panels, remote services and other elements that comprise Google Web Tookit applications.

Moderators: Konstantin.Scheglov, gnebling, Alexander.Mitin, jwren, Eric Clayberg

horizontal split panel

Postby asianCoolz » Mon Feb 02, 2009 9:01 am

I try to change the splitter in the middle ,but it still show the default blue color ; the border of the splitter can be changed, only the middle splitter cannot be changed.
my css like below

.gwt-HorizontalSplitPanel {
border: 8px solid #E3D9FF;
}

.gwt-HorizontalSplitPanel .splitter {
background-color: #E3D9FF;
cursor: move;
}

.gwt-HorizontalSplitPanel .left {
background-color: #E8EEF7;
}
asianCoolz
 
Posts: 7
Joined: Fri Jan 23, 2009 12:58 am

Re: horizontal split panel

Postby Konstantin.Scheglov » Tue Feb 03, 2009 2:21 am

Use something like this:

.gwt-HorizontalSplitPanel .hsplitter {
cursor: hand;
background: #FF0000;
}

General GWT questions should be asked in GWT group, not in this GWT Designer forum.
Konstantin.Scheglov
Moderator
 
Posts: 186
Joined: Tue Oct 18, 2005 8:11 pm
Location: Russian Federation, Lipetsk


Return to GWT Designer

Who is online

Users browsing this forum: No registered users and 2 guests