mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-08 07:48:02 +08:00
21 lines
242 B
Text
21 lines
242 B
Text
|
|
.b-settings-templates {
|
|
|
|
td + td {
|
|
width: 150px;
|
|
}
|
|
td + td + td {
|
|
width: 1%;
|
|
}
|
|
|
|
.template-name {
|
|
display: inline-block;
|
|
line-height: 22px;
|
|
word-break: break-all;
|
|
}
|
|
|
|
.delete-template {
|
|
cursor: pointer;
|
|
opacity: 0.5;
|
|
}
|
|
}
|