unsecure badge: styling

This commit is contained in:
gorhill 2015-04-20 11:10:55 -04:00
parent c2f34a117a
commit 49c72eab04

View file

@ -106,23 +106,22 @@ body[dir=rtl] #buttonApply {
display: none; display: none;
} }
span.status { span.status {
margin: 0 0 0 0.5em;
border: 1px solid transparent; border: 1px solid transparent;
padding: 1px 2px; color: #444;
display: inline-block; display: inline-block;
font-size: smaller; font-size: smaller;
line-height: 1; line-height: 1;
opacity: 0.7; margin: 0 0 0 0.5em;
opacity: 0.8;
padding: 1px 2px;
} }
span.unsecure { span.unsecure {
background-color: #fee; background-color: hsl(360, 100%, 85%);
border-color: #fcc; border-color: hsl(360, 100%, 80%);
color: #f00;
text-decoration: line-through; text-decoration: line-through;
} }
span.purge { span.purge {
border-color: #ddd; border-color: #ddd;
color: #444;
background-color: #eee; background-color: #eee;
cursor: pointer; cursor: pointer;
} }
@ -131,9 +130,8 @@ span.purge:hover {
} }
span.obsolete, span.obsolete,
span.new { span.new {
border-color: hsl(36, 100%, 73%);
color: #222;
background-color: hsl(36, 100%, 75%); background-color: hsl(36, 100%, 75%);
border-color: hsl(36, 100%, 70%);
} }
#externalListsDiv { #externalListsDiv {
margin: 2em auto 0 2em; margin: 2em auto 0 2em;