69 lines
1.5 KiB
CSS
69 lines
1.5 KiB
CSS
|
/*!
|
||
|
* DSFR v1.11.2 | SPDX-License-Identifier: MIT | License-Filename: LICENSE.md | restricted use (see terms and conditions)
|
||
|
*/
|
||
|
@media (min-width: 36em) {
|
||
|
/*! media sm */
|
||
|
}
|
||
|
@media (min-width: 48em) {
|
||
|
/*! media md */
|
||
|
}
|
||
|
@media (min-width: 62em) {
|
||
|
/*! media lg */
|
||
|
}
|
||
|
@media (min-width: 78em) {
|
||
|
/*! media xl */
|
||
|
}
|
||
|
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
|
||
|
.fr-tooltip {
|
||
|
position: relative;
|
||
|
color: #3a3a3a;
|
||
|
}
|
||
|
|
||
|
.fr-tooltip__btn::before {
|
||
|
background-color: transparent;
|
||
|
background-size: 100%;
|
||
|
background-repeat: no-repeat;
|
||
|
background-image: url("../../icons/media/align-left.svg");
|
||
|
width: 1rem;
|
||
|
height: 1rem;
|
||
|
}
|
||
|
|
||
|
.fr-tooltip__btn::after {
|
||
|
background-color: transparent;
|
||
|
background-size: 100%;
|
||
|
background-repeat: no-repeat;
|
||
|
background-image: url("../../icons/system/add-line.svg");
|
||
|
width: 1rem;
|
||
|
height: 1rem;
|
||
|
}
|
||
|
|
||
|
.fr-tooltip__btn[aria-expanded=true]::before,
|
||
|
.fr-tooltip__btn[aria-expanded=true]::after {
|
||
|
background-image: url("../../icons/system/subtract-line.svg");
|
||
|
}
|
||
|
|
||
|
ul.fr-tooltip__actions-group {
|
||
|
list-style-type: none;
|
||
|
}
|
||
|
|
||
|
ol.fr-tooltip__actions-group {
|
||
|
list-style-type: none;
|
||
|
}
|
||
|
|
||
|
ul.fr-tooltip__actions-group,
|
||
|
ol.fr-tooltip__actions-group {
|
||
|
padding-left: 0;
|
||
|
margin-top: 0;
|
||
|
margin-bottom: 0;
|
||
|
}
|
||
|
|
||
|
.fr-tooltip .fr-modal:not(.fr-modal--opened) .fr-modal__content {
|
||
|
max-height: 9.5rem;
|
||
|
}
|
||
|
|
||
|
.fr-tooltip.fr-placement {
|
||
|
z-index: 1000;
|
||
|
background-image: linear-gradient(90deg, #fff, #fff);
|
||
|
}
|
||
|
}
|