mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-02 21:12:02 +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;
|
|
}
|
|
}
|