Fix wrong sizing on link list file mimetype icons

This commit is contained in:
nathan 2021-12-07 16:28:48 -07:00
parent 6f5cc48098
commit f126d7fd08
4 changed files with 7906 additions and 6453 deletions

View File

@ -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;

View File

@ -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;
} }

View File

@ -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