Bug 1367242 - Part 2: Reduce margin below search box, remove top border from tree view. r=dao draft
authorNihanth Subramanya <nhnt11@gmail.com>
Tue, 30 May 2017 01:50:57 +0530
changeset 593307 ebd736ec7410f7c751eb80f797c832ce030dacc5
parent 593306 367ba5ca8f1827fbf05845d65f344d90adc8b657
child 593308 dc61f34d2594028d4099fde6511251ef16ffa9cd
push id63651
push usernhnt11@gmail.com
push dateTue, 13 Jun 2017 12:19:42 +0000
reviewersdao
bugs1367242
milestone56.0a1
Bug 1367242 - Part 2: Reduce margin below search box, remove top border from tree view. r=dao MozReview-Commit-ID: HvQZK1ZbhjC
browser/themes/osx/places/places.css
--- a/browser/themes/osx/places/places.css
+++ b/browser/themes/osx/places/places.css
@@ -1,17 +1,17 @@
 /* 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/. */
 
 %include ../shared.inc
 
 /* Sidebars */
 
-#bookmarksPanel, 
+#bookmarksPanel,
 #history-panel,
 #sidebar-search-container,
 #tabs-panel {
   -moz-appearance: none !important;
   background-color: transparent !important;
   border-top: none !important;
 }
 
@@ -22,20 +22,16 @@
   height: 24px;
   font-size: 12px;
 }
 
 .sidebar-placesTree {
   -moz-appearance: -moz-mac-source-list;
 }
 
-.sidebar-placesTreechildren {
-  border-top: 1px solid #bebebe;
-}
-
 .sidebar-placesTreechildren::-moz-tree-separator {
   border-top: 1px solid #505d6d;
   margin: 0 10px;
 }
 
 .sidebar-placesTreechildren::-moz-tree-row {
   background-color: transparent;
 }
@@ -158,17 +154,17 @@
 #viewButton:focus {
   box-shadow: 0 1px 0 hsla(0, 0%, 0%, .15),
               0 0 0 1px hsla(210, 100%, 60%, .45) inset,
               0 0 0 2px hsla(210, 100%, 60%, .45);
   border-color: hsla(210, 100%, 60%, 1);
 }
 
 #sidebar-search-container {
-  margin: 0 4px 6px;
+  margin: 0 4px;
 }
 
 /* Trees */
 
 treechildren::-moz-tree-image(title) {
   list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.svg");
   padding-inline-end: 2px;
   margin: 0px 2px;