Skip to content

Commit e42aa5f

Browse files
authored
Update homepage.css
1 parent 8cad1b4 commit e42aa5f

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

homepage/homepage.css

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4777,15 +4777,18 @@ body {
47774777

47784778
.ctas .btn.installed {
47794779
width: auto;
4780-
opacity: 0.5;
4781-
pointer-events: none;
47824780
}
47834781

47844782
.ctas .btn.installed::before {
4785-
content: 'Installed';
4783+
content: 'Open';
47864784
width: auto;
47874785
}
47884786

4787+
.ctas .btn.cookies {
4788+
opacity: 0.5;
4789+
pointer-events: none;
4790+
}
4791+
47894792
.ctas .btn.cookies::before {
47904793
content: 'Cookies Disabled';
47914794
}

0 commit comments

Comments
 (0)