Skip to content

Commit

Permalink
Refine the AMO style.
Browse files Browse the repository at this point in the history
  • Loading branch information
JustOff committed Sep 10, 2017
1 parent bc4bfc8 commit 9ab5606
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion chrome/amo.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,32 @@
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("addons.mozilla.org"){
.button.concealed {
.install-button a.concealed {
cursor: pointer !important;
pointer-events: auto !important;
background: #489615 !important;
color: #FFF !important;
}
.install-button a.button span {
display: none;
}
.install-button a.installer:before {
content: 'Add to Pale Moon';
}
.install-button a.concealed:before {
content: 'Download File';
}
.install-button a.concealed:hover:after{
background: #FFFFE1;
border: 1px solid;
bottom: 26px;
color: #000;
font-size: 12px;
font-weight: normal;
content: 'Use "Save Link As…" from the context menu!';
left: 20%;
padding: 5px 15px;
position: absolute;
z-index: 98;
width: 130px;
}
}

0 comments on commit 9ab5606

Please sign in to comment.