<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -73,14 +73,14 @@
         &lt;/columns&gt;
 
         &lt;rows id=&quot;accounts&quot;&gt;
-          &lt;row id=&quot;widget-accounts-all-accounts&quot; class=&quot;pseudo-account&quot; account=&quot;*&quot; align=&quot;center&quot;
+          &lt;row id=&quot;widget-accounts-all-accounts&quot; class=&quot;pseudo-account list-item&quot; account=&quot;*&quot; align=&quot;center&quot;
                availability=&quot;unavailable&quot;&gt;
             &lt;image class=&quot;state-indicator&quot;
                    onclick=&quot;accounts.switchState(this);&quot;
                    tooltiptext=&quot;Click to switch accounts to their previous state&quot;
                    availability=&quot;unavailable&quot;/&gt;
             &lt;label value=&quot;All&quot; crop=&quot;end&quot;/&gt;
-            &lt;button class=&quot;account-options&quot; type=&quot;menu&quot; menu=&quot;account-popup&quot;/&gt;
+            &lt;button class=&quot;options&quot; type=&quot;menu&quot; menu=&quot;account-popup&quot;/&gt;
           &lt;/row&gt;
           &lt;separator hidden=&quot;true&quot;/&gt;
         &lt;/rows&gt;
@@ -93,13 +93,13 @@
   &lt;/vbox&gt;
 
   &lt;box id=&quot;blueprints&quot;&gt;
-    &lt;row class=&quot;account&quot; align=&quot;center&quot;&gt;
+    &lt;row class=&quot;list-item  account&quot; align=&quot;center&quot;&gt;
       &lt;image class=&quot;state-indicator&quot;
              onclick=&quot;accounts.switchState(this);&quot;
              tooltiptext=&quot;Click to connect/disconnect account&quot;/&gt;
       &lt;label class=&quot;address&quot; crop=&quot;end&quot;
              onclick=&quot;accounts.switchState(this);&quot;/&gt;
-      &lt;button class=&quot;account-options&quot; type=&quot;menu&quot; menu=&quot;account-popup&quot;/&gt;
+      &lt;button class=&quot;options&quot; type=&quot;menu&quot; menu=&quot;account-popup&quot;/&gt;
     &lt;/row&gt;
   &lt;/box&gt;
 &lt;/overlay&gt;</diff>
      <filename>chrome/content/dashboard/widget_accounts.xul</filename>
    </modified>
    <modified>
      <diff>@@ -138,7 +138,7 @@
   &lt;/vbox&gt;
 
   &lt;box id=&quot;blueprints&quot;&gt;
-    &lt;richlistitem class=&quot;contact&quot;
+    &lt;richlistitem class=&quot;list-item contact&quot;
                   availability=&quot;unavailable&quot;
                   address=&quot;&quot;
                   account=&quot;&quot;</diff>
      <filename>chrome/content/dashboard/widget_contacts.xul</filename>
    </modified>
    <modified>
      <diff>@@ -105,4 +105,21 @@ widget[minimized=&quot;true&quot;] .widget-body {
     margin-top: 15px;
     margin-left: 15px;
 }
-*/
\ No newline at end of file
+*/
+
+.list-item .options {
+    margin: 0;
+    padding: 0;
+    -moz-appearance: none;
+    border: none;
+    min-width: 0;
+    max-width: 0;
+    background: transparent;
+    -moz-border-radius: 3px;
+    background: #ddeeff;
+    opacity: 0.2;
+}
+
+.list-item:hover .options {
+    opacity: 0.8;
+}</diff>
      <filename>chrome/skin/classic/dashboard/widget.css</filename>
    </modified>
    <modified>
      <diff>@@ -10,21 +10,3 @@
 .pseudo-account &gt; image.state-indicator {
     cursor: pointer;
 }
-
-.account-options {
-    margin: 0;
-    padding: 0;
-    -moz-appearance: none;
-    border: none;
-    min-width: 0;
-    max-width: 0;
-    background: transparent;
-    -moz-border-radius: 3px;
-    background: #ddeeff;
-    opacity: 0.3;
-}
-
-.pseudo-account:hover &gt; .account-options,
-.account:hover &gt; .account-options {
-    opacity: 0.8;
-}</diff>
      <filename>chrome/skin/classic/dashboard/widget_accounts.css</filename>
    </modified>
    <modified>
      <diff>@@ -86,20 +86,3 @@
     background: inherit;
     color: inherit;
 }
-
-.contact .options {
-    margin: 0;
-    padding: 0;
-    -moz-appearance: none;
-    border: none;
-    min-width: 0;
-    max-width: 0;
-    background: transparent;
-    -moz-border-radius: 3px;
-    background: #ddeeff;
-    opacity: 0.1;
-}
-
-.contact:hover .options {
-    opacity: 0.8;
-}</diff>
      <filename>chrome/skin/classic/dashboard/widget_contacts.css</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>1fe4f5ad463e7ac1eb6b94be9e546269407d647a</id>
    </parent>
  </parents>
  <author>
    <name>Massimiliano Mirra</name>
    <email>bard@hyperstruct.net</email>
  </author>
  <url>http://github.com/bard/sameplace/commit/b867789395e02c72693225fcd9395eb2140a756e</url>
  <id>b867789395e02c72693225fcd9395eb2140a756e</id>
  <committed-date>2009-04-25T23:16:48-07:00</committed-date>
  <authored-date>2009-04-25T23:16:48-07:00</authored-date>
  <message>Skin: put CSS for option button of Contact and Account widget in one place.</message>
  <tree>79e9c7cfbaecb734492dc1848bf0e33d9c13fc4e</tree>
  <committer>
    <name>Massimiliano Mirra</name>
    <email>bard@hyperstruct.net</email>
  </committer>
</commit>
