forked from extern/egroupware
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;
|
||||
}
|
||||
.et2_link_list .icon img,
|
||||
.et2_link_list .icon,
|
||||
.et2_vfs .icon img, .et2_vfs .icon {
|
||||
.et2_vfs .icon img {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
display: inline-block;
|
||||
|
@ -514,8 +514,7 @@
|
||||
.et2_link_list tr:active {
|
||||
background-color: rgba(255, 194, 0, 0.01);
|
||||
}
|
||||
.et2_link_list .icon img,
|
||||
.et2_link_list .icon {
|
||||
.et2_link_list .icon img {
|
||||
width: 14px !important;
|
||||
height: 14px !important;
|
||||
}
|
||||
|
@ -340,8 +340,7 @@ div.et2_file input.et2_file_upload{
|
||||
&:active {background-color: @color_active_row;}
|
||||
}
|
||||
|
||||
.icon img,
|
||||
.icon {
|
||||
.icon img {
|
||||
width: 14px !important;
|
||||
height: 14px !important;
|
||||
}
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user