/*
 *
 * Disabled Subject Replies. An extension for the phpBB Forum Software package.
 *
 * @copyright (c) 2017, thetopfew, https://forums.thetopfew.com
 * @license GNU General Public License, version 2 (GPL-2.0)
 *
*/

html input[disabled] {
    cursor: not-allowed;
}