fix some colors, like/dislike activated
This commit is contained in:
@ -65,6 +65,29 @@ input.p-inputtext.p-component.ng-star-inserted {
|
||||
}
|
||||
|
||||
|
||||
button.action-button.action-button-like.activated svg {
|
||||
color: green;
|
||||
}
|
||||
|
||||
button.action-button.action-button-dislike.activated svg {
|
||||
color: red;
|
||||
}
|
||||
|
||||
.alert.pt-alert-primary.ng-star-inserted,
|
||||
.instance-information {
|
||||
display: none;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #f57200;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #D16100;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.icon.icon-logo {
|
||||
display: inline-block;
|
||||
margin-right: 5px;
|
||||
|
Reference in New Issue
Block a user