mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-14 11:44:54 +08:00
19 lines
217 B
Text
19 lines
217 B
Text
|
|
.b-settings-general {
|
|
|
|
.flag-selector {
|
|
padding-top: 5px;
|
|
}
|
|
|
|
.flag-name {
|
|
|
|
border-bottom: 1px dashed #555;
|
|
cursor: pointer;
|
|
padding: 2px 0;
|
|
|
|
&:focus {
|
|
outline: 1px;
|
|
outline-style: dotted;
|
|
}
|
|
}
|
|
}
|