1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 17:02:41 +01:00
phorge-phorge/webroot/rsrc/css/application/config/config-options.css

33 lines
476 B
CSS
Raw Normal View History

/**
* @provides config-options-css
*/
.config-option-examples {
width: 100%;
border-collapse: collapse;
border: 1px solid #cccccc;
}
.config-option-examples th,
.config-option-examples td {
padding: 4px 6px;
border: 1px solid #cccccc;
}
.config-option-examples th {
background: #dfdfdf;
text-align: right;
font-weight: bold;
}
.config-option-examples th em {
font-weight: normal;
color: #666666;
}
.config-option-examples td {
color: #333333;
}