X-Git-Url: https://git.donarmstrong.com/?p=dactyl.git;a=blobdiff_plain;f=common%2Fskin%2Fglobal-styles.css;h=b09f40228acca96324f450b3aae8cd1962124a86;hp=45fe12b972505c1025fe0f40d2af77c5bdbd37e0;hb=8b6fcae7eaa413bc62d645d2d0c99835c47265e6;hpb=5ebd29f56d17f62011cdd596b1d351947ee534ff diff --git a/common/skin/global-styles.css b/common/skin/global-styles.css index 45fe12b..b09f402 100644 --- a/common/skin/global-styles.css +++ b/common/skin/global-styles.css @@ -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 */