diff --git a/app/contacts/contact_timer.php b/app/contacts/contact_timer.php index 9fa2606376..b22e89811d 100644 --- a/app/contacts/contact_timer.php +++ b/app/contacts/contact_timer.php @@ -162,6 +162,15 @@ if (!permission_exists('contact_time_add')) { echo "access denied"; exit; } font-family: arial; } + a { + color: #004083; + width: 100%; + } + + a:hover { + color: #5082ca; + } + form { margin: 0; } @@ -336,37 +345,37 @@ if (!permission_exists('contact_time_add')) { echo "access denied"; exit; }
-