aboutsummaryrefslogtreecommitdiff
path: root/arc-firefox-theme/chrome/browser/browser.css
diff options
context:
space:
mode:
Diffstat (limited to 'arc-firefox-theme/chrome/browser/browser.css')
-rw-r--r--arc-firefox-theme/chrome/browser/browser.css18
1 files changed, 7 insertions, 11 deletions
diff --git a/arc-firefox-theme/chrome/browser/browser.css b/arc-firefox-theme/chrome/browser/browser.css
index 82fc9e9..b7cd533 100644
--- a/arc-firefox-theme/chrome/browser/browser.css
+++ b/arc-firefox-theme/chrome/browser/browser.css
@@ -8,7 +8,7 @@
:root {
--toolbarbutton-hover-background: #fbfbfc;
--toolbarbutton-hover-boxshadow: none;
- --toolbarbutton-hover-bordercolor: #5294E2;
+ --toolbarbutton-hover-bordercolor: #cfd6e6;
--toolbarbutton-active-boxshadow: none;
--toolbarbutton-active-bordercolor: #5294E2;
--toolbarbutton-active-background: #5294E2;
@@ -58,7 +58,7 @@
transition: min-height 170ms ease-out, max-height 170ms ease-out, visibility 170ms linear; }
#TabsToolbar:not([collapsed="true"]) + #nav-bar {
- border-top: 1px solid rgba(203, 205, 212, 0.95) !important;
+ border-top: 1px solid rgba(212, 213, 219, 0.95) !important;
background-clip: padding-box;
margin-top: -1px;
/* Move up into the TabsToolbar for the inner highlight at the top of the nav-bar */
@@ -137,8 +137,8 @@ toolbarbutton.bookmark-item {
toolbarbutton.bookmark-item:not([disabled=true]):hover {
-moz-appearance: none;
color: #5c616c;
- background-color: #fbfbfc;
- border: 1px solid #5294E2; }
+ background-color: white;
+ border: 1px solid #cfd6e6; }
toolbarbutton.bookmark-item:not([disabled=true]):-moz-any([open], [checked], :hover:active) {
-moz-appearance: none;
@@ -1278,14 +1278,12 @@ toolbar[brighttext] #loop-button > .toolbarbutton-badge-container {
padding: 3px;
border-radius: 3px;
margin: 0 3px;
- box-shadow: inset 0 0 rgba(255, 255, 255, 0);
color: #5c616c;
background-color: #ffffff;
border: 1px solid #cfd6e6; }
#urlbar[focused],
.searchbar-textbox[focused] {
- box-shadow: inset 0 0 rgba(255, 255, 255, 0);
color: #5c616c;
background-color: #ffffff;
border: 1px solid #5294E2; }
@@ -1547,9 +1545,10 @@ window:not([chromehidden~="toolbar"]) #urlbar-wrapper > #urlbar > #identity-box
background-color: transparent;
background-clip: padding-box;
padding-left: 1px;
- border-width: 0 8px 0 0;
+ padding-right: 4px;
+ border-width: 0 1px 0 0;
border-style: solid;
- border-image: url("chrome://browser/skin/urlbar-arrow.png") 0 8 0 0 fill; }
+ border-color: #dcdfe3; }
#notification-popup-box:-moz-locale-dir(rtl),
.notification-anchor-icon:-moz-locale-dir(rtl) {
@@ -1708,9 +1707,6 @@ window:not([chromehidden~="toolbar"]) #urlbar-wrapper > #urlbar > #identity-box
transform: translateX(0); } }
/* HiDPI notification icons */
@media (min-resolution: 1.1dppx) {
- #notification-popup-box {
- border-image: url("chrome://browser/skin/urlbar-arrow@2x.png") 0 16 0 0 fill; }
-
.notification-anchor-icon {
list-style-image: url(moz-icon://stock/gtk-dialog-info?size=dialog); }