forked from mirrors/gecko-dev
Bug 1430647 - Remove remaining uses of -moz-border-*-colors from android themes. r=rnewman,snorp
MozReview-Commit-ID: eKGucTqWei
This commit is contained in:
parent
5ab74381d5
commit
ded13b5888
2 changed files with 1 additions and 6 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue