From ccc4ca6f8b0f8c46ac1707142de83bc4b76b5aef Mon Sep 17 00:00:00 2001 From: flazer99 <50317684+flazer99@users.noreply.github.com> Date: Sat, 2 May 2020 01:57:31 +0530 Subject: [PATCH] Magifying animation in view-college and view-current-cutoff tables. --- final-list | 1 + templates/view-college.html | 3 ++- templates/view-current-cutoff.html | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/final-list b/final-list index 54151a2..d8ddd9e 100644 --- a/final-list +++ b/final-list @@ -2,3 +2,4 @@ Amrita Vishwa Vidyapeetham,ECE,90,Phil Dunphy Amrita Vishwa Vidyapeetham,CSE,89,Qwerty Amrita Vishwa Vidyapeetham,CSE,234567,Kira Amrita Vishwa Vidyapeetham,CSE,1235,ramu + diff --git a/templates/view-college.html b/templates/view-college.html index 990eaff..6dc5536 100644 --- a/templates/view-college.html +++ b/templates/view-college.html @@ -113,8 +113,9 @@ height: 50px; } - .tr:hover { + tr:hover { background-color: #f5f5f5; + font-size: x-large; } diff --git a/templates/view-current-cutoff.html b/templates/view-current-cutoff.html index 467c0d9..38f24e8 100644 --- a/templates/view-current-cutoff.html +++ b/templates/view-current-cutoff.html @@ -89,6 +89,7 @@ tr:hover { background-color: #f5f5f5; + font-size: x-large; }