W.I.P. VFS Select Widget:

- Remove extra label of File Name
- Fix tooltip messages get overlaid by the dialog
This commit is contained in:
Hadi Nategh 2017-10-12 10:49:20 +02:00
parent 4b90a12551
commit 88e5524b79
2 changed files with 2 additions and 2 deletions

View File

@ -894,7 +894,7 @@ ul.et2_link_string {
background-color: #FDF9DB;
max-width: 300px;
color: black;
z-index: 100;
z-index: 102;
-webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.75);
box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.75);

View File

@ -11,7 +11,7 @@
<rows >
<row class="et2_toolbar" disabled="@mode=/(open-multiple|select-dir)/">
<description value="File Name" label="%s:"/>
<textbox label="File Name" id="name" width="200"/>
<textbox id="name" width="200"/>
</row>
<row class="nextmatch_header_row">
<box class="et2_toolbar">