Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gajim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Contributor 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
mesonium
gajim
Commits
276bf088
Commit
276bf088
authored
4 months ago
by
Daniel Brötzmann
Committed by
mesonium
4 months ago
Browse files
Options
Downloads
Patches
Plain Diff
cfix: ContactNameEntry: Fix entry background
parent
629de469
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gajim/data/style/gajim.css
+5
-3
5 additions, 3 deletions
gajim/data/style/gajim.css
with
5 additions
and
3 deletions
gajim/data/style/gajim.css
+
5
−
3
View file @
276bf088
...
@@ -1062,12 +1062,14 @@ .stack-header {
...
@@ -1062,12 +1062,14 @@ .stack-header {
border-color
:
@
borders
;
border-color
:
@
borders
;
padding
:
9px
9px
;
padding
:
9px
9px
;
}
}
#ContactNameEntry
:disabled
{
border
:
none
;
background-color
:
transparent
;
padding
:
0px
0px
0px
0px
;
}
#ContactNameEntry
text
:disabled
{
#ContactNameEntry
text
:disabled
{
font-size
:
2.0rem
;
font-size
:
2.0rem
;
font-weight
:
bold
;
font-weight
:
bold
;
border
:
none
;
padding
:
0px
0px
0px
0px
;
background-color
:
transparent
;
color
:
@
theme_fg_color
;
color
:
@
theme_fg_color
;
}
}
...
...
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