mirror of
https://github.com/RainLoop/rainloop-webmail.git
synced 2026-02-01 11:34:25 +01:00
21 lines
217 B
Plaintext
21 lines
217 B
Plaintext
|
|
.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;
|
|
}
|
|
}
|
|
}
|
|
|