Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Missing Border on AutoSuggest's Dropdown
Missing Border on AutoSuggest's Dropdown [message #1609916] Tue, 10 February 2015 12:26 Go to next message
Setya Nugdjaja is currently offline Setya NugdjajaFriend
Messages: 567
Registered: July 2009
Senior Member
Hi RAP Team,

When using AutoSuggest with business theme, it shows no border. Can I fix this through CSS ?

index.php/fa/20785/0/

Any advice would be greatly appreciated.

Thanks & Regards,
Setya
Re: Missing Border on AutoSuggest's Dropdown [message #1609950 is a reply to message #1609916] Tue, 10 February 2015 12:56 Go to previous messageGo to next message
Ivan Furnadjiev is currently offline Ivan FurnadjievFriend
Messages: 2427
Registered: July 2009
Location: Sofia, Bulgaria
Senior Member
Hi,
use DropDown CSS selector to specify the border:
DropDown {
border: 1px solid #4f7cb1;
border-radius: 0;
box-shadow: 0 0 5px #4f7cb1;
}
HTH,
Ivan

--
Ivan Furnadjiev

Twitter: @EclipseRAP
Blog: http://eclipsesource.com/blogs/

Professional services for RAP and RCP?
http://eclipsesource.com/services/rap/
Re: Missing Border on AutoSuggest's Dropdown [message #1610155 is a reply to message #1609950] Tue, 10 February 2015 15:46 Go to previous message
Setya Nugdjaja is currently offline Setya NugdjajaFriend
Messages: 567
Registered: July 2009
Senior Member
Hi Ivan,

Works like a charm.

Thanks & Regards,
Setya
Previous Topic:The Problem Of RAP3.0 M5 ClassLoader ?
Next Topic:How to show a Progress bar while waiting for the server's response?
Goto Forum:
  


Current Time: Thu Sep 19 13:33:18 GMT 2024

Powered by FUDForum. Page generated in 0.04216 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top