aboutsummaryrefslogtreecommitdiff
path: root/arc-firefox-theme/chrome/global
diff options
context:
space:
mode:
Diffstat (limited to 'arc-firefox-theme/chrome/global')
-rw-r--r--arc-firefox-theme/chrome/global/aboutSupport.css6
-rw-r--r--arc-firefox-theme/chrome/global/autocomplete.css117
-rw-r--r--arc-firefox-theme/chrome/global/findBar.css2
-rw-r--r--arc-firefox-theme/chrome/global/icons/blocked.svg13
-rw-r--r--arc-firefox-theme/chrome/global/icons/loading.pngbin0 -> 13906 bytes
-rw-r--r--arc-firefox-theme/chrome/global/icons/loading_16.pngbin16126 -> 0 bytes
-rw-r--r--arc-firefox-theme/chrome/global/icons/webapps-16.pngbin475 -> 0 bytes
-rw-r--r--arc-firefox-theme/chrome/global/icons/webapps-64.pngbin2942 -> 0 bytes
-rw-r--r--arc-firefox-theme/chrome/global/in-content/common.css6
-rw-r--r--arc-firefox-theme/chrome/global/passwordmgr.css13
-rw-r--r--arc-firefox-theme/chrome/global/scrollbars.css1
11 files changed, 88 insertions, 70 deletions
diff --git a/arc-firefox-theme/chrome/global/aboutSupport.css b/arc-firefox-theme/chrome/global/aboutSupport.css
index 61f5305..590c190 100644
--- a/arc-firefox-theme/chrome/global/aboutSupport.css
+++ b/arc-firefox-theme/chrome/global/aboutSupport.css
@@ -53,6 +53,12 @@ th {
color: var(--in-content-selected-text);
}
+th.title-column {
+ white-space: nowrap;
+ width: 0px;
+ font-size: medium;
+}
+
th.column {
white-space: nowrap;
width: 0px;
diff --git a/arc-firefox-theme/chrome/global/autocomplete.css b/arc-firefox-theme/chrome/global/autocomplete.css
index fffa2b1..9d1616b 100644
--- a/arc-firefox-theme/chrome/global/autocomplete.css
+++ b/arc-firefox-theme/chrome/global/autocomplete.css
@@ -54,7 +54,9 @@ panel[type="autocomplete-richlistbox"],
-moz-border-bottom-colors: ThreeDDarkShadow;
-moz-border-left-colors: ThreeDDarkShadow;
padding: 0;
+ color: -moz-FieldText;
background-color: -moz-Field;
+ -moz-appearance: none;
}
.autocomplete-history-popup {
@@ -67,7 +69,6 @@ panel[type="autocomplete-richlistbox"],
-moz-appearance: none !important;
border: none !important;
background-color: transparent !important;
- color: MenuText;
}
.autocomplete-treecol {
@@ -107,96 +108,78 @@ treechildren.autocomplete-treebody::-moz-tree-cell-text(selected) {
background-color: transparent;
}
-.autocomplete-richlistitem[selected="true"] {
- background-color: Highlight;
+.autocomplete-richlistitem[selected] {
color: HighlightText;
}
-.autocomplete-richlistitem {
- padding: 6px 2px;
- color: MenuText;
-}
-
-.ac-url-box {
- /* When setting a vertical margin here, half of that needs to be added
- .ac-title-box's translateY for when .ac-url-box is hidden (see below). */
- margin-top: 1px;
-}
-
-.autocomplete-richlistitem[actiontype="keyword"] .ac-url-box,
-.autocomplete-richlistitem[actiontype="searchengine"] .ac-url-box,
-.autocomplete-richlistitem[actiontype="visiturl"] .ac-url-box,
-.autocomplete-richlistitem[type~="autofill"] .ac-url-box {
- visibility: hidden;
-}
-
-.autocomplete-richlistitem[actiontype="keyword"] .ac-title-box,
-.autocomplete-richlistitem[actiontype="searchengine"] .ac-title-box,
-.autocomplete-richlistitem[actiontype="visiturl"] .ac-title-box,
-.autocomplete-richlistitem[type~="autofill"] .ac-title-box {
- /* Center the title by moving it down by half of .ac-url-box's height,
- including vertical margins (if any). */
- transform: translateY(.5em);
-}
-
-.ac-site-icon {
- width: 16px;
+.ac-type-icon {
+ width: 16px;
height: 16px;
- margin-bottom: -2px;
- -moz-margin-start: 3px;
+ max-width: 16px;
+ max-height: 16px;
+ -moz-margin-start: 13px;
-moz-margin-end: 6px;
}
-.ac-type-icon {
- width: 16px;
+.ac-site-icon {
+ width: 16px;
height: 16px;
- -moz-margin-start: 6px;
- -moz-margin-end: 4px;
+ max-width: 16px;
+ max-height: 16px;
+ -moz-margin-start: 0;
+ -moz-margin-end: 11px;
+ list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png");
}
-.ac-extra > .ac-result-type-tag {
- margin: 0 4px;
+.ac-site-icon[selected] {
+ list-style-image: url("chrome://mozapps/skin/places/defaultFavicon-inverted.png");
}
-.ac-extra > .ac-comment {
- padding-right: 4px;
+@media (min-resolution: 1.1dppx) {
+ .ac-site-icon {
+ list-style-image: url("chrome://mozapps/skin/places/defaultFavicon@2x.png");
+ }
+ .ac-site-icon[selected] {
+ list-style-image: url("chrome://mozapps/skin/places/defaultFavicon-inverted@2x.png");
+ }
}
-.ac-ellipsis-after {
- margin: 0 !important;
- padding: 0;
- min-width: 1em;
+.ac-title {
+ -moz-margin-start: 0;
+ -moz-margin-end: 6px;
}
-.ac-normal-text {
- margin: 0 !important;
- padding: 0;
+html|span.ac-tag {
+ -moz-margin-start: 0;
+ -moz-margin-end: 2px;
}
-.ac-normal-text > html|span {
- margin: 0 !important;
- padding: 0;
-}
-
-html|span.ac-emphasize-text {
- box-shadow: inset 0 0 1px 1px rgba(0,0,0,0.1);
- background-color: rgba(0,0,0,0.05);
- border-radius: 2px;
- text-shadow: 0 0 currentColor; /*faux bold effect*/
+.ac-tags {
+ -moz-margin-start: 0;
+ -moz-margin-end: 4px;
}
-.ac-url-text > html|span.ac-emphasize-text,
-.ac-action-text > html|span.ac-emphasize-text {
- box-shadow: none;
+.ac-separator {
+ -moz-margin-start: 0;
+ -moz-margin-end: 6px;
}
-.ac-normal-text[selected="true"] > html|span.ac-emphasize-text {
- box-shadow: inset 0 0 1px 1px rgba(255,255,255,0.3);
- background-color: rgba(255,255,255,0.2);
+/* Better align the URL/action with the title. */
+.ac-tags,
+.ac-separator,
+.ac-url,
+.ac-action {
+ margin-bottom: -2px;
}
-.ac-title, .ac-url {
- overflow: hidden;
+.ac-title-text,
+.ac-tags-text,
+.ac-separator-text,
+.ac-url-text,
+.ac-action-text,
+.ac-text-overflow-container {
+ padding: 0 !important;
+ margin: 0 !important;
}
/* ::::: textboxes inside toolbarpaletteitems ::::: */
diff --git a/arc-firefox-theme/chrome/global/findBar.css b/arc-firefox-theme/chrome/global/findBar.css
index e70d929..82a9ab7 100644
--- a/arc-firefox-theme/chrome/global/findBar.css
+++ b/arc-firefox-theme/chrome/global/findBar.css
@@ -156,5 +156,5 @@ findbar[noanim] {
}
.find-status-icon[status="pending"] {
- list-style-image: url("chrome://global/skin/icons/loading_16.png");
+ list-style-image: url("chrome://global/skin/icons/loading.png");
}
diff --git a/arc-firefox-theme/chrome/global/icons/blocked.svg b/arc-firefox-theme/chrome/global/icons/blocked.svg
new file mode 100644
index 0000000..2f1c641
--- /dev/null
+++ b/arc-firefox-theme/chrome/global/icons/blocked.svg
@@ -0,0 +1,13 @@
+<!-- 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/. -->
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 45 45">
+ <defs>
+ <circle id="stop-sign" cx="22.5" cy="22.5" r="20.5"/>
+ <mask id="stop-symbol">
+ <rect width="45" height="45" fill="#fff"/>
+ <line x1="10" y1="23" x2="35" y2="23" stroke="#000" stroke-width="6"/>
+ </mask>
+ </defs>
+ <use xlink:href="#stop-sign" mask="url(#stop-symbol)" fill="#fff"/>
+</svg> \ No newline at end of file
diff --git a/arc-firefox-theme/chrome/global/icons/loading.png b/arc-firefox-theme/chrome/global/icons/loading.png
new file mode 100644
index 0000000..a2f9b79
--- /dev/null
+++ b/arc-firefox-theme/chrome/global/icons/loading.png
Binary files differ
diff --git a/arc-firefox-theme/chrome/global/icons/loading_16.png b/arc-firefox-theme/chrome/global/icons/loading_16.png
deleted file mode 100644
index 7108ea3..0000000
--- a/arc-firefox-theme/chrome/global/icons/loading_16.png
+++ /dev/null
Binary files differ
diff --git a/arc-firefox-theme/chrome/global/icons/webapps-16.png b/arc-firefox-theme/chrome/global/icons/webapps-16.png
deleted file mode 100644
index df3978c..0000000
--- a/arc-firefox-theme/chrome/global/icons/webapps-16.png
+++ /dev/null
Binary files differ
diff --git a/arc-firefox-theme/chrome/global/icons/webapps-64.png b/arc-firefox-theme/chrome/global/icons/webapps-64.png
deleted file mode 100644
index 7c5e48c..0000000
--- a/arc-firefox-theme/chrome/global/icons/webapps-64.png
+++ /dev/null
Binary files differ
diff --git a/arc-firefox-theme/chrome/global/in-content/common.css b/arc-firefox-theme/chrome/global/in-content/common.css
index 414a9c1..78f429c 100644
--- a/arc-firefox-theme/chrome/global/in-content/common.css
+++ b/arc-firefox-theme/chrome/global/in-content/common.css
@@ -104,7 +104,7 @@ xul|groupbox {
font-size: 1.25rem;
}
-xul|groupbox xul|label,
+xul|groupbox xul|label:not(.menu-accel):not(.menu-text),
xul|groupbox xul|description {
/* !important needed to override toolkit !important rule */
-moz-margin-start: 0 !important;
@@ -739,6 +739,10 @@ xul|treecols {
padding: 0;
}
+.autocomplete-tree > xul|treecols {
+ border-bottom: none !important;
+}
+
xul|treecol:not([hideheader="true"]),
xul|treecolpicker {
-moz-appearance: none;
diff --git a/arc-firefox-theme/chrome/global/passwordmgr.css b/arc-firefox-theme/chrome/global/passwordmgr.css
index b3c7b59..9cb48d1 100644
--- a/arc-firefox-theme/chrome/global/passwordmgr.css
+++ b/arc-firefox-theme/chrome/global/passwordmgr.css
@@ -11,3 +11,16 @@
.actionButtons {
margin: 0px 3px 6px 3px !important;
}
+
+treechildren::-moz-tree-image(siteCol) {
+ list-style-image: url(chrome://mozapps/skin/places/defaultFavicon.png);
+ width: 16px;
+ height: 16px;
+ -moz-margin-end: 5px;
+}
+
+@media (min-resolution: 1.1dppx) {
+ treechildren::-moz-tree-image(siteCol) {
+ list-style-image: url(chrome://mozapps/skin/places/defaultFavicon@2x.png);
+ }
+}
diff --git a/arc-firefox-theme/chrome/global/scrollbars.css b/arc-firefox-theme/chrome/global/scrollbars.css
index e05aabc..6d8f1c8 100644
--- a/arc-firefox-theme/chrome/global/scrollbars.css
+++ b/arc-firefox-theme/chrome/global/scrollbars.css
@@ -16,7 +16,6 @@ scrollbar {
-moz-binding: url("chrome://global/content/bindings/scrollbar.xml#scrollbar");
cursor: default;
background: url("chrome://global/skin/scrollbar/slider.gif") scrollbar;
- pointer-events: auto;
}
@media all and (-moz-overlay-scrollbars) {