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
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Philipp Hörist
gajim
Commits
62fd32e3
Commit
62fd32e3
authored
Mar 17, 2020
by
Daniel Brötzmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove obsolete css colors and helpers
parent
ec233919
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
12 deletions
+0
-12
gajim/common/helpers.py
gajim/common/helpers.py
+0
-9
gajim/data/style/gajim.css
gajim/data/style/gajim.css
+0
-3
No files found.
gajim/common/helpers.py
View file @
62fd32e3
...
...
@@ -223,15 +223,6 @@ def get_uf_show(show, use_mnemonic=False):
uf_show
=
Q_
(
'?contact has status:Has errors'
)
return
uf_show
def
get_css_show_color
(
show
):
if
show
in
(
'online'
,
'chat'
):
return
'status-online'
if
show
in
(
'offline'
,
'not in roster'
,
'requested'
):
return
None
if
show
in
(
'xa'
,
'dnd'
):
return
'status-dnd'
if
show
==
'away'
:
return
'status-away'
def
get_uf_sub
(
sub
):
if
sub
==
'none'
:
...
...
gajim/data/style/gajim.css
View file @
62fd32e3
...
...
@@ -217,9 +217,6 @@ list.settings > row > box {
.bold16
{
font-size
:
16px
;
font-weight
:
bold
;
}
.bold24
{
font-size
:
24px
;
font-weight
:
bold
;
}
.large-header
{
font-size
:
20px
;
font-weight
:
bold
;
}
.status-away
{
color
:
#ff8533
;}
.status-dnd
{
color
:
#e62e00
;}
.status-online
{
color
:
#66bf10
;}
.insensitive-fg-color
{
color
:
@
insensitive_fg_color
;}
/* Padding/Margins */
...
...
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