From 6e265aa41e455da4230bacc3c131e84d0c4b68b1 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Tue, 12 Jun 2007 18:55:04 +0000 Subject: [PATCH] Monotone-Parent: 52801e0f895075ad016e52da3881ec97fa104811 Monotone-Revision: 2e1dcc41f16703f7e960267eb2423ae6d874faa3 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-06-12T18:55:04 Monotone-Branch: ca.inverse.sogo --- UI/WebServerResources/generic.css | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/UI/WebServerResources/generic.css b/UI/WebServerResources/generic.css index 8e9eda5bd..2ca3eef8b 100644 --- a/UI/WebServerResources/generic.css +++ b/UI/WebServerResources/generic.css @@ -354,9 +354,6 @@ DIV#logConsole overflow: auto; display: none; z-index: 1000; - -moz-opacity: 0.7; - opacity: 0.7; - filter: alpha(opacity=70); border-top: 2px solid #fff; border-left: 2px solid #fff; border-right: 2px solid #999; @@ -364,17 +361,19 @@ DIV#logConsole -moz-border-top-colors: #000 #9c9a94 transparent; -moz-border-left-colors: #000 #9c9a94 transparent; font-family: monospace; - font-weight: bold; - background-color: #000; - color: #ddd; + font-size: 12pt; + padding: .25em; + background-color: #fff; + overflow-y: scroll; + color: #222; top: 1em; left: 0px; right: 0px; height: 15em; } -DIV#logConsole > DIV.highlighted -{ background-color: #333; } - +/* DIV#logConsole > DIV.highlighted +{ background-color: #ddf; } + */ /* content lists */ td.tbtv_actcell { border-width: 1px;