mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-05 06:22:52 +08:00
20 lines
217 B
Text
20 lines
217 B
Text
|
|
.b-admin-general {
|
|
|
|
.flag-selector {
|
|
padding-top: 5px;
|
|
}
|
|
|
|
.flag-name {
|
|
|
|
border-bottom: 1px dashed #555;
|
|
cursor: pointer;
|
|
padding: 2px 0px;
|
|
|
|
&:focus {
|
|
outline: 1px;
|
|
outline-style: dotted;
|
|
}
|
|
}
|
|
}
|
|
|