diff --git a/filemanager/src/views/Home.vue b/filemanager/src/views/Home.vue index 61c04ccc5..b535cf38e 100644 --- a/filemanager/src/views/Home.vue +++ b/filemanager/src/views/Home.vue @@ -37,10 +37,12 @@ @@ -462,4 +464,11 @@ export default { margin-top: 5px; } +a.p-button:hover { + text-decoration: none; + background: #0d89ec; + color: #ffffff; + border-color: #0d89ec; +} +