snappymail/dev/Styles/SettingsGeneral.less
2021-02-07 21:10:05 +01:00

20 lines
217 B
Plaintext

.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;
}
}
}