comparison .mozilla/userContent.css @ 0:f3ab51c79813

adding configuration from https://svn.openplans.org/svn/config_jhammel/
author k0s <k0scist@gmail.com>
date Thu, 15 Oct 2009 11:41:26 -0400
parents
children 41520a35c373
comparison
equal deleted inserted replaced
-1:000000000000 0:f3ab51c79813
1 /*
2 * Edit this file and copy it as userContent.css into your
3 * profile-directory/chrome/
4 */
5
6 @-moz-document url-prefix(https://mail.google.com),
7 url-prefix(http://mail.google.com)
8 {
9 #ds_spam b {
10 visibility: hidden;
11 }
12
13 #ds_spam b::before {
14 content: "Spam";
15 visibility: visible;
16 font-weight: normal;
17 }
18 }
19
20 input {
21 background: white;
22 };