mobile: change CSS order so rename and versions are hidden
This commit is contained in:
parent
872006da03
commit
285fc5ba96
|
@ -18,12 +18,6 @@ table td.filename .nametext {
|
||||||
max-width: 75% !important;
|
max-width: 75% !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* do not show Rename or Versions on mobile */
|
|
||||||
#fileList .action-rename,
|
|
||||||
#fileList .action-versions {
|
|
||||||
display: none !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* always show actions on mobile, not only on hover */
|
/* always show actions on mobile, not only on hover */
|
||||||
#fileList a.action {
|
#fileList a.action {
|
||||||
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)" !important;
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)" !important;
|
||||||
|
@ -31,6 +25,11 @@ table td.filename .nametext {
|
||||||
opacity: .2 !important;
|
opacity: .2 !important;
|
||||||
display: inline !important;
|
display: inline !important;
|
||||||
}
|
}
|
||||||
|
/* do not show Rename or Versions on mobile */
|
||||||
|
#fileList .action.action-rename,
|
||||||
|
#fileList .action.action-versions {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
/* some padding for better clickability */
|
/* some padding for better clickability */
|
||||||
#fileList a.action img {
|
#fileList a.action img {
|
||||||
padding: 0 6px 0 12px;
|
padding: 0 6px 0 12px;
|
||||||
|
|
Loading…
Reference in New Issue