Skip to content

Commit

Permalink
added icon to ctrler title
Browse files Browse the repository at this point in the history
  • Loading branch information
scottcheng committed Jun 28, 2012
1 parent 72894c9 commit 7683d9c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions style.css
Expand Up @@ -13,7 +13,7 @@
#talking-gmail-controller-wrapper {
position: absolute;
top: 0;
right: 375px;
right: 390px;
background-color; transparent;
overflow: hidden;
width: 164px;
Expand Down Expand Up @@ -106,7 +106,11 @@
background-color: #F7F7F7;
box-shadow: inset 0 4px 3px -3px rgba(0, 0, 0, .2);
opacity: .7;
/*padding-left: 16px;*/
background-image: url(chrome-extension://__MSG_@@extension_id__/ui/ctrler_icon.png);
background-repeat: no-repeat;
background-position: 27px 3px;
padding-left: 18px;
-webkit-transition: opacity .2s ease-out;
}

#talking-gmail-controller:hover #talking-gmail-controller-logo {
Expand Down

0 comments on commit 7683d9c

Please sign in to comment.