We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1c3453 commit 6ee96f3Copy full SHA for 6ee96f3
1 file changed
sources/net.sf.j2s.java.org.eclipse.swt/src/org/eclipse/swt/widgets/Button.css
@@ -44,7 +44,7 @@
44
font-size:1em;
45
}
46
47
-@media all and (min-width:0px){/* opera and safari */
+@media all and (-webkit-min-device-pixel-ratio:0){/* safari only */
48
.button-push, .button-toggle {
49
height:auto !important;
50
top:-0.9em;
@@ -57,12 +57,6 @@
57
margin-top:50%;
58
padding:0.25em 0 0.35em 0;
59
60
-html:first-child .button-push, html:first-child .button-toggle, html:first-child .button-arrow {
61
- top:auto;
62
- margin:auto;
63
- padding:auto;
64
- height:100% !important;
65
-}
66
67
68
body:nth-of-type(1) .button-push-chrome,
0 commit comments