e44a7e37b6
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@151 b3834d28-1941-0410-a4f8-b48e95affb8f
7 lines
239 B
CSS
7 lines
239 B
CSS
.dijitRtl .dijitComboBox .dijitButtonNode,
|
|
.dijitRtl .dijitSpinner .dijitButtonNode {
|
|
/* line between the input area and the drop down button */
|
|
border-color: #8ba0bd;
|
|
border-left: 0px solid #8ba0bd;
|
|
border-right: 1px solid #8ba0bd;
|
|
}
|