mirror of
https://github.com/MatMoul/quickdial-webext.git
synced 2025-12-16 08:53:13 +00:00
Feature: Add support of default and hover state of all properties
This commit is contained in:
@@ -100,7 +100,7 @@
|
||||
<tr>
|
||||
<td><span>Margins :</span></td>
|
||||
<td><input id="GridCellsMargins" type="number" min="0"></td>
|
||||
<td><input id="GridCellsMarginsHover" type="number" min="0" style="display: none;"></td>
|
||||
<td><input id="GridCellsMarginsHover" type="number" min="0"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span>Opacity :</span></td>
|
||||
@@ -110,7 +110,7 @@
|
||||
<tr>
|
||||
<td><span>Border Size :</span></td>
|
||||
<td><input id="GridCellsBorderSize" type="number" min="0"></td>
|
||||
<td><input id="GridCellsBorderSizeHover" type="number" min="0" style="display: none;"></td>
|
||||
<td><input id="GridCellsBorderSizeHover" type="number" min="0"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span>Border Radius :</span></td>
|
||||
@@ -135,22 +135,22 @@
|
||||
<tr>
|
||||
<td><span>Title :</span></td>
|
||||
<td><input id="GridCellsTitle" type="checkbox"></td>
|
||||
<td></td>
|
||||
<td><input id="GridCellsTitleHover" type="checkbox"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span>Title Height :</span></td>
|
||||
<td><input id="GridCellsTitleHeight" type="number" min="0"></td>
|
||||
<td></td>
|
||||
<td><input id="GridCellsTitleHeightHover" type="number" min="0"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span>Title Font Size :</span></td>
|
||||
<td><input id="GridCellsTitleFontSize" type="number" min="0"></td>
|
||||
<td></td>
|
||||
<td><input id="GridCellsTitleFontSizeHover" type="number" min="0"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span>Title Border Size :</span></td>
|
||||
<td><input id="GridCellsTitleBorderSize" type="number" min="0"></td>
|
||||
<td></td>
|
||||
<td><input id="GridCellsTitleBorderSizeHover" type="number" min="0"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span>Title Text Color :</span></td>
|
||||
|
||||
Reference in New Issue
Block a user