Skip to content

Commit

Permalink
updated logo and ctrler icon
Browse files Browse the repository at this point in the history
  • Loading branch information
scottcheng committed Jun 24, 2012
1 parent 91375db commit 72894c9
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion manifest.json
@@ -1,6 +1,6 @@
{
"name": "__MSG_extName__",
"version": "1.1.4",
"version": "1.1.5",
"description": "__MSG_extDesc__",
"permissions": [
"tts"
Expand Down Expand Up @@ -28,6 +28,7 @@
],
"web_accessible_resources": [
"style.css",
"ul/ctrler_icon.png",
"ui/prev.png",
"ui/prev_lt.png",
"ui/next.png",
Expand Down
5 changes: 5 additions & 0 deletions style.css
Expand Up @@ -105,5 +105,10 @@
color: #444;
background-color: #F7F7F7;
box-shadow: inset 0 4px 3px -3px rgba(0, 0, 0, .2);
opacity: .7;
/*padding-left: 16px;*/
}

#talking-gmail-controller:hover #talking-gmail-controller-logo {
opacity: 1;
}
Binary file added ui/ctrler_icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ui/logo_128.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ui/logo_16.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ui/logo_48.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 72894c9

Please sign in to comment.