]> git.donarmstrong.com Git - dactyl.git/blobdiff - common/skin/global-styles.css
Import r6923 from upstream hg supporting Firefox up to 22.0a1
[dactyl.git] / common / skin / global-styles.css
index 45fe12b972505c1025fe0f40d2af77c5bdbd37e0..b09f40228acca96324f450b3aae8cd1962124a86 100644 (file)
@@ -1,4 +1,3 @@
-
 Boolean      /* JavaScript booleans */       color: red;
 Function     /* JavaScript functions */      color: navy;
 Null         /* JavaScript null values */    color: blue;
@@ -77,6 +76,14 @@ StatusWarningMsg  /* A warning message in the status line */ \
 Disabled          /* Disabled items */ \
                   color: gray    !important;
 
+!Private;xul|window[privatebrowsingmode]  /* A private browsing window */
+
+Private StatusLine::before  /* From the default theme: */ \
+                            display: -moz-box; \
+                            content: ""; \
+                            background: url("chrome://browser/skin/privatebrowsing-mask.png") center no-repeat; \
+                            width: 30px;
+
 CmdLine;>*;;FontFixed   /* The command line */ \
                         padding: 1px !important;
 CmdPrompt;.dactyl-commandline-prompt  /* The default styling form the command prompt */