fix mail text editor
This commit is contained in:
parent
5e87fa6117
commit
9d3f71e29b
1 changed files with 58 additions and 50 deletions
108
custom-theme.css
108
custom-theme.css
|
|
@ -19,25 +19,25 @@ md-list-item {color:rgba(254, 254, 254, 0.9);}
|
|||
/*.layout-column, .view-detail {background-color: rgb(49, 49, 49) !important;}*/
|
||||
.view-detail {background-color: rgb(49, 49, 49) !important;}
|
||||
md-toolbar.md-hue-1:not(.md-menu-toolbar).md-accent, md-toolbar.md-hue-1:not(.md-menu-toolbar).md-accent md-input-container[md-no-float] .md-input {
|
||||
background-color: rgb(65, 65, 65);
|
||||
color: rgb(197, 197, 197);
|
||||
background-color: rgb(65, 65, 65);
|
||||
color: rgb(197, 197, 197);
|
||||
}
|
||||
|
||||
md-select-menu.md-default-theme md-content, md-select-menu md-content, md-menu-content {
|
||||
background-color: rgb(63, 59, 59);
|
||||
background-color: rgb(63, 59, 59);
|
||||
}
|
||||
md-select-menu.md-default-theme md-content md-option, md-select-menu md-content md-option, md-menu-content, md-menu-item {
|
||||
color: rgb(255, 255, 255);
|
||||
color: rgb(255, 255, 255);
|
||||
}
|
||||
|
||||
md-select-menu.md-default-theme md-content md-option[selected].md-focused, md-select-menu md-content md-option[selected].md-focused, md-select-menu.md-default-theme md-content md-option[selected]:focus, md-select-menu md-content md-option[selected]:focus {
|
||||
color: rgb(255, 132, 132);
|
||||
color: rgb(255, 132, 132);
|
||||
}
|
||||
|
||||
md-card.md-default-theme, md-card {
|
||||
background-color: rgb(255,255,255);
|
||||
border-radius: 2px;
|
||||
color: rgba(18, 17, 17, 0.90);
|
||||
background-color: rgb(255,255,255);
|
||||
border-radius: 2px;
|
||||
color: rgba(18, 17, 17, 0.90);
|
||||
}
|
||||
|
||||
/* Mail editor. Headers */
|
||||
|
|
@ -51,34 +51,34 @@ header md-chips md-chip.md-focused{background:rgb(32, 32, 32);color:rgba(255,255
|
|||
header md-chips md-chip.md-focused md-icon{color:rgba(255,255,255,0.87)}
|
||||
header md-chips .md-chip-remove-container button.md-chip-remove md-icon,md-chips.md-default-theme .md-chip-remove-container buttonmd-chip-remove md-icon, md-chips .md-chip-remove-container buttonmd-chip-remove md-icon{fill:rgba(155, 0, 0, 0.7);color:rgba(223, 223, 223, 0.54)}
|
||||
md-toolbar md-autocomplete.md-margin.md-default-theme.md-bg.md-hue-1.flex {
|
||||
background-color: rgb(63 59 59);
|
||||
background-color: rgb(63 59 59);
|
||||
}
|
||||
md-toolbar md-autocomplete.md-default-theme.md-hue-1 input, md-autocomplete.md-hue-1 input {
|
||||
color: rgb(235 235 235);
|
||||
color: rgb(235 235 235);
|
||||
}
|
||||
.md-autocomplete-standard-list-container.md-default-theme .md-autocomplete-suggestion, .md-autocomplete-standard-list-container .md-autocomplete-suggestion, .md-autocomplete-suggestions-container.md-default-theme .md-autocomplete-suggestion, .md-autocomplete-suggestions-container .md-autocomplete-suggestion {
|
||||
color: rgb(197 197 197);
|
||||
background-color: rgb(63 59 59)
|
||||
color: rgb(197 197 197);
|
||||
background-color: rgb(63 59 59)
|
||||
}
|
||||
.md-autocomplete-standard-list-container.md-default-theme .md-autocomplete-suggestion:hover,
|
||||
.md-autocomplete-standard-list-container .md-autocomplete-suggestion:hover,
|
||||
.md-autocomplete-suggestions-container.md-default-theme .md-autocomplete-suggestion:hover,
|
||||
.md-autocomplete-suggestions-container .md-autocomplete-suggestion:hover {
|
||||
color: rgb(205 205 205);
|
||||
background-color: rgb(59, 55, 55);
|
||||
color: rgb(205 205 205);
|
||||
background-color: rgb(59, 55, 55);
|
||||
}
|
||||
label.pseudo-input-label {
|
||||
color: rgb(197 197 197);
|
||||
color: rgb(197 197 197);
|
||||
}
|
||||
/* End Mail editor. Headers */
|
||||
|
||||
/* Color text in chips input box */
|
||||
md-autocomplete md-chips .md-chips .md-chip-input-container {
|
||||
color: rgb(219 219 219);
|
||||
color: rgb(219 219 219);
|
||||
}
|
||||
/* End Mail editor. Headers */
|
||||
md-list-item.md-clickable._md-button-wrap._md.layout-align-space-between-center.layout-row {
|
||||
background-color: rgb(63, 59, 59);
|
||||
background-color: rgb(63, 59, 59);
|
||||
}
|
||||
|
||||
/* Mail tag color */
|
||||
|
|
@ -91,125 +91,133 @@ md-card-content md-chips .md-chips .md-chip-input-container input:-moz-placehold
|
|||
|
||||
/* End Mail tag color */
|
||||
md-autocomplete.input.ng-pristine.ng-valid.ng-empty.ng-valid-required.ng-valid-minlength.ng-valid-maxlength.md-input.ng-touched {
|
||||
color: rgb(69, 54, 54);
|
||||
color: rgb(69, 54, 54);
|
||||
}
|
||||
|
||||
md-autocomplete.input.ng-pristine.ng-valid.ng-empty.ng-valid-required.ng-valid-minlength.ng-valid-maxlength.md-input.ng-touched::placeholder {
|
||||
color: rgb(69, 54, 54);
|
||||
color: rgb(69, 54, 54);
|
||||
}
|
||||
/* End Mail tag color */
|
||||
|
||||
/* Mail detailed information */
|
||||
.msg-recipients.layout-column.flex-xs-100.flex-50 {
|
||||
background-color: rgb(245, 245, 245) !important;
|
||||
background-color: rgb(245, 245, 245) !important;
|
||||
}
|
||||
/* Selected mail */
|
||||
md-list-item.sg-message-list-item._md-button-wrap.md-with-secondary._md.md-clickable.md-default-theme.md-accent.md-bg.md-hue-2 {
|
||||
background-color: rgb(103, 84, 84);
|
||||
background-color: rgb(103, 84, 84);
|
||||
}
|
||||
|
||||
/* Selected menu item */
|
||||
md-list-item.md-default-theme.md-background.md-hue-1.md-bg {
|
||||
background-color: rgb(157, 157, 154);
|
||||
background-color: rgb(157, 157, 154);
|
||||
}
|
||||
|
||||
md-menu-content.md-default-theme md-menu-item, md-menu-content md-menu-item {
|
||||
color: rgb(245 243 243);
|
||||
color: rgb(245 243 243);
|
||||
}
|
||||
|
||||
md-icon {
|
||||
color: rgba(203, 66, 66, 0.94);
|
||||
color: rgba(203, 66, 66, 0.94);
|
||||
}
|
||||
|
||||
.md-button.md-fab:hover {
|
||||
background-color: rgb(205, 154, 154);
|
||||
background-color: rgb(205, 154, 154);
|
||||
}
|
||||
|
||||
.md-autocomplete.md-default-theme.md-hue-1.md-bg {
|
||||
background-color: rgb(178, 214, 211);
|
||||
background-color: rgb(178, 214, 211);
|
||||
}
|
||||
.md-autocomplete.md-default-theme.md-hue-1 input, .md-autocomplete.md-hue-1 input {
|
||||
color: rgb(255, 255, 255);
|
||||
color: rgb(255, 255, 255);
|
||||
}
|
||||
|
||||
md-input-container.md-default-theme .md-input, md-input-container .md-input {
|
||||
color: rgb(38 37 37);
|
||||
color: rgb(38 37 37);
|
||||
}
|
||||
|
||||
.sg-message-thread {
|
||||
background-color: rgb(49 49 49);
|
||||
background-color: rgb(49 49 49);
|
||||
}
|
||||
.sg-message-thread-first {
|
||||
background-color: rgb(42 43 42);
|
||||
background-color: rgb(42 43 42);
|
||||
}
|
||||
|
||||
md-icon.md-rotate-180-ccw.material-icons {
|
||||
color: rgb(194 65 65) !important;
|
||||
color: rgb(194 65 65) !important;
|
||||
}
|
||||
button.sg-tile-btn.md-secondary.md-button.md-ink-ripple {
|
||||
color: rgb(223 221 221) !important;
|
||||
color: rgb(223 221 221) !important;
|
||||
}
|
||||
|
||||
/* Preferences*/
|
||||
md-content.md-flex._md {
|
||||
background-color: rgb(49 49 49) !important;
|
||||
background-color: rgb(49 49 49) !important;
|
||||
}
|
||||
.md-subheader._md {
|
||||
background-color: rgb(55,55,55) !important;
|
||||
color: rgb(255 255 255) !important;
|
||||
background-color: rgb(55,55,55) !important;
|
||||
color: rgb(255 255 255) !important;
|
||||
}
|
||||
md-content.md-default-theme, md-content {
|
||||
background-color: rgb(49 49 49);
|
||||
color: rgb(197 197 197);
|
||||
background-color: rgb(49 49 49);
|
||||
color: rgb(197 197 197);
|
||||
}
|
||||
md-input-container.md-default-theme .md-input, md-input-container .md-input {
|
||||
color: rgb(172 167 167);
|
||||
color: rgb(172 167 167);
|
||||
}
|
||||
md-tabs.md-default-theme .md-tab.md-active, md-tabs .md-tab.md-active, md-tabs.md-default-theme .md-tab.md-active md-icon, md-tabs .md-tab.md-active md-icon, md-tabs.md-default-theme .md-tab.md-focused, md-tabs .md-tab.md-focused, md-tabs.md-default-theme .md-tab.md-focused md-icon, md-tabs .md-tab.md-focused md-icon {
|
||||
color: rgb(235 175 175);
|
||||
color: rgb(235 175 175);
|
||||
}
|
||||
/* End Preferences*/
|
||||
|
||||
/* Calendar */
|
||||
.view-detail md-card {
|
||||
background-color: #3f3434;
|
||||
background-color: #3f3434;
|
||||
}
|
||||
[ui-view=calendars] md-toolbar.daysView, [ui-view=calendars] md-toolbar.monthView {
|
||||
background-color: #313131;
|
||||
background-color: #313131;
|
||||
}
|
||||
/* End Calendar */
|
||||
|
||||
md-dialog h2.md-title {
|
||||
color: #e9dddd;
|
||||
color: #e9dddd;
|
||||
}
|
||||
.md-dialog-content-body {
|
||||
color: #e9dddd;
|
||||
color: #e9dddd;
|
||||
}
|
||||
md-dialog.md-transition-in {
|
||||
background-color: #252424!important;
|
||||
background-color: #252424!important;
|
||||
}
|
||||
md-dialog button.md-primary.md-button.md-default-theme.md-ink-ripple {
|
||||
color: rgb(203 203 203);
|
||||
color: rgb(203 203 203);
|
||||
}
|
||||
|
||||
.md-datepicker-input {
|
||||
color: rgb(185 34 34);
|
||||
color: rgb(185 34 34);
|
||||
}
|
||||
|
||||
/* Options Menu filter (left bot corner) */
|
||||
md-sidenav .md-toolbar-tools.sg-toolbar-tools--dense {
|
||||
background-color: rgb(81 81 81) !important;
|
||||
background-color: rgb(81 81 81) !important;
|
||||
}
|
||||
md-sidenav .md-toolbar-tools.sg-toolbar-tools--dense.layout-align-center-center {
|
||||
background-color: rgb(81 81 81) !important;
|
||||
background-color: rgb(81 81 81) !important;
|
||||
}
|
||||
/* End Options Menu filter (left bot corner) */
|
||||
|
||||
/* Logo screen */
|
||||
md-content .md-default-theme.md-accent.md-bg, .md-default-theme.md-background.md-hue-1.md-bg {
|
||||
background-color: rgb(63 59 59) !important;
|
||||
background-color: rgb(63 59 59) !important;
|
||||
}
|
||||
#loginContent {
|
||||
background-color: rgb(49 49 49) !important;
|
||||
background-color: rgb(49 49 49) !important;
|
||||
}
|
||||
/* End Logo screen */
|
||||
|
||||
/* Mail Text Editor */
|
||||
|
||||
.ck.ck-editor__main {
|
||||
color: black;
|
||||
}
|
||||
|
||||
/* End Mail Text Editor */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue