diff -r afe6a53c0ed4 -r 41174f0a7f7c org.symbian.tools.wrttools.previewer/preview/css/style.css --- a/org.symbian.tools.wrttools.previewer/preview/css/style.css Wed May 19 17:17:31 2010 -0700 +++ b/org.symbian.tools.wrttools.previewer/preview/css/style.css Thu May 20 13:14:48 2010 -0700 @@ -286,8 +286,6 @@ margin: 0px; } - - p.highlight span{ background-color: #fbf7a2; font-weight: normal; @@ -312,20 +310,25 @@ height: 32px; width: 32px; cursor: pointer; + opacity: 0.8; } /* preferences CSS */ - div#TopToolbar{ - background-color: olive; - position: absolute; - left: 85px; - right: 85px; + left: 20%; + right: 20%; + background-color: gray; + opacity: 0.7; top: 0; height: 32px; text-align: center; + min-width: 150px; + position: absolute; +} +div#TopToolbar:hover{ + opacity: 0.9; } div#PreferencesBtn{