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:
9ca4588
)
removes repeated font-size from light-accordion class
author
Nicol
<vingle@users.noreply.github.com>
Fri, 8 Dec 2023 01:08:29 +0000
(
01:08
+0000)
committer
GitHub
<noreply@github.com>
Fri, 8 Dec 2023 01:08:29 +0000
(
01:08
+0000)
css/civicrm.css
patch
|
blob
|
blame
|
history
diff --git
a/css/civicrm.css
b/css/civicrm.css
index b606e7f2aed05001c9cd3754dcb4993b3af82a93..906d7aafec694c644710a2ef850ed717a0021fd4 100644
(file)
--- a/
css/civicrm.css
+++ b/
css/civicrm.css
@@
-2265,7
+2265,10
@@
div.crm-master-accordion-header a.helpicon {
background-color: transparent;
font-weight: normal;
color: #3e3e3e;
- font-size: 1rem;
+}
+
+.crm-container .crm-accordion-wrapper .crm-master-accordion-header {
+ font-size: 16px;
}
.crm-container .crm-master-accordion-header.crm-accordion-header:hover,