From ba511724e7565c0d8a32c4c1c21ad6ecc0690107 Mon Sep 17 00:00:00 2001 From: Ilya Grigorik Date: Sat, 14 May 2016 11:45:23 -0700 Subject: [PATCH] more consistent styling --- inject.css | 10 ++++++---- inject.js | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/inject.css b/inject.css index 098f409..84a4ec8 100644 --- a/inject.css +++ b/inject.css @@ -39,14 +39,16 @@ font-weight: bold !important; margin: 0 2px !important; border-radius: 5px !important; - padding: 3px 8px !important; - font-size: 15px !important; - line-height: 15px !important; + padding: 1px 6px 3px 6px !important; + font-size: 14px !important; + line-height: 14px !important; + border: 1px solid white !important; + font-family: Verdana !important; } .tc-videoController button.tc-hideButton { margin: 0 2px 0 20px !important; - opacity: 0.8; + opacity: 0.7; } /* YouTube player */ diff --git a/inject.js b/inject.js index cb461a0..eb8c9e0 100644 --- a/inject.js +++ b/inject.js @@ -253,7 +253,7 @@ chrome.extension.sendMessage({}, function(response) { {opacity: 0.3}, {opacity: 0.0}, ], { - duration: 3000, + duration: 2000, iterations: 1, delay: 0 });