Skip to content

allow_eaq_text_selection by adaGrace

Details

AuthoradaGrace

LicenseCC0

Categoryelsevier.com

Created

Updated

Size423 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Allows selection of question and answer text in EAQs on elsevier.com

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           allow_eaq_text_selection
@namespace      adaGrace
@version        1.0.1
@description    Allows selection of question and answer text in EAQs on elsevier.com
==/UserStyle== */
@-moz-document domain("elsevier.com") {
    .u-eaq-user-select--none {
        -webkit-user-select: text;
        -moz-user-select: text;
        -ms-user-select: text;
        user-select: text
    }
}

Reviews

No reviews yet.