Removes further redundant border declarations draft
authorBarun Parruck <barun.parruck@gmail.com>
Thu, 02 Mar 2017 12:18:40 +0530
changeset 491773 13d74146eb87db85d03015305589969e0af9347b
parent 491129 9e9d208614e2686aa0b290e692b5449edeb8de2d
child 547543 6facdf5a896867efa6c70ca608bf8739303ac70d
push id47412
push userbmo:barun.parruck@gmail.com
push dateThu, 02 Mar 2017 06:49:22 +0000
milestone54.0a1
Removes further redundant border declarations MozReview-Commit-ID: Etn9dvGl4TH
toolkit/themes/windows/global/toolbar.css
--- a/toolkit/themes/windows/global/toolbar.css
+++ b/toolkit/themes/windows/global/toolbar.css
@@ -7,36 +7,31 @@
   ======================================================================= */
 
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
 /* ::::: toolbox ::::: */
 
 toolbox {
   -moz-appearance: toolbox;
-  -moz-border-top-colors: ThreeDShadow ThreeDHighlight;
 }
 
 /* ::::: toolbar & menubar ::::: */
 
 toolbar, menubar {
   -moz-appearance: toolbar;
 }
 
 toolbar {
   min-width: 1px;
   min-height: 19px;
-  border-top: 1px solid ThreeDHighlight;
-  border-bottom: 1px solid ThreeDShadow;
 }
 
 toolbar:first-child, menubar {
   min-width: 1px;
-  border-bottom: 1px solid ThreeDShadow;
-  border-top: 0px !important;
 }
 
 /* ::::: lightweight theme ::::: */
  
 menubar:-moz-lwtheme,
 toolbox:-moz-lwtheme,
 toolbar:-moz-lwtheme {
   -moz-appearance: none;