]> git.apps.os.sepia.ceph.com Git - ceph.git/blob
e3bc7aaed0ca0a2d10b51c129a308c02a5576e3a
[ceph.git] /
1 /*
2   Overrides the active and focus states of bootstrap accordion,
3   in order to align the accordion css with rest of the form.
4
5   Summary of overrides:
6   - font-size was 1 rem
7   - color was blue when higlighted
8   - border,outlines and box-shadow were set
9   - accordion down button in active form was a blue svg icon
10
11  */
12 .cd-form-advanced-fieldset-buttton {
13   --bs-accordion-btn-active-icon: var(--bs-accordion-btn-icon);
14   background-color: inherit;
15   border: hidden;
16   border-color: inherit;
17   box-shadow: none;
18   color: inherit;
19   font-size: inherit;
20   outline: 0;
21   text-decoration: none;
22 }