Fix remove button display for external storage
This commit is contained in:
parent
53f117c01a
commit
be32625fcc
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue