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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user