summaryrefslogtreecommitdiff
path: root/plugins/message_highlight/message_highlight.css
blob: 3d18b3b543036496d88d20865e15d7847467306b (plain)
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
.rcmfd_mh_row td {
  #background-color: transparent !important;
}

.rcmfd_mh_header {
  font-size: 10pt;
  margin-right: 10px;
}

.rcmfd_mh_input {
  font-size: 10pt;
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.mh_color {
  margin-right: 10px;
}

.mh_color_input_2 {
  #background-color:#FF764D;
  border:1px solid black;
  cursor:pointer;
  display:inline-block;
  float:none;
  height: 20px;
  width:100px;
  margin-left: 10px;
  vertical-align: top;
}

.mh_color_input {
  width: 100px;
  height: 20px;
  display: none;
  padding-top: 4px;
  margin-right: 10px;
}

.mh_button {
  margin-left: 10px;
}

.mh_first {
	display: none;
}

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

#mColorPickerImg {
  height: 55px !important;
}

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