snappymail/dev/Styles/User/SettingsOpenPGP.less

24 lines
223 B
Text
Raw Normal View History

#V-Settings-OpenPgp {
td * {
cursor: pointer;
}
2021-09-10 15:30:06 +08:00
td + td {
width: 1%;
}
.key-user {
margin: 0 0.5em;
white-space: nowrap;
}
.delete-key:not(:hover) {
opacity: 0.7;
}
2022-01-29 00:56:44 +08:00
iframe {
max-width: 991px;
}
}