Bug 931619 - Add a tiny border to the color swatch. r=dholbert

This commit is contained in:
Arnaud Bienner 2013-11-13 17:59:56 +01:00
parent b2d917b0f8
commit 46140a19d3
2 changed files with 4 additions and 0 deletions

View File

@ -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 */
}

View File

@ -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;
}