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

scss.04tables.scss Maven / Gradle / Ivy

@import "01variables";

table.dmt-box {
	border: 1px solid $op-bgColor;
	padding: 5px;
	margin: auto;
}

div.dmt-form {
	border: 1px solid $op-bgColor;
	padding: 5px;
	margin: 10px;
}
//
//table.dmt-form th {
//	background-color: $op-color;
//}
//
table.dmt-simple {
	background-color: $table-bgColor;
}

table.dmt-simple > thead > tr > td {
	background-color: $table-header-bgColor;
	text-align: center;
	color: $table-header-color;
}

table.dmt-simple > tbody > tr:hover {
	background-color: $table-row-hover-color;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy