mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 16:37:31 +09:00
Issue #1970 - Part 3: Update reftests.
This commit is contained in:
parent
e54e8f61bb
commit
4712b75d5c
31 changed files with 53 additions and 663 deletions
|
|
@ -10,12 +10,12 @@
|
|||
.rtl button,
|
||||
.ltr input[type="button"],
|
||||
.rtl input[type="button"] {
|
||||
padding: 0px 6px;
|
||||
padding: 0px 8px;
|
||||
}
|
||||
|
||||
.v-rl button,
|
||||
.v-rl input[type="button"] {
|
||||
padding: 6px 0px;
|
||||
padding: 8px 0px;
|
||||
}
|
||||
</style>
|
||||
<div class=ltr>
|
||||
|
|
|
|||
|
|
@ -10,13 +10,13 @@
|
|||
.rtl input[type="color"]:-moz-system-metric(color-picker-available) {
|
||||
width: 64px;
|
||||
height: 23px;
|
||||
padding: 0px 6px;
|
||||
padding: 0px 8px;
|
||||
}
|
||||
|
||||
.v-rl input[type="color"]:-moz-system-metric(color-picker-available) {
|
||||
height: 64px;
|
||||
width: 23px;
|
||||
padding: 6px 0px;
|
||||
padding: 8px 0px;
|
||||
}
|
||||
</style>
|
||||
<div class=ltr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue