From 59478e06c25303a790a0840ab2ac30662c4ef781 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Tue, 5 Aug 2014 16:46:22 +0200 Subject: c'est la merde.. --- plugins/message_highlight/message_highlight.css | 74 +++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 plugins/message_highlight/message_highlight.css (limited to 'plugins/message_highlight/message_highlight.css') diff --git a/plugins/message_highlight/message_highlight.css b/plugins/message_highlight/message_highlight.css new file mode 100644 index 000000000..3d18b3b54 --- /dev/null +++ b/plugins/message_highlight/message_highlight.css @@ -0,0 +1,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; +} -- cgit v1.2.3