Files
2026-04-28 15:13:50 +02:00

35 lines
661 B
CSS

.trustindex-popup {
position: fixed !important;
top: 30px;
right: 20px;
padding-right: 30px;
z-index: 2;
width: auto;
max-width: 750px;
}
.trustindex-notification-row a { text-decoration: none }
.trustindex-star-row {
display: block;
color: rgb(246, 187, 6);
font-size: 23px;
margin: 8px 0;
letter-spacing: -1px;
}
.ti-button-primary {
background-color: #1a976a !important;
border-color: #1a976a !important;
margin-right: 10px !important;
margin-top: 10px !important;
}
.ti-button-primary:hover {
background-color: #136b4b !important;
border-color: #136b4b !important;
}
.trustindex-popup a {
color: #888 !important;
}