BUG 10952: Background color de listbox en modo view only muy oscuro y/o color de letras debieran ser blancas SOLVED
- When a browser uses a addon/skin/theme overwrite the default styles - Force to use neutral background and a specific color for the selected options
This commit is contained in:
@@ -587,14 +587,8 @@ INPUT {
|
||||
}
|
||||
.module_ListBoxView
|
||||
{
|
||||
|
||||
color: white;
|
||||
background:#CCDDFF;
|
||||
padding:1px;
|
||||
border:1px solid #AAA;
|
||||
padding-left:3px;
|
||||
background-position:0px 0px;
|
||||
font :normal 8pt sans-serif;
|
||||
background: #0A246A;
|
||||
}
|
||||
.module_app_inputHover___gray
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user