more consistent styling

This commit is contained in:
Ilya Grigorik
2016-05-14 11:45:23 -07:00
parent 06caa1ebb1
commit ba511724e7
2 changed files with 7 additions and 5 deletions

View File

@@ -39,14 +39,16 @@
font-weight: bold !important; font-weight: bold !important;
margin: 0 2px !important; margin: 0 2px !important;
border-radius: 5px !important; border-radius: 5px !important;
padding: 3px 8px !important; padding: 1px 6px 3px 6px !important;
font-size: 15px !important; font-size: 14px !important;
line-height: 15px !important; line-height: 14px !important;
border: 1px solid white !important;
font-family: Verdana !important;
} }
.tc-videoController button.tc-hideButton { .tc-videoController button.tc-hideButton {
margin: 0 2px 0 20px !important; margin: 0 2px 0 20px !important;
opacity: 0.8; opacity: 0.7;
} }
/* YouTube player */ /* YouTube player */

View File

@@ -253,7 +253,7 @@ chrome.extension.sendMessage({}, function(response) {
{opacity: 0.3}, {opacity: 0.3},
{opacity: 0.0}, {opacity: 0.0},
], { ], {
duration: 3000, duration: 2000,
iterations: 1, iterations: 1,
delay: 0 delay: 0
}); });