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; background-color: #ced7de;
color: #000000; color: #000000;
font-weight: bold; font-weight: bold;
border-bottom: 2px solid; border-bottom: 2px solid #f27900;
-moz-border-bottom-colors: #ff9100 #f27900;
} }
.toolbar-container { .toolbar-container {

View file

@ -73,10 +73,6 @@ xul|scrollbarbutton[sbattr="scrollbar-bottom-top"] {
xul|scrollbar xul|thumb { xul|scrollbar xul|thumb {
background-color: rgba(119, 119, 119, 0.4) !important; 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: none;
border-radius: 4px; border-radius: 4px;
} }