1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 18:04:13 +01:00

More per-window private browsing fixes.

This commit is contained in:
Kris Maglione
2013-04-26 19:14:36 -07:00
parent da332e7c2c
commit f166f50780
5 changed files with 26 additions and 7 deletions

View 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 */