14 lines
262 B
CSS
14 lines
262 B
CSS
|
|
#field-overview tr.field-group .group-label,
|
|
#field-display-overview tr.field-group .group-label {
|
|
font-weight: bold;
|
|
}
|
|
|
|
#field-overview tr.static-region,
|
|
#field-display-overview tr.static-region {
|
|
background-color: #ddd;
|
|
}
|
|
|
|
#edit-refresh {
|
|
display:none;
|
|
} |