mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-24 20:01:36 +02:00
Change tree icon size from 20px to 16px
Can be overridden in CSS now
This commit is contained in:
parent
56f84f2fdd
commit
ffb26cb2f1
@ -224,10 +224,14 @@ export class et2_tree extends et2_inputWidget
|
|||||||
image_path: widget.options.image_path,
|
image_path: widget.options.image_path,
|
||||||
checkbox: widget.options.multiple
|
checkbox: widget.options.multiple
|
||||||
});
|
});
|
||||||
|
// Allow controlling icon size by CSS
|
||||||
|
widget.input.def_img_x = "";
|
||||||
|
widget.input.def_img_y = "";
|
||||||
|
|
||||||
// to allow "," in value, eg. folder-names, IF value is specified as array
|
// to allow "," in value, eg. folder-names, IF value is specified as array
|
||||||
widget.input.dlmtr = ':}-*(';
|
widget.input.dlmtr = ':}-*(';
|
||||||
|
|
||||||
if (widget.options.std_images)
|
if(widget.options.std_images)
|
||||||
{
|
{
|
||||||
widget.setImages.apply(widget, widget.options.std_images.split(','));
|
widget.setImages.apply(widget, widget.options.std_images.split(','));
|
||||||
}
|
}
|
||||||
|
@ -4112,6 +4112,9 @@ button.shortcut-buttons-flatpickr-button {
|
|||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.standartTreeImage img {
|
||||||
|
width: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
.selectedTreeRow {
|
.selectedTreeRow {
|
||||||
background-color: rgba(102, 153, 204, 0.7);
|
background-color: rgba(102, 153, 204, 0.7);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user