Fix remove button display for external storage

remotes/origin/stable45
Michael Gapczynski 14 years ago
parent 53f117c01a
commit be32625fcc
  1. 2
      apps/files_external/css/settings.css

@ -1,5 +1,7 @@
.error { color: #FF3B3B; }
td.mountPoint, td.backend { width:10em; }
td.remove>img { visibility:hidden; padding-top:0.8em; }
tr:hover>td.remove>img { visibility:visible; cursor:pointer; }
#addMountPoint>td { border:none; }
#addMountPoint>td.applicable { visibility:hidden; }
#selectBackend { margin-left:-10px; }
Loading…
Cancel
Save