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