diff --git a/www/drive/file.css b/www/drive/file.css index 431cecd60..fed050db1 100644 --- a/www/drive/file.css +++ b/www/drive/file.css @@ -43,6 +43,9 @@ body { margin-top: 0.5em; } } +div:focus { + outline: none; +} .fa { /*min-width: 17px;*/ margin-right: 3px; diff --git a/www/drive/file.less b/www/drive/file.less index fc6985802..fe506ae35 100644 --- a/www/drive/file.less +++ b/www/drive/file.less @@ -70,6 +70,10 @@ body { } } +div:focus { + outline: none; +} + .fa { /*min-width: 17px;*/ margin-right: 3px; diff --git a/www/drive/inner.html b/www/drive/inner.html index 859ae3391..c7f63f860 100644 --- a/www/drive/inner.html +++ b/www/drive/inner.html @@ -14,7 +14,7 @@
-
+