Merge pull request #4385 from nextcloud/remove-unused-css

Remove unused CSS
This commit is contained in:
Roeland Jago Douma 2017-04-19 19:27:05 +02:00 committed by GitHub
commit ac9d0fd14c
2 changed files with 5 additions and 57 deletions

View File

@ -436,45 +436,22 @@ table td.filename .uploadtext {
opacity: .5; opacity: .5;
} }
.ie8 input[type="checkbox"]{
padding: 0;
}
/* File checkboxes */ /* File checkboxes */
html:not(.ie8) #fileList tr td.filename>.selectCheckBox + label:before { #fileList tr td.filename>.selectCheckBox + label:before {
opacity: 0; opacity: 0;
position: absolute; position: absolute;
bottom: 4px; bottom: 4px;
right: 0; right: 0;
z-index: 10; z-index: 10;
} }
html.ie8 #fileList tr td.filename>.selectCheckBox {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
float: left;
top: 0;
margin: 32px 0 4px 32px; /* bigger clickable area doesnt work in FF width:2.8em; height:2.4em;*/
}
/* Show checkbox when hovering, checked, or selected */ /* Show checkbox when hovering, checked, or selected */
html.ie8 #fileList tr:hover td.filename>.selectCheckBox, #fileList tr:hover td.filename>.selectCheckBox + label:before,
html.ie8 #fileList tr:focus td.filename>.selectCheckBox, #fileList tr:focus td.filename>.selectCheckBox + label:before,
html.ie8 #fileList tr td.filename>.selectCheckBox:checked, #fileList tr td.filename>.selectCheckBox:checked + label:before,
html.ie8 #fileList tr.selected td.filename>.selectCheckBox, #fileList tr.selected td.filename>.selectCheckBox + label:before {
html:not(.ie8) #fileList tr:hover td.filename>.selectCheckBox + label:before,
html:not(.ie8) #fileList tr:focus td.filename>.selectCheckBox + label:before,
html:not(.ie8) #fileList tr td.filename>.selectCheckBox:checked + label:before,
html:not(.ie8) #fileList tr.selected td.filename>.selectCheckBox + label:before {
opacity: 1; opacity: 1;
} }
html.ie8 #fileList tr:hover td.filename>.selectCheckBox,
html.ie8 #fileList tr:focus td.filename>.selectCheckBox,
html.ie8 #fileList tr td.filename>.selectCheckBox[checked=checked],
html.ie8 #fileList tr.selected td.filename>.selectCheckBox {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
}
/* Use label to have bigger clickable size for checkbox */ /* Use label to have bigger clickable size for checkbox */
#fileList tr td.filename>.selectCheckBox + label, #fileList tr td.filename>.selectCheckBox + label,
@ -494,7 +471,6 @@ html.ie8 #fileList tr.selected td.filename>.selectCheckBox {
.select-all + label { .select-all + label {
top: 0; top: 0;
} }
.ie8 .select-all,
.select-all + label:before { .select-all + label:before {
position: absolute; position: absolute;
top: 18px; top: 18px;
@ -558,8 +534,6 @@ html.ie8 #fileList tr.selected td.filename>.selectCheckBox {
display: inline !important; display: inline !important;
} }
#fileList img.move2trash { display:inline; margin:-8px 0; padding:16px 8px 16px 8px !important; float:right; }
#fileList .action.action-share-notification span, #fileList a.name { #fileList .action.action-share-notification span, #fileList a.name {
cursor: default !important; cursor: default !important;
} }
@ -594,10 +568,6 @@ a.action > img {
margin-bottom: -1px; margin-bottom: -1px;
} }
html.ie8 .column-mtime .selectedActions {
top: -95px;
}
#fileList a.action { #fileList a.action {
display: inline; display: inline;
padding: 17px 8px; padding: 17px 8px;
@ -618,15 +588,12 @@ html.ie8 .column-mtime .selectedActions {
padding-right: 14px; padding-right: 14px;
} }
.ie8 #fileList a.action img,
#fileList tr:hover a.action, #fileList tr:hover a.action,
#fileList a.action.permanent, #fileList a.action.permanent,
#fileList tr:focus a.action, #fileList tr:focus a.action,
#fileList tr:hover a.action.no-permission:hover, #fileList tr:hover a.action.no-permission:hover,
#fileList tr:focus a.action.no-permission:focus, #fileList tr:focus a.action.no-permission:focus,
/*#fileList .name:focus .action,*/
/* also enforce the low opacity for disabled links that are hovered/focused */ /* also enforce the low opacity for disabled links that are hovered/focused */
.ie8 #fileList a.action.disabled:hover img,
#fileList tr:hover a.action.disabled:hover, #fileList tr:hover a.action.disabled:hover,
#fileList tr:focus a.action.disabled:focus, #fileList tr:focus a.action.disabled:focus,
#fileList .name:focus a.action.disabled:focus, #fileList .name:focus a.action.disabled:focus,
@ -635,7 +602,6 @@ html.ie8 .column-mtime .selectedActions {
filter: alpha(opacity=30); filter: alpha(opacity=30);
opacity: .3; opacity: .3;
} }
.ie8 #fileList a.action:hover img,
#fileList tr a.action.disabled.action-download, #fileList tr a.action.disabled.action-download,
#fileList tr:hover a.action.disabled.action-download:hover, #fileList tr:hover a.action.disabled.action-download:hover,
#fileList tr:focus a.action.disabled.action-download:focus, #fileList tr:focus a.action.disabled.action-download:focus,
@ -741,14 +707,6 @@ table.dragshadow td.filename {
table.dragshadow td.size { table.dragshadow td.size {
padding-right:8px; padding-right:8px;
} }
#upgrade {
width: 400px;
position: absolute;
top: 200px;
left: 50%;
text-align: center;
margin-left: -200px;
}
.mask { .mask {
z-index: 50; z-index: 50;
position: absolute; position: absolute;
@ -771,10 +729,6 @@ table.dragshadow td.size {
opacity: 0; opacity: 0;
} }
html.ie8 #controls .button.new {
padding-right: 0;
}
.newFileMenu { .newFileMenu {
font-weight: 300; font-weight: 300;
top: 100%; top: 100%;

View File

@ -1057,12 +1057,6 @@ span.ui-icon {
margin: 3px 7px 30px 0; margin: 3px 7px 30px 0;
} }
.move2trash {
/* decrease spinner size */
width: 16px;
height: 16px;
}
/* ---- TOOLTIPS ---- */ /* ---- TOOLTIPS ---- */
.extra-data { .extra-data {