From d8e46a84196a3597dbd1df2302bbef4a734b81df Mon Sep 17 00:00:00 2001 From: Yaman Date: Mon, 12 Jan 2015 17:01:53 -0500 Subject: [PATCH] fix small css mistak --- chromebook-checkout-meteor/client/chromebook.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/chromebook-checkout-meteor/client/chromebook.css b/chromebook-checkout-meteor/client/chromebook.css index 9dc07d4..23b4ca7 100644 --- a/chromebook-checkout-meteor/client/chromebook.css +++ b/chromebook-checkout-meteor/client/chromebook.css @@ -38,12 +38,13 @@ body { transition: color 0.5s; } -.edit { +.edit, .teacher { color: #C4C4C4; transition: color 0.5s; } -.edit:hover { + +.edit:hover, .teacher:hover { color: #25abd9; }