[or-cvs] r10263: [darcs-to-svn @ new icons] Original author: squires at pobox.co (torbutton/trunk/src/chrome/skin)

squires at seul.org squires at seul.org
Tue May 22 05:25:04 UTC 2007


Author: squires
Date: 2007-05-22 01:25:01 -0400 (Tue, 22 May 2007)
New Revision: 10263

Added:
   torbutton/trunk/src/chrome/skin/tor-disabled-16.png
   torbutton/trunk/src/chrome/skin/tor-disabled-24.png
   torbutton/trunk/src/chrome/skin/tor-enabled-16.png
   torbutton/trunk/src/chrome/skin/tor-enabled-24.png
Removed:
   torbutton/trunk/src/chrome/skin/bigbutton.png
   torbutton/trunk/src/chrome/skin/bigbutton_gr.png
   torbutton/trunk/src/chrome/skin/smallbutton.png
   torbutton/trunk/src/chrome/skin/smallbutton_gr.png
   torbutton/trunk/src/chrome/skin/tor-16-red.png
   torbutton/trunk/src/chrome/skin/tor-24-red.png
Modified:
   torbutton/trunk/src/chrome/skin/torbutton.css
Log:
[darcs-to-svn @ new icons]

Original author: squires at pobox.com
Date: 2006-10-21 16:38:31+00:00

Deleted: torbutton/trunk/src/chrome/skin/bigbutton.png
===================================================================
(Binary files differ)

Deleted: torbutton/trunk/src/chrome/skin/bigbutton_gr.png
===================================================================
(Binary files differ)

Deleted: torbutton/trunk/src/chrome/skin/smallbutton.png
===================================================================
(Binary files differ)

Deleted: torbutton/trunk/src/chrome/skin/smallbutton_gr.png
===================================================================
(Binary files differ)

Deleted: torbutton/trunk/src/chrome/skin/tor-16-red.png
===================================================================
(Binary files differ)

Deleted: torbutton/trunk/src/chrome/skin/tor-24-red.png
===================================================================
(Binary files differ)

Added: torbutton/trunk/src/chrome/skin/tor-disabled-16.png
===================================================================
(Binary files differ)


Property changes on: torbutton/trunk/src/chrome/skin/tor-disabled-16.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: torbutton/trunk/src/chrome/skin/tor-disabled-24.png
===================================================================
(Binary files differ)


Property changes on: torbutton/trunk/src/chrome/skin/tor-disabled-24.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: torbutton/trunk/src/chrome/skin/tor-enabled-16.png
===================================================================
(Binary files differ)


Property changes on: torbutton/trunk/src/chrome/skin/tor-enabled-16.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: torbutton/trunk/src/chrome/skin/tor-enabled-24.png
===================================================================
(Binary files differ)


Property changes on: torbutton/trunk/src/chrome/skin/tor-enabled-24.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: torbutton/trunk/src/chrome/skin/torbutton.css
===================================================================
--- torbutton/trunk/src/chrome/skin/torbutton.css	2007-05-22 05:24:19 UTC (rev 10262)
+++ torbutton/trunk/src/chrome/skin/torbutton.css	2007-05-22 05:25:01 UTC (rev 10263)
@@ -2,74 +2,74 @@
   list-style-image: url("chrome://torbutton/skin/tor-24.png");
 }
 #torbutton-button[tbstatus="on"] {
-  list-style-image: url("chrome://torbutton/skin/tor-24.png");
+  list-style-image: url("chrome://torbutton/skin/tor-enabled-24.png");
 }
 #torbutton-button[tbstatus="off"] {
-  list-style-image: url("chrome://torbutton/skin/tor-24-red.png");
+  list-style-image: url("chrome://torbutton/skin/tor-disabled-24.png");
 }
 toolbar[iconsize="small"] #torbutton-button {
   list-style-image: url("chrome://torbutton/skin/tor-16.png");
 }
 toolbar[iconsize="small"] #torbutton-button[tbstatus="on"] {
-  list-style-image: url("chrome://torbutton/skin/tor-16.png");
+  list-style-image: url("chrome://torbutton/skin/tor-enabled-16.png");
 }
 toolbar[iconsize="small"] #torbutton-button[tbstatus="off"] {
