mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-08 22:18:28 +03:00
18 lines
188 B
Text
18 lines
188 B
Text
|
|
#V-Settings-OpenPgp {
|
|
|
|
td * {
|
|
cursor: pointer;
|
|
}
|
|
td + td {
|
|
width: 1%;
|
|
}
|
|
|
|
.open-pgp-key-user {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.delete-open-pgp-key:not(:hover) {
|
|
opacity: 0.7;
|
|
}
|
|
}
|