This repository has been archived by the owner on Oct 28, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 139
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Conflicts: * theme/shared/browser/aboutSessionRestore.css * theme/shared/browser/aboutTabCrashed.css * theme/shared/browser/browser.css * theme/shared/browser/downloads/downloads.css * theme/shared/browser/preferences/in-content/preferences.css * theme/shared/global/config.css * theme/shared/global/in-content/common.css
- Loading branch information
Showing
63 changed files
with
2,278 additions
and
541 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,108 +1,11 @@ | ||
body { | ||
background-color: rgb(241, 244, 248); | ||
margin-top: 2em; | ||
font: message-box; | ||
font-size: 100%; | ||
} | ||
|
||
p { | ||
font-size: .8em; | ||
} | ||
/* This Source Code Form is subject to the terms of the Mozilla Public | ||
* License, v. 2.0. If a copy of the MPL was not distributed with this | ||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */ | ||
|
||
#error-box { | ||
background: url('chrome://global/skin/icons/information-24.png') no-repeat left 4px; | ||
-moz-padding-start: 30px; | ||
.title { | ||
background-image: url("chrome://browser/skin/tab-crashed.svg"); | ||
} | ||
|
||
#error-box:-moz-locale-dir(rtl) { | ||
background-position: right 4px; | ||
} | ||
|
||
#main-error-msg { | ||
color: #4b4b4b; | ||
#reportSent { | ||
font-weight: bold; | ||
} | ||
|
||
#report-box { | ||
text-align: center; | ||
width: 75%; | ||
margin: 0 auto; | ||
display: none; | ||
} | ||
|
||
.crashDumpAvailable #report-box { | ||
display: block; | ||
} | ||
|
||
#button-box { | ||
text-align: center; | ||
width: 75%; | ||
margin: 0 auto; | ||
} | ||
|
||
@media all and (min-width: 300px) { | ||
#error-box { | ||
max-width: 50%; | ||
margin: 0 auto; | ||
background-image: url('chrome://global/skin/icons/information-32.png'); | ||
min-height: 36px; | ||
-moz-padding-start: 38px; | ||
} | ||
|
||
button { | ||
width: auto !important; | ||
min-width: 150px; | ||
} | ||
} | ||
|
||
@media all and (min-width: 780px) { | ||
#error-box { | ||
max-width: 30%; | ||
} | ||
} | ||
|
||
button { | ||
font: message-box; | ||
font-size: 0.6875em; | ||
-moz-appearance: none; | ||
-moz-user-select: none; | ||
width: 100%; | ||
margin: 2px 0; | ||
padding: 2px 6px; | ||
line-height: 1.2; | ||
background-color: hsla(210,30%,95%,.1); | ||
background-image: linear-gradient(hsla(0,0%,100%,.6), hsla(0,0%,100%,.1)); | ||
background-clip: padding-box; | ||
border: 1px solid hsla(210,15%,25%,.4); | ||
border-color: hsla(210,15%,25%,.3) hsla(210,15%,25%,.35) hsla(210,15%,25%,.4); | ||
border-radius: 3px; | ||
box-shadow: 0 1px 0 hsla(0,0%,100%,.3) inset, | ||
0 0 0 1px hsla(0,0%,100%,.3) inset, | ||
0 1px 0 hsla(0,0%,100%,.1); | ||
|
||
transition-property: background-color, border-color, box-shadow; | ||
transition-duration: 150ms; | ||
transition-timing-function: ease; | ||
|
||
} | ||
|
||
button:hover { | ||
background-color: hsla(210,30%,95%,.8); | ||
border-color: hsla(210,15%,25%,.45) hsla(210,15%,25%,.5) hsla(210,15%,25%,.55); | ||
box-shadow: 0 1px 0 hsla(0,0%,100%,.3) inset, | ||
0 0 0 1px hsla(0,0%,100%,.3) inset, | ||
0 1px 0 hsla(0,0%,100%,.1), | ||
0 0 3px hsla(210,15%,25%,.1); | ||
transition-property: background-color, border-color, box-shadow; | ||
transition-duration: 150ms; | ||
transition-timing-function: ease; | ||
} | ||
|
||
button:hover:active { | ||
background-color: hsla(210,15%,25%,.2); | ||
box-shadow: 0 1px 1px hsla(210,15%,25%,.2) inset, | ||
0 0 2px hsla(210,15%,25%,.4) inset; | ||
transition-property: background-color, border-color, box-shadow; | ||
transition-duration: 10ms; | ||
transition-timing-function: linear; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
eb7373f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just added changes between 37.0.1 and 38.0.1 with
git cherry-pick
. I didn't read code and didn't any tests.eb7373f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just compiled it and it works great, thanks.
edit: I'm using the default Arch package which is FF 38.0.1 x64. Extension and theme both works well, multiple windows etc. (also with HTitle)
eb7373f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've tested it here with preferences (works fine, but should probably be reskinned), developer tools (appears to work correctly), and general UI (everything I've tried has been fine.
Making a release now. (If there's anything that needs fixing, we can release a 38.2 later.)