-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
193 additions
and
85 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
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
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 |
---|---|---|
@@ -0,0 +1,61 @@ | ||
/* 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/. */ | ||
|
||
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); | ||
|
||
/* General */ | ||
|
||
#status4evar-status-text, | ||
#status4evar-progress-bar { | ||
margin: 0px 4px; | ||
} | ||
|
||
/* Download status */ | ||
|
||
#status4evar-download-progress-bar { | ||
height: 5px; | ||
} | ||
|
||
#status-bar { | ||
padding-right: 0px; | ||
} | ||
|
||
#browser-bottombox > #addon-bar:last-child { | ||
padding-right: 16px; | ||
} | ||
|
||
toolbar[mode="icons"] #status4evar-download-button[forcelabel="true"] > label { | ||
margin: 0px 2px !important; | ||
margin-inline-start: 3px !important; | ||
} | ||
|
||
/* Splitter */ | ||
|
||
splitter.status4evar-status-splitter { | ||
width: 8px; | ||
margin: 0px -4px; | ||
} | ||
|
||
/* Location bar */ | ||
|
||
#urlbar-progress-alt { | ||
margin-right: -1px; | ||
} | ||
|
||
/* Toolbar progress */ | ||
|
||
#status4evar-progress-bar[s4estyle="true"] { | ||
-moz-appearance: none; | ||
border: 1px solid gray; | ||
} | ||
|
||
#status4evar-progress-bar[s4estyle="true"] > .progress-remainder { | ||
background-color: white; | ||
} | ||
|
||
/* Gripper */ | ||
|
||
#status4evar-window-gripper { | ||
display: none; | ||
} |
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 |
---|---|---|
@@ -0,0 +1,67 @@ | ||
/* 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/. */ | ||
|
||
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); | ||
|
||
/* General */ | ||
|
||
#status4evar-status-text, | ||
#status4evar-progress-bar { | ||
margin: 0px 4px; | ||
} | ||
|
||
/* Download status */ | ||
|
||
#status4evar-download-progress-bar { | ||
height: 6px; | ||
} | ||
|
||
toolbar[iconsize="small"] #status4evar-download-progress-bar { | ||
height: 4px; | ||
} | ||
|
||
toolbar[mode="icons"] #status4evar-download-button[forcelabel="true"] > label { | ||
margin: 0px 2px !important; | ||
margin-top: -1px !important; | ||
margin-inline-start: 4px !important; | ||
} | ||
|
||
/* Splitter */ | ||
|
||
splitter.status4evar-status-splitter { | ||
width: 8px; | ||
margin: 0px -4px; | ||
} | ||
|
||
/* Location bar */ | ||
|
||
#urlbar-progress-alt { | ||
margin: -1px; | ||
} | ||
|
||
#notification-popup-box { | ||
margin-inline-start: -1px; | ||
} | ||
|
||
#urlbar .urlbar-over-link-box { | ||
margin-top: -1px; | ||
margin-bottom: -1px; | ||
} | ||
|
||
/* Add-on bar */ | ||
|
||
#browser-bottombox[s4eboarder="true"] :-moz-any(#status4evar-status-bar, #addon-bar) { | ||
-moz-appearance: none; | ||
} | ||
|
||
#browser-bottombox[s4eboarder="true"] > *:not([hidden="true"]):not([collapsed="true"]) { | ||
box-shadow: none !important; | ||
border: none !important; | ||
border-top: 2px solid !important; | ||
-moz-border-top-colors: ThreeDShadow ThreeDHighlight !important; | ||
} | ||
|
||
#browser-bottombox[s4eboarder="true"] > *:not([hidden="true"]):not([collapsed="true"]) ~ * { | ||
border: none !important; | ||
} |
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 |
---|---|---|
@@ -0,0 +1,52 @@ | ||
/* 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/. */ | ||
|
||
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); | ||
|
||
/* General */ | ||
|
||
#status4evar-status-text, | ||
#status4evar-progress-bar { | ||
margin: 0px 3px; | ||
} | ||
|
||
/* Download status */ | ||
|
||
#status4evar-download-progress-bar { | ||
height: 4px; | ||
} | ||
|
||
toolbar[mode="icons"] #status4evar-download-button[forcelabel="true"] > label { | ||
margin-inline-start: 5px !important; | ||
} | ||
|
||
/* Splitter */ | ||
|
||
splitter.status4evar-status-splitter { | ||
width: 6px; | ||
margin: 0px -3px; | ||
} | ||
|
||
/* Location bar */ | ||
|
||
#urlbar-progress-alt { | ||
margin-inline-end: -2px; | ||
} | ||
|
||
/* Status bar */ | ||
|
||
#browser-bottombox[s4eboarder="true"] :-moz-any(#status4evar-status-bar, #addon-bar) { | ||
-moz-appearance: none; | ||
} | ||
|
||
#browser-bottombox[s4eboarder="true"] > *:not([hidden="true"]):not([collapsed="true"]) { | ||
box-shadow: none !important; | ||
border: none !important; | ||
border-top: 2px solid !important; | ||
-moz-border-top-colors: ThreeDShadow ThreeDHighlight !important; | ||
} | ||
|
||
#browser-bottombox[s4eboarder="true"] > *:not([hidden="true"]):not([collapsed="true"]) ~ * { | ||
border: none !important; | ||
} |