changeset 652:1d70d702b1c4

STUB: .mozilla/userContent.css
author Jeff Hammel <k0scist@gmail.com>
date Fri, 28 Mar 2014 19:22:59 -0700
parents 66a7729aa049
children 69a76c1e65d9
files .mozilla/userContent.css
diffstat 1 files changed, 0 insertions(+), 24 deletions(-) [+]
line wrap: on
line diff
--- a/.mozilla/userContent.css	Fri Mar 28 18:55:49 2014 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-/*
- * Edit this file and copy it as userContent.css into your
- * profile-directory/chrome/
-  
- * XXX this file is deprecated and unused ATM and can probably be removed
- */
-
-@-moz-document url-prefix(https://mail.google.com),
-               url-prefix(http://mail.google.com)
-{
-  #ds_spam b {
-      visibility: hidden;
-  }
-  
-  #ds_spam b::before {
-      content: "Spam";
-      visibility: visible;
-      font-weight: normal;
-  }
-}
-
-input {
-  background: white;
-};
\ No newline at end of file