From c9948aff34de6cc5af6c87ae5ae07f151025f3ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cmariaeduardacunha=E2=80=9C?= Date: Tue, 5 May 2020 16:35:58 -0300 Subject: [PATCH 1/2] Increasing highlight time in 3 seconds --- app/theme/client/imports/general/base_old.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/theme/client/imports/general/base_old.css b/app/theme/client/imports/general/base_old.css index dc786964fff5..f2dd69caa752 100644 --- a/app/theme/client/imports/general/base_old.css +++ b/app/theme/client/imports/general/base_old.css @@ -2649,7 +2649,7 @@ rc-old select, } &.highlight { - animation: highlight 3s; + animation: highlight 6s; } &:nth-child(1) { From 40f84a6fd5660a89b3a6dbb1ab25ef005874d05b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cmariaeduardacunha=E2=80=9C?= Date: Tue, 5 May 2020 17:25:52 -0300 Subject: [PATCH 2/2] Increasing new-room highligh time --- app/theme/client/imports/general/base_old.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/theme/client/imports/general/base_old.css b/app/theme/client/imports/general/base_old.css index f2dd69caa752..2d66cf7c414d 100644 --- a/app/theme/client/imports/general/base_old.css +++ b/app/theme/client/imports/general/base_old.css @@ -1246,7 +1246,7 @@ rc-old select, } .rc-old .new-room-highlight a { - animation: highlight 2s infinite; + animation: highlight 6s infinite; } .rc-old .fixed-title {