From 6f8e6cfdb1a4a160a8f7f93fa75c34fcac498dff Mon Sep 17 00:00:00 2001 From: spidervamsi Date: Mon, 19 Dec 2016 14:53:25 +0530 Subject: [PATCH] Add files via upload These 3 files have been changed for " I'm feeling lucky button in chrome extension" --- popup.css | 21 +++++++++++++++++++++ popup.html | 4 ++++ popup.js | 12 ++++++++++++ 3 files changed, 37 insertions(+) diff --git a/popup.css b/popup.css index c8df6b5..9643db1 100644 --- a/popup.css +++ b/popup.css @@ -130,3 +130,24 @@ input:focus { left: 18%; bottom: 6%; } + + + +#index, #index:hover { + text-underline: none; +} + +#index { + padding: 5px; + color: #c2c2a3; + font-weight: weight; + +} + +#index:hover { + color: #2e2e1f; + border: 1px solid #2e2e1f; + border-radius: 2px; + cursor: pointer; +} + diff --git a/popup.html b/popup.html index 9a02a09..fcc7086 100644 --- a/popup.html +++ b/popup.html @@ -57,6 +57,10 @@

Fe +
+ I'm Feeling Lucky + +