1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-16 22:50:10 +03:00

M #~: Resize and change vm remotes icons (#4705)

This commit is contained in:
Sergio Betanzos 2020-05-12 12:33:25 +02:00 committed by GitHub
parent b05b5d2a64
commit 469e5f824c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1003,7 +1003,7 @@ define(function(require) {
function buttonWFile(id = "", data = {}) {
return '<button class="w_file remote_vm" data-id="' + id + '"\
data-type="' + data.type + '" data-port="' + data.port + '" data-hostname="' + data.hostname + '">\
<i class="fas fa-external-link-alt"></i></button>';
<i class="fas fa-external-link-square-alt"></i></button>';
}
function buttonRDP(ip = "", vm = {}) {

View File

@ -128,7 +128,7 @@ button.search-dropdown {
button.remote_vm {
margin: 0 5px;
font-size: 1.5em;
font-size: 1.4em;
&.spice i {
-webkit-text-stroke: 0.7px;