mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-15 12:15:20 +08:00
23 lines
224 B
Text
23 lines
224 B
Text
|
|
#V-Settings-Security {
|
|
|
|
td * {
|
|
cursor: pointer;
|
|
}
|
|
td + td {
|
|
width: 1%;
|
|
}
|
|
|
|
.key-user {
|
|
margin: 0 0.5em;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.delete-key:not(:hover) {
|
|
opacity: 0.7;
|
|
}
|
|
|
|
iframe {
|
|
max-width: 991px;
|
|
}
|
|
}
|