mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-07 11:22:38 +01:00
remove strike-through as per https://github.com/gorhill/uBlock/issues/78#issuecomment-94503857
This commit is contained in:
parent
49c72eab04
commit
5abd287451
@ -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>
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user