
com.google.gwt.user.client.ui.NativeVerticalScrollbarTransparent.css Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gwt-mock-2.5.1 Show documentation
Show all versions of gwt-mock-2.5.1 Show documentation
A mocked implementation for GWT-2.5.1 that can run in the JVM to allow integration testing
The newest version!
@def OPACITY_DURATION 350ms;
.nativeVerticalScrollbar {
opacity: 0.7;
filter: literal("alpha(opacity = 70)");
-webkit-transition: opacity OPACITY_DURATION;
-moz-transition: opacity OPACITY_DURATION;
-o-transition: opacity OPACITY_DURATION;
transition: opacity OPACITY_DURATION;
}
.nativeVerticalScrollbar:hover {
opacity: 1.0;
filter: literal("alpha(opacity = 100)");
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy