mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Fix wrong sizing on link list file mimetype icons
This commit is contained in:
parent
6f5cc48098
commit
f126d7fd08
@ -1053,8 +1053,7 @@ ul.et2_link_string {
|
|||||||
padding: 0px;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
.et2_link_list .icon img,
|
.et2_link_list .icon img,
|
||||||
.et2_link_list .icon,
|
.et2_vfs .icon img {
|
||||||
.et2_vfs .icon img, .et2_vfs .icon {
|
|
||||||
width: 16px;
|
width: 16px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
@ -514,8 +514,7 @@
|
|||||||
.et2_link_list tr:active {
|
.et2_link_list tr:active {
|
||||||
background-color: rgba(255, 194, 0, 0.01);
|
background-color: rgba(255, 194, 0, 0.01);
|
||||||
}
|
}
|
||||||
.et2_link_list .icon img,
|
.et2_link_list .icon img {
|
||||||
.et2_link_list .icon {
|
|
||||||
width: 14px !important;
|
width: 14px !important;
|
||||||
height: 14px !important;
|
height: 14px !important;
|
||||||
}
|
}
|
||||||
|
@ -340,8 +340,7 @@ div.et2_file input.et2_file_upload{
|
|||||||
&:active {background-color: @color_active_row;}
|
&:active {background-color: @color_active_row;}
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon img,
|
.icon img {
|
||||||
.icon {
|
|
||||||
width: 14px !important;
|
width: 14px !important;
|
||||||
height: 14px !important;
|
height: 14px !important;
|
||||||
}
|
}
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user