diff options
Diffstat (limited to 'admin/WebConsole/estilos.css')
-rw-r--r-- | admin/WebConsole/estilos.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/admin/WebConsole/estilos.css b/admin/WebConsole/estilos.css index e12955df..77c01929 100644 --- a/admin/WebConsole/estilos.css +++ b/admin/WebConsole/estilos.css @@ -351,4 +351,16 @@ A.tabla_listados_sin:link{ COLOR: #003300;
FONT-FAMILY: Arial, Helvetica, sans-serif;
FONT-SIZE: 11px;
+} +.mensajebrowser{
+ BORDER-BOTTOM: #999999 1px solid;
+ BORDER-LEFT: #999999 1px solid;
+ BORDER-RIGHT: #999999 1px solid;
+ BORDER-TOP: #999999 1px solid; + BACKGROUND-COLOR: #FFFFFF;
+ COLOR: #999999;
+ FONT-FAMILY: Arial, Helvetica, sans-serif;
+ FONT-SIZE: 14px;
+ FONT-WEIGHT: 300;
}
+
|