opera minor changes

This commit is contained in:
gorhill 2015-03-26 15:06:33 -04:00
parent d83ade9e2c
commit 523ed4d252
2 changed files with 3 additions and 1 deletions

View file

@ -121,7 +121,8 @@ span.purge {
span.purge:hover {
opacity: 1;
}
span.obsolete {
span.obsolete,
span.new {
border-color: hsl(36, 100%, 73%);
color: #222;
background-color: hsl(36, 100%, 75%);

View file

@ -18,6 +18,7 @@ cp -R src/lib $DES/
cp -R src/_locales $DES/
cp src/*.html $DES/
cp platform/chromium/*.js $DES/js/
cp -R platform/chromium/img $DES/
cp platform/opera/manifest.json $DES/
cp LICENSE.txt $DES/