Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
gajim-plugins
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Kamay
gajim-plugins
Commits
a82cdd78
Commit
a82cdd78
authored
4 years ago
by
Daniel Brötzmann
Browse files
Options
Downloads
Patches
Plain Diff
[openpgp] Use encrypted-color instead of success-color
parent
1ac5ac2d
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
openpgp/gtk/key.py
+3
-3
3 additions, 3 deletions
openpgp/gtk/key.py
openpgp/gtk/style.css
+0
-1
0 additions, 1 deletion
openpgp/gtk/style.css
with
3 additions
and
4 deletions
openpgp/gtk/key.py
+
3
−
3
View file @
a82cdd78
...
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
openpgp/gtk/style.css
+
0
−
1
View file @
a82cdd78
.openpgp-dark-success-color
{
color
:
darker
(
@
success_color
);
}
.openpgp-inactive-color
{
color
:
@
unfocused_borders
;
}
.openpgp-mono
{
font-size
:
12px
;
font-family
:
monospace
;
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment