mirror of
https://github.com/RainLoop/rainloop-webmail.git
synced 2026-02-05 11:34:54 +01:00
27 lines
326 B
Plaintext
27 lines
326 B
Plaintext
|
|
.b-settings-general {
|
|
|
|
.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 {
|
|
border-bottom: 1px dashed #555;
|
|
cursor: pointer;
|
|
}
|
|
}
|