mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 717822: Override button and input :active:hover padding styles on Fennec. r=mfinkle
This commit is contained in:
parent
e94b89b299
commit
dc74053795
@ -316,6 +316,15 @@ xul|menulist:active {
|
||||
background-color: @color_background_highlight_overlay@;
|
||||
}
|
||||
|
||||
button:active:hover,
|
||||
input[type="color"]:-moz-system-metric(color-picker-available):active:hover,
|
||||
input[type="reset"]:active:hover,
|
||||
input[type="button"]:active:hover,
|
||||
input[type="submit"]:active:hover {
|
||||
-moz-padding-end: 7px;
|
||||
-moz-padding-start: 7px;
|
||||
}
|
||||
|
||||
input[type=number] > div > div, /* work around bug 946184 */
|
||||
input[type=number]::-moz-number-spin-box {
|
||||
display: none;
|
||||
|
Loading…
Reference in New Issue
Block a user