mirror of
https://github.com/MatMoul/quickdial-webext.git
synced 2025-12-16 08:53:13 +00:00
Feature: Root folder path customization
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
.Tab .TabSpace { width: 100%; border-bottom: solid 1px #505050; }
|
||||
.Tab .TabButton { border: solid 1px #505050; padding: 2px 6px 2px 6px; cursor: default; }
|
||||
.Tab .TabButtonActive { border: solid 1px #505050; border-bottom: none; padding: 2px 6px 2px 6px; cursor: default; }
|
||||
.Tab>div { padding: 8px; height: 330px; border-left: solid 1px #505050; border-bottom: solid 1px #505050; border-right: solid 1px #505050; }
|
||||
.Tab>div { padding: 8px; height: 350px; border-left: solid 1px #505050; border-bottom: solid 1px #505050; border-right: solid 1px #505050; }
|
||||
</style>
|
||||
</head>
|
||||
<body id="body">
|
||||
@@ -82,6 +82,12 @@
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table style="width:100%;">
|
||||
<tr>
|
||||
<td><span>Root Folder :</span></td>
|
||||
<td><input id="GridRoot" type="text" style="width:100%;"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="hidden">
|
||||
<table>
|
||||
|
||||
Reference in New Issue
Block a user