File: message_highlight.css

package info (click to toggle)
roundcube-plugin-message-highlight 4.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 264 kB
  • sloc: javascript: 445; php: 246; makefile: 37; xml: 18
file content (41 lines) | stat: -rw-r--r-- 760 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
/* mail list */
.rcmfd_mh_row td {
    background-color: transparent !important;
    color: #fff !important;
}

.rcmfd_mh_row_dark td * {
    color: #fff !important;
}

/* preferences */

.mh_preferences_row {
    display: flex;
    align-items: center;
}

.mh_preferences_row .mh_button {
    border: 1px solid #ced4da;
}

/* pencil icon for settings item */
.listing.iconized tr.mh_preferences>td.section:before {
    content: "\f303";
}

/* remove some colorpicker elements */
#mColorPickerTransparent, #mColorPickerSwatches, #mColorPickerImgGray {
    display: none;
}

#mColorPickerFooter {
    background-color: #ffffff !important;
}


#mColorPicker {
    height: 83px !important;
    padding: 2px !important;
    background-color: #ffffff !important;
}