Add asterisks to company name for hover

This commit is contained in:
2019-06-23 22:25:08 +05:30
parent f27beab3b0
commit b42fc186c3
+7
View File
@@ -55,6 +55,13 @@
visibility: visible; visibility: visible;
} }
.OpenXDay .company-name:after {
content: "*";
position: absolute;
font-size: 0.4em;
top: 0.2em;
}
.OpenXDay .answerComposite { .OpenXDay .answerComposite {
float: right; float: right;
width: 50%; width: 50%;