rewrite of LCARStrek for 0.9.8(+): big moving around and rewirting of things, see...
[themes.git] / LCARStrek / communicator / dialogs.css
similarity index 74%
rename from LCARStrek/navigator/personalToolbar.css
rename to LCARStrek/communicator/dialogs.css
index b452814cfe5a61fe164878cc7ee575645e7b9990..4f007be2960ea51058ac2d67b5a6bd7cb7662c97 100644 (file)
@@ -19,9 +19,8 @@
  * the Initial Developer. All Rights Reserved.
  *
  * Contributor(s):
- *   Ben Goodger <ben@netscape.com>
- *   Josh Soref  <timeless@mac.com>
- *   Robert Kaiser <KaiRo@KaiRo.at>
+ *  Joe Hewitt <hewitt@netscape.com>
+ *  Robert Kaiser <KaiRo@KaiRo.at>
  *
  * Alternatively, the contents of this file may be used under the terms of
  * either the GNU General Public License Version 2 or later (the "GPL"), or 
  *
  * ***** END LICENSE BLOCK ***** */
 
-@import url("chrome://communicator/skin/bookmarks/bookmarks.css");
+/* ==== dialogs.css ==================================================
+   == Styles used by certain dialogs in the Communicator suite.
+   ====================================================================== */
 
-/**
- * Personal toolbar items
- **/
+@import url("chrome://communicator/skin/");
 
-  #home-button
-    {
-      list-style-image    : url("chrome://communicator/skin/bookmarks/home.gif");
-    }
+@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
-/*    
-  #home-button:hover
-    {
-      list-style-image    : url("chrome://communicator/skin/bookmarks/home-hover.gif");
-    }
-    
-  #home-button:hover:active
-    {
-      list-style-image    : url("chrome://communicator/skin/bookmarks/home-active.gif");
-    }
-*/
+/* ::::: turbo confirmation dialog ::::: */
+
+#turboTrayImage {
+  list-style-image: url("chrome://communicator/skin/icons/turbo-systray.gif");
+  border: 2px inset ThreeDFace !important;
+}