mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-18 21:15:57 +00:00
Monotone-Parent: 27a57d18607e0480dfa74a6235a8c1ec04b5d594
Monotone-Revision: b545d02ec1ab7de868f544f191ef64a2e4672857 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-09-20T21:40:00 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -375,7 +375,6 @@ SPAN.toolbarButton, SPAN.disabledToolbarButton
|
||||
SPAN.disabledToolbarButton
|
||||
{ -moz-opacity: 0.4; }
|
||||
|
||||
|
||||
SPAN.toolbarButton:hover
|
||||
{ color: -moz-buttonhovertext;
|
||||
background-color: -moz-buttonhoverface;
|
||||
@@ -583,23 +582,19 @@ td img.tbtv_sortcell
|
||||
|
||||
TD.subjectCell,
|
||||
td.tbtv_subject_headercell
|
||||
{
|
||||
overflow: hidden; }
|
||||
{ overflow: hidden; }
|
||||
|
||||
/* drag handles */
|
||||
DIV.dragHandle
|
||||
{
|
||||
position: absolute;
|
||||
{ position: absolute;
|
||||
z-index: 1;
|
||||
background: #dbdad5; }
|
||||
|
||||
DIV.dragHandle:active
|
||||
{ -moz-opacity: 0.5;
|
||||
background: #222; }
|
||||
{ background: #99a; }
|
||||
|
||||
INPUT.textField
|
||||
{
|
||||
height: 1.7em;
|
||||
{ height: 1.7em;
|
||||
vertical-align: middle; }
|
||||
|
||||
/* search fields */
|
||||
|
||||
Reference in New Issue
Block a user