mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2025-05-17 06:32:05 +00:00
58 lines
1.3 KiB
SCSS
58 lines
1.3 KiB
SCSS
/* Mail --------------------------------------------------------------------- */
|
|
|
|
.app-mail #account-form .tabs-component-tab {
|
|
|
|
a {
|
|
color: $foreground-normal;
|
|
}
|
|
|
|
&.is-active {
|
|
border-bottom-color: $decoration-active;
|
|
}
|
|
}
|
|
|
|
.app-mail #app-content {
|
|
|
|
.app-content-list {
|
|
|
|
.app-content-list-item,
|
|
.app-content-list-item-menu a {
|
|
color: $foreground-normal;
|
|
}
|
|
|
|
.app-content-list-item-line-two,
|
|
.app-content-list-item.active .app-content-list-item-details {
|
|
opacity: 0.7;
|
|
}
|
|
}
|
|
|
|
.app-content-details {
|
|
|
|
#mail-message-header {
|
|
background: $background-normal;
|
|
}
|
|
|
|
#mail-content {
|
|
background-color: $background-dark;
|
|
color: $foreground-normal;
|
|
padding: 1em;
|
|
border: 1px solid $decoration-normal;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
#mail-content iframe {
|
|
background-color: #EEE;
|
|
padding: 1em;
|
|
border: 1px solid $decoration-normal;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
.mail-message-attachments .attachments > div span:hover {
|
|
background-color: unset;
|
|
}
|
|
|
|
.transparency {
|
|
opacity: 1;
|
|
}
|
|
}
|
|
}
|