mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
Add an icon for each field in a custom field list in a nextmatch row
This commit is contained in:
parent
b6cf2762c3
commit
c45490d312
@ -415,6 +415,15 @@ action buttons, left aligned for "extra" controls
|
||||
.et2_customfield_list input {
|
||||
max-width: 100ex;
|
||||
}
|
||||
/* Custom field list inside nextmatch rows gets an icon for each row */
|
||||
.et2_nextmatch .egwGridView_grid .et2_customfield_list > tbody > tr {
|
||||
background-image: url('images/hint.png');
|
||||
background-repeat: no-repeat;
|
||||
background-size: 1em;
|
||||
}
|
||||
.et2_nextmatch .egwGridView_grid .et2_customfield_list > tbody > tr > td:first-child {
|
||||
padding-left: 1.2em;
|
||||
}
|
||||
|
||||
/**
|
||||
* Diff widget
|
||||
|
Loading…
Reference in New Issue
Block a user