Skip to content
Snippets Groups Projects
Commit 276bf088 authored by Daniel Brötzmann's avatar Daniel Brötzmann Committed by mesonium
Browse files

cfix: ContactNameEntry: Fix entry background

parent 629de469
No related branches found
No related tags found
No related merge requests found
......@@ -1062,12 +1062,14 @@ .stack-header {
border-color: @borders;
padding: 9px 9px;
}
#ContactNameEntry:disabled {
border: none;
background-color: transparent;
padding: 0px 0px 0px 0px;
}
#ContactNameEntry text:disabled {
font-size: 2.0rem;
font-weight: bold;
border: none;
padding: 0px 0px 0px 0px;
background-color: transparent;
color: @theme_fg_color;
}
......
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