Skip to content
Snippets Groups Projects
Commit ff7d1eb9 authored by Thomas Müller's avatar Thomas Müller
Browse files

Merge pull request #20707 from owncloud/files_external_table_status

Fix status icon styling for external storages
parents 5a33390a d316802f
Branches
No related tags found
No related merge requests found
td.status > span {
#externalStorage td.status {
/* overwrite conflicting core styles */
display: table-cell;
vertical-align: middle;
}
#externalStorage td.status > span {
display: inline-block;
height: 16px;
width: 16px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment