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 (49 lines) | stat: -rw-r--r-- 855 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
42
43
44
45
46
47
48
49
/* mail list */
.rcmfd_mh_row td {
    background-color: transparent !important;
}

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


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

.mh_preferences_row .ml-3 {
    margin-left: 10px;
}

.mh_preferences_row .ml-5 {
    margin-left: 15px;
}


/* icon */
#sections-table #rcmrowmh_preferences td.section {
    background-position: 6px -238px;
}

#sections-table #rcmrowmh_preferences.selected td.section {
    background-position: 6px -262px;
}

/* 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;
}