Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gajim-plugins
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
58
Issues
58
List
Boards
Labels
Service Desk
Milestones
Merge Requests
7
Merge Requests
7
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gajim
gajim-plugins
Commits
a82cdd78
Commit
a82cdd78
authored
Sep 20, 2020
by
Daniel Brötzmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[openpgp] Use encrypted-color instead of success-color
parent
1ac5ac2d
Pipeline
#6408
passed with stage
in 2 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
openpgp/gtk/key.py
openpgp/gtk/key.py
+3
-3
openpgp/gtk/style.css
openpgp/gtk/style.css
+0
-1
No files found.
openpgp/gtk/key.py
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
)
...
...
openpgp/gtk/style.css
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
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment