mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 931619 - Add a tiny border to the color swatch. r=dholbert
This commit is contained in:
parent
b2d917b0f8
commit
46140a19d3
@ -4,6 +4,8 @@ div.input-color-swatch {
|
||||
height: 100%;
|
||||
min-width: 40px;
|
||||
min-height: 15px;
|
||||
-moz-box-sizing: border-box;
|
||||
border: 1px solid grey;
|
||||
display: block;
|
||||
background-color:#000000; /* default color for input type color */
|
||||
}
|
||||
|
@ -460,6 +460,8 @@ input[type="color"]:-moz-system-metric(color-picker-available)::-moz-color-swatc
|
||||
min-height: 15px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
-moz-box-sizing: border-box;
|
||||
border: 1px solid grey;
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user