diff options
| author | Lootyhoof <lootyhoofer@gmail.com> | 2017-04-12 00:23:39 +0100 |
|---|---|---|
| committer | Lootyhoof <lootyhoofer@gmail.com> | 2017-04-12 00:24:52 +0100 |
| commit | 1a39797079650565ff77dc03f223ec05f787bec9 (patch) | |
| tree | e414490479bc37c476184b46070b1193cd4c6246 /src | |
| parent | 3e78f3b8e81382d802f323e20178bb2d4b1f3388 (diff) | |
Improve statusbar options window
Diffstat (limited to 'src')
| -rw-r--r-- | src/chrome/browser/statusbar/prefs.css | 32 | ||||
| -rw-r--r-- | src/chrome/browser/statusbar/progress.png | bin | 0 -> 763 bytes | |||
| -rw-r--r-- | src/chrome/browser/statusbar/status.png | bin | 0 -> 717 bytes | |||
| -rw-r--r-- | src/chrome/browser/statusbar/statusbar.png | bin | 0 -> 314 bytes | |||
| -rw-r--r-- | src/chrome/browser/statusbar/throbberStatic.png | bin | 1736 -> 0 bytes |
5 files changed, 12 insertions, 20 deletions
diff --git a/src/chrome/browser/statusbar/prefs.css b/src/chrome/browser/statusbar/prefs.css index cfd8835..78382d7 100644 --- a/src/chrome/browser/statusbar/prefs.css +++ b/src/chrome/browser/statusbar/prefs.css | |||
| @@ -4,39 +4,32 @@ | |||
| 4 | 4 | ||
| 5 | @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); | 5 | @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); |
| 6 | 6 | ||
| 7 | #status4evar-prefs > prefpane > vbox.content-box | 7 | #status4evar-prefs > prefpane > vbox.content-box { |
| 8 | { | ||
| 9 | min-height: 18em !important; | 8 | min-height: 18em !important; |
| 10 | } | 9 | } |
| 11 | 10 | ||
| 12 | radio[pane="status4evar-pane-status"] | 11 | radio[pane="status4evar-pane-status"] { |
| 13 | { | 12 | list-style-image: url("chrome://browser/skin/statusbar/status.png"); |
| 14 | list-style-image: url("chrome://global/skin/icons/information-16.svg"); | ||
| 15 | } | 13 | } |
| 16 | 14 | ||
| 17 | radio[pane="status4evar-pane-progress"] | 15 | radio[pane="status4evar-pane-progress"] { |
| 18 | { | 16 | list-style-image: url("chrome://browser/skin/statusbar/progress.png"); |
| 19 | list-style-image: url("chrome://browser/skin/statusbar/throbberStatic.png"); | ||
| 20 | } | 17 | } |
| 21 | 18 | ||
| 22 | radio[pane="status4evar-pane-download"] | 19 | radio[pane="status4evar-pane-download"] { |
| 23 | { | 20 | list-style-image: url("chrome://abouthome/skin/downloads.png"); |
| 24 | list-style-image: url("chrome://mozapps/skin/downloads/downloadIcon.png"); | ||
| 25 | } | 21 | } |
| 26 | 22 | ||
| 27 | radio[pane="status4evar-pane-addonbar"] | 23 | radio[pane="status4evar-pane-addonbar"] { |
| 28 | { | 24 | list-style-image: url("chrome://browser/skin/statusbar/statusbar.png"); |
| 29 | list-style-image: url("chrome://mozapps/skin/extensions/addons.svg#extensions"); | ||
| 30 | } | 25 | } |
| 31 | 26 | ||
| 32 | radio[pane="status4evar-pane-advanced"] | 27 | radio[pane="status4evar-pane-advanced"] { |
| 33 | { | ||
| 34 | list-style-image: url("chrome://browser/skin/preferences/Options.png"); | 28 | list-style-image: url("chrome://browser/skin/preferences/Options.png"); |
| 35 | -moz-image-region: rect(0px, 224px, 32px, 192px); | 29 | -moz-image-region: rect(0px, 224px, 32px, 192px); |
| 36 | } | 30 | } |
| 37 | 31 | ||
| 38 | #status4evar-advanced-urlbar-forceBinding-desc | 32 | #status4evar-advanced-urlbar-forceBinding-desc { |
| 39 | { | ||
| 40 | -moz-appearance: none; | 33 | -moz-appearance: none; |
| 41 | pointer-events: none; | 34 | pointer-events: none; |
| 42 | background-color: transparent; | 35 | background-color: transparent; |
| @@ -44,8 +37,7 @@ radio[pane="status4evar-pane-advanced"] | |||
| 44 | padding: 0px; | 37 | padding: 0px; |
| 45 | } | 38 | } |
| 46 | 39 | ||
| 47 | #warningInnerBox | 40 | #warningInnerBox { |
| 48 | { | ||
| 49 | max-width: 25em; | 41 | max-width: 25em; |
| 50 | } | 42 | } |
| 51 | 43 | ||
diff --git a/src/chrome/browser/statusbar/progress.png b/src/chrome/browser/statusbar/progress.png new file mode 100644 index 0000000..e896c27 --- /dev/null +++ b/src/chrome/browser/statusbar/progress.png | |||
| Binary files differ | |||
diff --git a/src/chrome/browser/statusbar/status.png b/src/chrome/browser/statusbar/status.png new file mode 100644 index 0000000..fc8f5df --- /dev/null +++ b/src/chrome/browser/statusbar/status.png | |||
| Binary files differ | |||
diff --git a/src/chrome/browser/statusbar/statusbar.png b/src/chrome/browser/statusbar/statusbar.png new file mode 100644 index 0000000..4175aab --- /dev/null +++ b/src/chrome/browser/statusbar/statusbar.png | |||
| Binary files differ | |||
diff --git a/src/chrome/browser/statusbar/throbberStatic.png b/src/chrome/browser/statusbar/throbberStatic.png deleted file mode 100644 index e2bf274..0000000 --- a/src/chrome/browser/statusbar/throbberStatic.png +++ /dev/null | |||
| Binary files differ | |||
