blob: dcb68c15a0fb88c5b4de9c23abd45d5998e35b6f [file] [log] [blame]
@import url("MasterIssue.css");
/* Outside of the popup */
.gwt-SuggestBoxPopup {
border: 1px solid red;
}
/* The cell containing the suggestions */
.gwt-SuggestBoxPopup .suggestPopupMiddleCenter {
border: 1px solid blue;
}
/* The div containing the suggests */
.gwt-SuggestBoxPopup .suggestPopupContent {
border: 1px solid green;
}