mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 14:07:04 +03:00
Bugfix: incorrect style for settings security
This commit is contained in:
parent
b074a9eaf3
commit
049350b112
2 changed files with 2 additions and 2 deletions
23
dev/Styles/User/SettingsSecurity.less
Normal file
23
dev/Styles/User/SettingsSecurity.less
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
|
||||
#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;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue