mirror of
https://github.com/MatMoul/quickdial-webext.git
synced 2025-11-21 06:52:06 +00:00
Add custom background color settings (node)
This commit is contained in:
@@ -92,12 +92,22 @@
|
||||
<td><input id="GridCellsMarginsHover" type="number" style="display: none;"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span>Border Radius:</span></td>
|
||||
<td><span>Border Radius :</span></td>
|
||||
<td><input id="GridCellsBorderRadius" type="number"></td>
|
||||
<td><input id="GridCellsBorderRadiusHover" type="number"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span>Border Color:</span></td>
|
||||
<td><span>Background Transparent :</span></td>
|
||||
<td><input id="GridCellsBackgroundTransparent" type="checkbox"></td>
|
||||
<td><input id="GridCellsBackgroundTransparentHover" type="checkbox"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span>Background Color :</span></td>
|
||||
<td><input id="GridCellsBackgroundColor" type="color"></td>
|
||||
<td><input id="GridCellsBackgroundColorHover" type="color"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span>Border Color :</span></td>
|
||||
<td><input id="GridCellsBorderColor" type="color"></td>
|
||||
<td><input id="GridCellsBorderColorHover" type="color"></td>
|
||||
</tr>
|
||||
@@ -117,10 +127,20 @@
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span>Title Color:</span></td>
|
||||
<td><span>Title Text Color :</span></td>
|
||||
<td><input id="GridCellsTitleColor" type="color"></td>
|
||||
<td><input id="GridCellsTitleColorHover" type="color"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span>Title Background Transparent :</span></td>
|
||||
<td><input id="GridCellsTitleBackgroundTransparent" type="checkbox"></td>
|
||||
<td><input id="GridCellsTitleBackgroundTransparentHover" type="checkbox"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span>Title Background Color :</span></td>
|
||||
<td><input id="GridCellsTitleBackgroundColor" type="color"></td>
|
||||
<td><input id="GridCellsTitleBackgroundColorHover" type="color"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user