[TASK] Modification du style css en mode showDetailsOnClick à false
This commit is contained in:
parent
82848712a4
commit
0c55ee2c0e
|
|
@ -421,7 +421,8 @@ div#tarteaucitronServices {
|
|||
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle,
|
||||
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle button,
|
||||
#tarteaucitron #tarteaucitronInfo,
|
||||
#tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
|
||||
#tarteaucitron #tarteaucitronServices .tarteaucitronDetails,
|
||||
#tarteaucitronRoot .asCatToggleBtn {
|
||||
color: #fff;
|
||||
display: inline-block;
|
||||
font-size: 14px;
|
||||
|
|
@ -458,7 +459,7 @@ div#tarteaucitronServices {
|
|||
}
|
||||
|
||||
#tarteaucitron #tarteaucitronInfo,
|
||||
#tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
|
||||
#tarteaucitron #tarteaucitronServices .tarteaucitronDetails:not(.tarteaucitronDetailsInline) {
|
||||
color: #fff;
|
||||
display: none;
|
||||
font-size: 12px;
|
||||
|
|
@ -470,6 +471,15 @@ div#tarteaucitronServices {
|
|||
z-index: 2147483647;
|
||||
}
|
||||
|
||||
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle + [id^="tarteaucitronDetails"] {
|
||||
width: 100%;
|
||||
font-weight:500;
|
||||
margin:0;
|
||||
padding:1.5rem;
|
||||
background:rgba(51, 51, 51, 0.2);
|
||||
color:#333;
|
||||
}
|
||||
|
||||
#tarteaucitron #tarteaucitronInfo a {
|
||||
color: #fff;
|
||||
text-decoration: underline;
|
||||
|
|
|
|||
Loading…
Reference in New Issue