Skip to content

Commit b15ab20

Browse files
author
zhourenjian
committed
Fixed bug that Button's text is in text cursor
1 parent 5cfafd0 commit b15ab20

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
margin:0;
77
padding:0;
88
overflow:hidden;
9+
cursor:default;
910
}
1011

1112
.button-border {
@@ -35,6 +36,7 @@
3536
width:100%;
3637
height:100%;
3738
}
39+
3840
* html .button-push {
3941
font-family:Tahoma, Arial, sans-serif;
4042
font-size:1em;

0 commit comments

Comments
 (0)