From 19362dd6a618ae83ba5cee42990c0e52e823e552 Mon Sep 17 00:00:00 2001 From: Yaman Date: Thu, 1 Jan 2015 01:49:13 -0500 Subject: [PATCH] added edit button css --- chromebook-checkout-meteor/client/checkout.css | 6 +----- chromebook-checkout-meteor/client/chromebook.css | 9 +++++++++ 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/chromebook-checkout-meteor/client/checkout.css b/chromebook-checkout-meteor/client/checkout.css index 802d029..114847a 100644 --- a/chromebook-checkout-meteor/client/checkout.css +++ b/chromebook-checkout-meteor/client/checkout.css @@ -24,8 +24,4 @@ padding-top:0; .row { height: 10%; display: flex; -} - -.edit { - color: #F7F7FF; -} +} \ No newline at end of file diff --git a/chromebook-checkout-meteor/client/chromebook.css b/chromebook-checkout-meteor/client/chromebook.css index 9936c7a..e4922a4 100644 --- a/chromebook-checkout-meteor/client/chromebook.css +++ b/chromebook-checkout-meteor/client/chromebook.css @@ -38,6 +38,15 @@ body { transition: color 0.5s; } +.edit { + color: #C4C4C4; + transition: color 0.5s; +} + +.edit:hover { + color: #25abd9; +} + .cross:hover { color: #E14C2B; }