Skip to content

Commit

Permalink
Reboot semver, Fix. google Scho. alignement
Browse files Browse the repository at this point in the history
  • Loading branch information
jj618 committed Dec 7, 2016
1 parent 9e6af02 commit d421dd8
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 27 deletions.
Binary file renamed istex.crx → istex-1.0.0.crx
Binary file not shown.
2 changes: 1 addition & 1 deletion src/.web-extension-id
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This file was created by https://github.com/mozilla/web-ext
# Your auto-generated extension ID for addons.mozilla.org is:
istexwebextension@inist.fr
istexwebextensionforreal@inist.fr
54 changes: 29 additions & 25 deletions src/content_scripts/main.css
Original file line number Diff line number Diff line change
@@ -1,35 +1,39 @@
a[name="ISTEXLink"].istex-link {
margin:2px 5px 2px 5px;
padding: 2px;
width: 60px;
border: 1px solid;
border-top-color: #ccc;
border-left-color: #ccc;
margin: 2px 5px 2px 5px;
padding: 2px;
width: 60px;
border: 1px solid;
border-top-color: #ccc;
border-left-color: #ccc;
border-bottom-color: #000;
border-right-color: #000;
background: #458ca5 !important;
text-align: center;
text-decoration: none !important;
font: normal 10px Verdana;
color: white !important;
font-weight: bold;
/* border-radius: 5px;*/
border-right-color: #000;
background: #458ca5 !important;
text-align: center;
text-decoration: none !important;
font: normal 10px Verdana;
color: white !important;
font-weight: bold;
/* border-radius: 5px;*/
}

[class^="gs"] > a[name="ISTEXLink"] {
margin-left: 0;
}

a[name="ISTEXLink"].istex-link:hover {
text-decoration: none !important;
color: white !important;
background: #C4D733 !important;
font-weight: bold;
color: white !important;
background: #c4d733 !important;
font-weight: bold;
}

a[name="ISTEXLink"].istex-link:active {
border-top-color: #000;
border-left-color: #000;
border-top-color: #000;
border-left-color: #000;
border-bottom-color: #ccc;
border-right-color: #ccc;
background: #666;
text-decoration: none !important;
color: white;
font-weight: bold;
}
border-right-color: #ccc;
background: #666;
text-decoration: none !important;
color: white;
font-weight: bold;
}
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"applications": {
"gecko": {
"id": "istexwebextension@inist.fr",
"id": "istexwebextensionforreal@inist.fr",
"strict_min_version": "49.0a2"
}
},
Expand Down
Binary file added web-ext-artifacts/istex-1.0.0-an+fx.xpi
Binary file not shown.
Binary file removed web-ext-artifacts/istex-1.1-an+fx.xpi
Binary file not shown.
Binary file removed web-ext-artifacts/istex-1.2-an+fx.xpi
Binary file not shown.

0 comments on commit d421dd8

Please sign in to comment.