summaryrefslogtreecommitdiff
path: root/plugins/message_highlight/message_highlight.css
diff options
context:
space:
mode:
authorHugues Hiegel <hugues@hiegel.fr>2013-09-12 11:43:22 +0200
committerHugues Hiegel <root@paranoid>2013-11-12 12:15:47 +0100
commitec116d33c22b371328c8557158736e3d2ee479a8 (patch)
tree8c3b6b613075ee74c282b6bdd6d530a85e2bd48f /plugins/message_highlight/message_highlight.css
parent31de4bc5ebf9556817554ae9630ca06e92fd7218 (diff)
[plugins] message_hilight : color, not backgroundColor.
Diffstat (limited to 'plugins/message_highlight/message_highlight.css')
-rw-r--r--plugins/message_highlight/message_highlight.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/message_highlight/message_highlight.css b/plugins/message_highlight/message_highlight.css
index 20b27e0d7..3d18b3b54 100644
--- a/plugins/message_highlight/message_highlight.css
+++ b/plugins/message_highlight/message_highlight.css
@@ -1,5 +1,5 @@
.rcmfd_mh_row td {
- background-color: transparent !important;
+ #background-color: transparent !important;
}
.rcmfd_mh_header {
@@ -18,7 +18,7 @@
}
.mh_color_input_2 {
- background-color:#FF764D;
+ #background-color:#FF764D;
border:1px solid black;
cursor:pointer;
display:inline-block;