Skip to content

Commit

Permalink
Merge pull request #1293 from laniakea64/1213
Browse files Browse the repository at this point in the history
[current] Fixes to commits related to PR #1213
  • Loading branch information
MrAlex94 authored Dec 10, 2019
2 parents 6ffbcbe + d6f8410 commit 5a6139f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion browser/app/profile/firefox.js
Original file line number Diff line number Diff line change
Expand Up @@ -1920,7 +1920,7 @@ pref("browser.pagethumbnails.capturing_disabled", false);
// 0 - hide Status Bar
// 1 - show Status Info Overlay
// 2 - show Status Bar
pref("browser.statusbar.mode", 0);
pref("browser.statusbar.mode", 1);

// Don't use buttons in zoom range control in Status Bar
pref("browser.statusbar.showbtn", false);
Expand Down
13 changes: 13 additions & 0 deletions toolkit/themes/shared/extensions/extensions.inc.css
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,19 @@ button.warning {
-moz-box-flex: 1;
}

.privateBrowsing-notice {
background-color: var(--purple-70);
color: #fff;
margin: 4px 0 0;
padding: 4px 5px 3px;
font-size: 0.9rem;
font-weight: 600;
-moz-user-focus: ignore;
transition-property: color, background-color;
transition-timing-function: var(--animation-curve);
transition-duration: 150ms;
}

.message-container {
max-width: 628px;
min-width: 628px;
Expand Down

0 comments on commit 5a6139f

Please sign in to comment.