Skip to content

Commit eadbb3a

Browse files
author
zhourenjian
committed
Modify border style and background color for Composite
1 parent 87357f7 commit eadbb3a

File tree

1 file changed

+2
-1
lines changed
  • sources/net.sf.j2s.java.org.eclipse.swt/src/org/eclipse/swt/widgets

1 file changed

+2
-1
lines changed

sources/net.sf.j2s.java.org.eclipse.swt/src/org/eclipse/swt/widgets/Composite.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@
99
margin:0;
1010
padding:0;
1111
overflow:hidden;
12+
background-color:buttonface;
1213
}
1314
.composite-border {
1415
white-space:nowrap;
1516
border-style:solid;
1617
border-width:2px 1px 1px 2px;
17-
border-color:black white white black;
18+
border-color:#333 #ddd #ddd #333;
1819
}
1920

2021
.image-icon, .image-n-1, .image-n-2, .image-n-3, .image-n-4, .image-n-5, .image-n-6, .image-n-7, .image-n-8, .image-n-9 {

0 commit comments

Comments
 (0)