mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 588464 - Adjustments for touch enabled displays should keep using physical units. r=felipe
--HG-- extra : rebase_source : 38fa8129ab1eee9c6a3a149a89b428438f331646
This commit is contained in:
parent
0e0e9d5750
commit
968a42e5e8
@ -880,7 +880,7 @@ toolbar:not([iconsize="small"])[mode="icons"] #forward-button:not([disabled="tru
|
||||
}
|
||||
|
||||
#urlbar > .autocomplete-history-dropmarker:-moz-system-metric(touch-enabled) {
|
||||
min-width: .64cm;
|
||||
min-width: 6.4mozmm;
|
||||
}
|
||||
|
||||
#urlbar > .autocomplete-history-dropmarker:hover:active,
|
||||
@ -1123,7 +1123,7 @@ richlistitem[type="action"][actiontype="switchtab"] > .ac-url-box > .ac-action-i
|
||||
}
|
||||
|
||||
.tabbrowser-tabs:-moz-system-metric(touch-enabled) {
|
||||
min-height: .73cm;
|
||||
min-height: 7.3mozmm;
|
||||
}
|
||||
|
||||
.tabbrowser-tabs:not([overflow="true"]) {
|
||||
@ -1281,11 +1281,11 @@ richlistitem[type="action"][actiontype="switchtab"] > .ac-url-box > .ac-action-i
|
||||
#TabsToolbar > toolbarbutton,
|
||||
#TabsToolbar > toolbarpaletteitem > toolbarbutton,
|
||||
#TabsToolbar > #bookmarks-menu-button-container > #bookmarks-menu-button {
|
||||
min-width: .81cm;
|
||||
min-width: 8.1mozmm;
|
||||
}
|
||||
|
||||
.tabs-newtab-button {
|
||||
min-width: 1cm;
|
||||
min-width: 10mozmm;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user