Bug 1390832 - Update border-box-color to match photon color palette draft
authorflyingrub <flyinggrub@gmail.com>
Wed, 16 Aug 2017 15:07:15 +0200
changeset 647514 f26f09245b17630716af656be7313a5f2a6b5563
parent 647460 6ebc251bd288c268b020815025b05854ccde5c08
child 726529 f19af67311936a8599c0df34038104b086d9d754
push id74432
push userbmo:flyinggrub@gmail.com
push dateWed, 16 Aug 2017 13:08:28 +0000
bugs1390832
milestone57.0a1
Bug 1390832 - Update border-box-color to match photon color palette MozReview-Commit-ID: HHs00XiYQgQ
toolkit/themes/shared/in-content/common.inc.css
--- a/toolkit/themes/shared/in-content/common.inc.css
+++ b/toolkit/themes/shared/in-content/common.inc.css
@@ -11,22 +11,22 @@
   --in-content-page-background: #fafafc;
   --in-content-text-color: #0c0c0d;
   --in-content-selected-text: #fff;
   --in-content-header-border-color: #c8c8c8;
   --in-content-box-background: #fff;
   --in-content-box-background-odd: #f3f6fa;
   --in-content-box-background-hover: #ebebeb;
   --in-content-box-background-active: #dadada;
-  --in-content-box-border-color: #c1c1c1;
+  --in-content-box-border-color: #d7d7db;
   --in-content-item-hover: rgba(0,149,221,0.25);
   --in-content-item-selected: #0a84ff;
   --in-content-border-highlight: #0a84ff;
   --in-content-border-focus: #0a84ff;
-  --in-content-border-color: #c1c1c1;
+  --in-content-border-color: #d7d7db;
   --in-content-category-border-focus: 1px dotted #0a84ff;
   --in-content-category-text: #0c0c0d;
   --in-content-category-text-selected: #0a84ff;
   --in-content-tab-color: #424f5a;
   --in-content-link-color: #0a84ff;
   --in-content-link-color-hover: #0060df;
   --in-content-link-color-active: #ff9500;
   --in-content-link-color-visited: #551a8b;