All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.swm.gwt.client.theme.base.css.button.css Maven / Gradle / Ivy

The newest version!
@if swmgwt.css pretty {
	@external button, hidden, disabled, imageButton;
}
.button {
	color: white;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 0.6em 0.7em 0.7em 0.7em;
	\-webkit-border-radius: 0.3em;
	background-image: literal('-webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(142,194,242)), color-stop(0.49, rgb(89,132,212)), color-stop(0.51, rgb(34,100,198)), color-stop(1, rgb(0,163,233)));');
	border: solid 1px white;
	height:1em;
	text-align: center;
	\-webkit-box-shadow: rgba(60, 160, 255, 0.5) 0.15em 0.15em 0.15em;
}

.button.hidden {
	display: none;
}

.button.disabled {
	color: black;
}

.imageButton {
	text-decoration: none;
	display: block;
	padding: 0.1em 0.3em 0.0em 0.3em;
	\-webkit-border-radius: 0.3em;
	background-image: literal('-webkit-linear-gradient(top, #909195, #717277)');
	border: solid 0px rgba(79, 79, 79, 0.75);
	\-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0.1em 0.1em 0.1em;
	\-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	display: -webkit-box;
	\-webkit-box-align: center;
	\-webkit-box-pack: center;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy