projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc8d132
)
Fix weird color added to some datatables' sort column
author
Coleman Watts
<coleman@civicrm.org>
Mon, 29 Sep 2014 19:44:42 +0000
(15:44 -0400)
committer
Coleman Watts
<coleman@civicrm.org>
Mon, 29 Sep 2014 19:44:42 +0000
(15:44 -0400)
css/civicrm.css
patch
|
blob
|
blame
|
history
diff --git
a/css/civicrm.css
b/css/civicrm.css
index 121be14f4d557bb160e4e4de8ff76080b7b7ee2b..f05fdd1e3cd8da14cd71666d97ebfaaf87767579 100644
(file)
--- a/
css/civicrm.css
+++ b/
css/civicrm.css
@@
-3262,6
+3262,10
@@
div.crm-container form {
.crm-container table.display td.center {
text-align: center;
}
+/* Fix weird color added to some datatables' sort column */
+.crm-container table.dataTable.display tbody tr > td.sorting_1 {
+ background-color: transparent;
+}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Datatables misc