1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 15:32:28 +02:00
This commit is contained in:
gorhill 2015-04-20 16:29:18 -04:00
parent 49c72eab04
commit 5abd287451
2 changed files with 5 additions and 6 deletions

View File

@ -44,7 +44,7 @@
<a type="text/plain" target="_blank" href=""></a>
<a href="" style="display: none;" target="_blank"></a>: <!--
--><span class="dim"></span><!--
--><span class="status unsecure" style="display: none;">https</span><!--
--><span class="status unsecure" style="display: none;">http:</span><!--
--><span class="status new" style="display: none;" data-i18n="3pExternalListNew"></span><!--
--><span class="status obsolete" style="display: none;" data-i18n="3pExternalListObsolete"></span><!--
--><span class="status purge" style="display: none;" data-i18n="3pExternalListPurge"></span>

View File

@ -116,9 +116,8 @@ span.status {
padding: 1px 2px;
}
span.unsecure {
background-color: hsl(360, 100%, 85%);
border-color: hsl(360, 100%, 80%);
text-decoration: line-through;
background-color: hsl(0, 100%, 88%);
border-color: hsl(0, 100%, 83%);
}
span.purge {
border-color: #ddd;
@ -130,8 +129,8 @@ span.purge:hover {
}
span.obsolete,
span.new {
background-color: hsl(36, 100%, 75%);
border-color: hsl(36, 100%, 70%);
background-color: hsl(36, 100%, 80%);
border-color: hsl(36, 100%, 75%);
}
#externalListsDiv {
margin: 2em auto 0 2em;