/* phpMyEditSetup.css */
/* $Platon: phpMyEdit/css/phpMyEditSetup.css,v 5.7.2 2023-12-15 12:57:07 Yves $ */
body {
font-family: "Verdana", "Arial", "Sans-Serif";
text-align: left;
background-color: white;
}
h1 {
color: #004d9c;
font-size: 13pt;
font-weight: bold;
}
h2 {
color: #004d9c;
font-size: 11pt;
font-weight: bold;
}
h3 {
color: #004d9c;
font-size: 11pt;
}
p {
color: #004d9c;
font-size: 9pt;
}
table {
border: 1px solid #004d9c;
border-collapse: collapse;
border-spacing: 0px;
padding: 1px;
}
table.options, table.selectid, table.selecttable, table.selectdb {
border-spacing: 1px;
}
td {
border: 1px solid;
padding: 3px;
color: #004d9c;
font-size: 9pt;
}
td[data-disabled], input[data-disabled] {
color: gray;
}
input[type=checkbox][data-disabled] {
accent-color: gray;
}
hr {
height: 1px;
background-color: #000000;
color: #000000;
border: solid #000000 0;
padding: 0;
margin: 0;
border-top-width: 1px;
}
/* eof */