setup.css 378 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
table tr td{
	padding: 5px 0px 0px 5px;
	text-align: center;
}

.nooutline{
    /*font-weight:bold;*/
    outline:none;
}

.nooutline:focus{
    outline:none;
}

/* overrides */
.btn:disabled,.btn:disabled:hover{
	background:gray;
	border: 1px solid gray;
	cursor:pointer;
}

.btn{
	border-radius:3px;
}

input {
	-moz-appearance: none;
	border: 1px solid rgba(200,200,200,1);
}