Provides a ROR (Research Organization Registry) field type and widgets
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

13 lines
273 B

/* Grey-out read-only ROR fields */
input.ror-readonly[readonly] {
background-color: #f3f3f3;
color: #666;
border-color: #ccc;
cursor: not-allowed;
}
/* dim labels*/
input.ror-readonly[readonly] + label,
.form-item input.ror-readonly[readonly] {
opacity: 0.8;
}