snappymail/dev/Styles/SettingsGeneral.less

20 lines
217 B
Text
Raw Normal View History

2015-01-06 04:55:06 +08:00
.b-settings-general {
.flag-selector {
padding-top: 5px;
}
.flag-name {
2016-05-01 09:07:10 +08:00
2015-01-06 04:55:06 +08:00
border-bottom: 1px dashed #555;
cursor: pointer;
2020-09-12 19:57:09 +08:00
padding: 2px 0;
&:focus {
outline: 1px;
outline-style: dotted;
}
2015-01-06 04:55:06 +08:00
}
}