Bug 1343196 - Removes some redundant background and border declarations . r=dao

MozReview-Commit-ID: Fiq04L00lBQ

--HG--
extra : rebase_source : f333b95edff201066609236d9b94232747b250fc
This commit is contained in:
Barun Parruck 2017-03-02 18:15:29 +05:30
parent 004a30f19f
commit 7166a8de71
2 changed files with 0 additions and 16 deletions

View File

@ -47,7 +47,6 @@ toolbaritem > menubar {
toolbarseparator {
-moz-appearance: separator;
margin : 0;
border: 0;
min-width: 2px;
}

View File

@ -12,9 +12,6 @@
toolbox {
-moz-appearance: toolbox;
background-color: -moz-Dialog;
border-top: 2px solid;
-moz-border-top-colors: ThreeDShadow ThreeDHighlight;
}
/* ::::: toolbar & menubar ::::: */
@ -26,14 +23,10 @@ toolbar, menubar {
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 ::::: */
@ -42,20 +35,12 @@ menubar:-moz-lwtheme,
toolbox:-moz-lwtheme,
toolbar:-moz-lwtheme {
-moz-appearance: none;
background: none;
border-color: transparent;
}
/* ::::: toolbar decorations ::::: */
toolbarseparator {
-moz-appearance: separator;
border-top: 2px solid transparent;
border-bottom: 2px solid transparent;
border-left: 3px solid transparent;
border-right: 3px solid transparent;
-moz-border-left-colors : transparent transparent ThreeDShadow;
-moz-border-right-colors : transparent transparent ThreeDHighlight;
}
toolbarspacer {