Skip to content
Snippets Groups Projects
Commit a82cdd78 authored by Daniel Brötzmann's avatar Daniel Brötzmann
Browse files

[openpgp] Use encrypted-color instead of success-color

parent 1ac5ac2d
No related branches found
No related tags found
No related merge requests found
......@@ -38,10 +38,10 @@ TRUST_DATA = {
'warning-color'),
Trust.BLIND: ('security-medium-symbolic',
_('Blind Trust'),
'openpgp-dark-success-color'),
'encrypted-color'),
Trust.VERIFIED: ('security-high-symbolic',
_('Verified'),
'success-color')
'encrypted-color')
}
......@@ -231,7 +231,7 @@ class VerifiedOption(MenuOption):
type_ = Trust.VERIFIED
icon = 'security-high-symbolic'
label = _('Verified')
color = 'success-color'
color = 'encrypted-color'
def __init__(self):
MenuOption.__init__(self)
......
.openpgp-dark-success-color { color: darker(@success_color); }
.openpgp-inactive-color { color: @unfocused_borders; }
.openpgp-mono { font-size: 12px; font-family: monospace; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment