/**
 *
 * @package phpBB Extension - Mark Read Confirm
 * @copyright (c) 2026 Fred Rimbert - https://forums.caforum.fr
 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
 *
 */

a.mark, a.mark-read.rightside { display: none }

body.active-unread a.mark, 
body.active-unread a.mark-read.rightside { 
    display: inline-block; 
}
