Skip to content
Snippets Groups Projects
Commit 100eb2b6 authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

replace external storage status images with CSS, also use form to distinguish, fix #3910

parent 279a71ac
No related branches found
No related tags found
No related merge requests found
td.status>span { display:inline-block; height:16px; width:16px; }
span.success { background-image: url('../img/success.png'); background-repeat:no-repeat; }
span.error { background-image: url('../img/error.png'); background-repeat:no-repeat; }
span.waiting { background-image: url('../img/waiting.png'); background-repeat:no-repeat; }
td.status > span {
display: inline-block;
height: 16px;
width: 16px;
vertical-align: text-bottom;
}
span.success {
background: #37ce02;
border-radius: 8px;
}
span.error {
background: #ce3702;
}
span.waiting {
background: none;
}
td.mountPoint, td.backend { width:10em; }
td.remove>img { visibility:hidden; padding-top:0.8em; }
tr:hover>td.remove>img { visibility:visible; cursor:pointer; }
......
apps/files_external/img/error.png

533 B

apps/files_external/img/success.png

545 B

apps/files_external/img/waiting.png

512 B

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment