snappymail/dev/Styles/SettingsGeneral.less

38 lines
452 B
Plaintext
Raw Normal View History

2015-01-06 04:55:06 +08:00
.b-settings-general {
2016-05-01 09:07:10 +08:00
html.rl-mobile &{
margin-right: 15px;
}
2015-01-06 04:55:06 +08:00
.notification-desc-denied {
color: #999;
display: none;
}
.denied-by-browser {
.notification-desc-denied {
display: inline;
}
.notification-desc {
color: #999;
}
}
.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;
2015-05-06 00:41:15 +08:00
padding: 2px 0px;
&:focus {
outline: 1px;
outline-style: dotted;
}
2015-01-06 04:55:06 +08:00
}
}