Bug 1430647 - Remove remaining uses of -moz-border-*-colors from android themes. r=rnewman,snorp

MozReview-Commit-ID: eKGucTqWei
This commit is contained in:
Dão Gottwald 2018-01-15 20:36:31 +01:00
parent 5ab74381d5
commit ded13b5888
2 changed files with 1 additions and 6 deletions

View file

@ -24,8 +24,7 @@ body {
background-color: #ced7de;
color: #000000;
font-weight: bold;
border-bottom: 2px solid;
-moz-border-bottom-colors: #ff9100 #f27900;
border-bottom: 2px solid #f27900;
}
.toolbar-container {

View file

@ -73,10 +73,6 @@ xul|scrollbarbutton[sbattr="scrollbar-bottom-top"] {
xul|scrollbar xul|thumb {
background-color: rgba(119, 119, 119, 0.4) !important;
-moz-border-top-colors: none !important;
-moz-border-bottom-colors: none !important;
-moz-border-right-colors: none !important;
-moz-border-left-colors: none !important;
border: none;
border-radius: 4px;
}