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

CLEREZZA-INF.web-resources.style.button.css Maven / Gradle / Ivy

The newest version!
/*
 *
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 *   http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied.  See the License for the
 * specific language governing permissions and limitations
 * under the License.
 *
*/

/* button */

.tx-button {
	padding: 0.2em 0.8em;
	text-align: center;
	min-width: 5em;
	display: inline-block;
	line-height: 1.1em;
	height: 1.1em;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border-width: 1px;
	border-style: solid;
}

.tx-inactive {
	filter: alpha(opacity=30);
	opacity: 0.3;
}

a.tx-button:visited, a.tx-button:link  {
	color: #ffffff;
	text-decoration: none;
}

a.tx-button:active, a.tx-button:hover  {
	color: #ffffff;
	text-decoration: underline;
}

a.tx-button.tx-inactive {
	text-decoration: none;
}

.tx-button-generic {
	background: url(./images/icons/fade-generic.png) center repeat-x;
	border-color: #454545 #4e4e4e #4e4e4e #3a3a3a;
}

.tx-button-generic-on {
	background: url(./images/icons/fade-generic-on.png) center repeat-x;
	border-color: #454545 #4e4e4e #4e4e4e #3a3a3a;
}

.tx-button-remove {
	background: url(./images/icons/fade-remove.png) center repeat-x;
	border-color: #c6491d #a51507 #a51507 #ce4b21;
}

.tx-button-modify {
	background: url(./images/icons/fade-modify.png) center repeat-x;
	border-color: #2f8695 #368e9d #368e9d #487d9d;
}

.tx-button-create {
	background: url(./images/icons/fade-create.png) center repeat-x;
	border-color: #5f8d18 #68991d #68991d #68991d;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy