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:
Julio Cesar Laura
2013-03-11 11:05:45 -04:00
parent 3009e7b74b
commit b5b728ffc7
4 changed files with 8 additions and 30 deletions

View File

@@ -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
{