From 40db8d43617c8838d4533cd102c9ee597069b2af Mon Sep 17 00:00:00 2001 From: cp6 Date: Fri, 22 Jan 2021 12:21:35 +1100 Subject: [PATCH] Close modal buttons now red Made the close modal buttons red --- class.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/class.php b/class.php index 19b94f2..266e8d2 100644 --- a/class.php +++ b/class.php @@ -2132,11 +2132,11 @@ class idlers extends helperFunctions $this->outputString('View YABs'); $this->tagClose('div'); $this->colOpen('col-12 col-md-6'); - $this->outputString('Close'); + $this->outputString('Close'); $this->tagClose('div',2); } else { $this->rowColOpen('row text-center', 'col-12'); - $this->outputString('Close'); + $this->outputString('Close'); $this->tagClose('div',2); } } @@ -2732,7 +2732,7 @@ class idlers extends helperFunctions $this->tagClose('textarea'); $this->tagClose('form'); $this->rowColOpen('row text-center', 'col-12'); - $this->outputString('Close YABs'); + $this->outputString('Close YABs'); $this->tagClose('div',2); }