8 lines
190 B
CSS
8 lines
190 B
CSS
.plugin-player-tracker-popup a {
|
|
color: inherit;
|
|
text-decoration: underline;
|
|
text-decoration-style: dashed;
|
|
-moz-text-decoration-style: dashed;
|
|
-webkit-text-decoration-style: dashed;
|
|
}
|