mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-25 02:50:08 +03:00
M #~: styles in icons vms (#4533)
Signed-off-by: Jorge Lobo <jlobo@opennebula.systems>
This commit is contained in:
parent
c3e5eb90ae
commit
753107924c
@ -127,23 +127,28 @@ button.search-dropdown {
|
||||
}
|
||||
|
||||
button.vnc,
|
||||
button.spice,
|
||||
button.rdp {
|
||||
margin: 0 5px;
|
||||
font-size: 1.4em;
|
||||
}
|
||||
|
||||
button.vnc i,
|
||||
button.spice i,
|
||||
button.rdp i {
|
||||
color: $anchor-color;
|
||||
}
|
||||
|
||||
button.vnc:hover i,
|
||||
button.spice:hover i,
|
||||
button.rdp:hover i {
|
||||
color: $anchor-color-hover;
|
||||
}
|
||||
|
||||
button.vnc:focus:active,
|
||||
button.vnc:focus:active i,
|
||||
button.spice:focus:active,
|
||||
button.spice:focus:active i,
|
||||
button.rdp:focus:active,
|
||||
button.rdp:focus:active i {
|
||||
outline: 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user