32 lines
669 B
CSS
32 lines
669 B
CSS
/*!
|
|
* DSFR v1.11.2 | SPDX-License-Identifier: MIT | License-Filename: LICENSE.md | restricted use (see terms and conditions)
|
|
*/
|
|
@media print {
|
|
.fr-transcription::before {
|
|
box-shadow: inset 0 0 0 1px #ddd;
|
|
}
|
|
|
|
.fr-transcription__btn {
|
|
color: #000091;
|
|
}
|
|
|
|
.fr-transcription__btn[aria-expanded=true] {
|
|
background-color: #e3e3fd;
|
|
}
|
|
|
|
.fr-transcription__content::before {
|
|
box-shadow: inset 0 1px 0 0 #ddd;
|
|
}
|
|
|
|
.fr-transcription__footer::before {
|
|
box-shadow: inset 0 1px 0 0 #ddd;
|
|
}
|
|
|
|
.fr-transcription .fr-modal:not(.fr-modal--opened)::before {
|
|
box-shadow: inset 0 1px 0 0 #ddd;
|
|
}
|
|
|
|
.fr-transcription {
|
|
display: none;
|
|
}
|
|
}
|