mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1079565 - Removed prefix from -moz-calc usage in /mobile. r=margarete
This commit is contained in:
parent
8e06bb6c7e
commit
cdaf4cef5c
@ -20,7 +20,7 @@ section {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
overflow: auto;
|
||||
height: -moz-calc(100% - 80px);
|
||||
height: calc(100% - 80px);
|
||||
margin: 20px;
|
||||
padding: 5px;
|
||||
}
|
||||
@ -135,7 +135,7 @@ footer {
|
||||
color: #666;
|
||||
margin-bottom: 10px;
|
||||
padding: 5px;
|
||||
width: -moz-calc(100% - 10px);
|
||||
width: calc(100% - 10px);
|
||||
border-radius: 4px;
|
||||
border-width: 1px;
|
||||
}
|
||||
@ -146,7 +146,7 @@ footer {
|
||||
|
||||
#last-url {
|
||||
color: #bebebe;
|
||||
width: -moz-calc(100% - 10px);
|
||||
width: calc(100% - 10px);
|
||||
border: none;
|
||||
background: transparent;
|
||||
/*padding: 0px;*/
|
||||
@ -218,4 +218,4 @@ footer {
|
||||
#thanks-sad[active="true"] ~ footer {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -194,7 +194,7 @@ select > button {
|
||||
background-size: auto auto;
|
||||
background-color: transparent;
|
||||
background-image: url("chrome://browser/skin/images/dropmarker.svg") !important;
|
||||
background-position: -moz-calc(50% + 1px) center !important;
|
||||
background-position: calc(50% + 1px) center !important;
|
||||
background-repeat: no-repeat !important;
|
||||
|
||||
font-size: inherit;
|
||||
|
Loading…
Reference in New Issue
Block a user