ONTRA-10423

Added cursor pointer to the opf triggers on <a>
This commit is contained in:
lorenzo 2016-02-24 12:06:16 -08:00
parent 91d03f4cec
commit ec48bf2460

View File

@ -194,6 +194,10 @@ Container
Forms
===================================================================================================================== */
a[data-opf-trigger] {
cursor: pointer;
}
textarea {
max-width: 100%;
}