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:
0ac6ec5
)
Reset <summary> font size in tables to inherit from table
author
Nicol
<vingle@users.noreply.github.com>
Thu, 7 Dec 2023 18:45:24 +0000
(18:45 +0000)
committer
GitHub
<noreply@github.com>
Thu, 7 Dec 2023 18:45:24 +0000
(18:45 +0000)
css/civicrm.css
patch
|
blob
|
blame
|
history
diff --git
a/css/civicrm.css
b/css/civicrm.css
index 430a55fd90c71e724b1dc688116e0830e63aad34..b606e7f2aed05001c9cd3754dcb4993b3af82a93 100644
(file)
--- a/
css/civicrm.css
+++ b/
css/civicrm.css
@@
-2203,6
+2203,10
@@
div.crm-master-accordion-header a.helpicon {
font-weight: bold;
}
+.crm-container table summary { /* Makes summary match the size of the rest of the table it's in */
+ font-size: inherit;
+}
+
.crm-container summary::-webkit-details-marker { /* Safari fix to remove summary icon */
display: none;
}