-  list-style-image: url("chrome://torbutton/skin/tor-16-red.png");
+  list-style-image: url("chrome://torbutton/skin/tor-disabled-16.png");
 }
 
 #torbutton-panel {
-  list-style-image: url("chrome://torbutton/skin/tor-24.png");
+  list-style-image: url("chrome://torbutton/skin/tor-16.png");
 }
 #torbutton-panel[tbstatus="on"] {
-  list-style-image: url("chrome://torbutton/skin/tor-24.png");
+  list-style-image: url("chrome://torbutton/skin/tor-enabled-16.png");
 }
 #torbutton-panel[tbstatus="off"] {
-  list-style-image: url("chrome://torbutton/skin/tor-24-red.png");
+  list-style-image: url("chrome://torbutton/skin/tor-disabled-16.png");
 }
 toolbar[iconsize="small"] #torbutton-panel {
   list-style-image: url("chrome://torbutton/skin/tor-16.png");
 }
 toolbar[iconsize="small"] #torbutton-panel[tbstatus="on"] {
-  list-style-image: url("chrome://torbutton/skin/tor-16.png");
+  list-style-image: url("chrome://torbutton/skin/tor-enabled-16.png");
 }
 toolbar[iconsize="small"] #torbutton-panel[tbstatus="off"] {
-  list-style-image: url("chrome://torbutton/skin/tor-16-red.png");
+  list-style-image: url("chrome://torbutton/skin/tor-disabled-16.png");
 }
 
 #torbutton-button-tb {
   list-style-image: url("chrome://torbutton/skin/tor-24.png");
 }
 #torbutton-button-tb[tbstatus="on"] {
-  list-style-image: url("chrome://torbutton/skin/tor-24.png");
+  list-style-image: url("chrome://torbutton/skin/tor-enabled-24.png");
 }
 #torbutton-button-tb[tbstatus="off"] {
-  list-style-image: url("chrome://torbutton/skin/tor-24-red.png");
+  list-style-image: url("chrome://torbutton/skin/tor-disabled-24.png");
 }
 toolbar[iconsize="small"] #torbutton-button-tb {
   list-style-image: url("chrome://torbutton/skin/tor-16.png");
 }
 toolbar[iconsize="small"] #torbutton-button-tb[tbstatus="on"] {
-  list-style-image: url("chrome://torbutton/skin/tor-16.png");
+  list-style-image: url("chrome://torbutton/skin/tor-enabled-16.png");
 }
 toolbar[iconsize="small"] #torbutton-button-tb[tbstatus="off"] {
-  list-style-image: url("chrome://torbutton/skin/tor-16-red.png");
+  list-style-image: url("chrome://torbutton/skin/tor-disabled-16.png");
 }
 
 #torbutton-button-tb-msg {
   list-style-image: url("chrome://torbutton/skin/tor-24.png");
 }
 #torbutton-button-tb-msg[tbstatus="on"] {
-  list-style-image: url("chrome://torbutton/skin/tor-24.png");
+  list-style-image: url("chrome://torbutton/skin/tor-enabled-24.png");
 }
 #torbutton-button-tb-msg[tbstatus="off"] {
-  list-style-image: url("chrome://torbutton/skin/tor-24-red.png");
+  list-style-image: url("chrome://torbutton/skin/tor-disabled-24.png");
 }
 toolbar[iconsize="small"] #torbutton-button-tb-msg {
   list-style-image: url("chrome://torbutton/skin/tor-16.png");
 }
 toolbar[iconsize="small"] #torbutton-button-tb-msg[tbstatus="on"] {
-  list-style-image: url("chrome://torbutton/skin/tor-16.png");
+  list-style-image: url("chrome://torbutton/skin/tor-enabled-16.png");
 }
 toolbar[iconsize="small"] #torbutton-button-tb-msg[tbstatus="off"] {
-  list-style-image: url("chrome://torbutton/skin/tor-16-red.png");
+  list-style-image: url("chrome://torbutton/skin/tor-disabled-16.png");
 }



More information about the tor-commits mailing list