11 lines
209 B
CSS
11 lines
209 B
CSS
/* stylesheet.css - Style de l'extension SSH Launcher */
|
|
|
|
.ssh-launcher-icon {
|
|
/* Icône légèrement colorée pour la distinguer */
|
|
color: #00d9ff;
|
|
}
|
|
|
|
.ssh-launcher-icon:hover {
|
|
color: #ffffff;
|
|
}
|