repo.or.cz
/
citadel.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* Fixed a multiselect bug in the mailbox view. Ctrl-click was selecting a message...
[citadel.git]
/
webcit
/
static
/
rte.css
blob
40511e8ee4a46a480d4636ce19b22dae578c7e3b
1
/*
2
* Copyright 2005 - 2009 The Citadel Team
3
* Licensed under the GPL V3
4
*/
5
6
.rteImage
{
7
background
:
#D3D3D3
;
8
border
:
1px
solid
#D3D3D3
;
9
cursor
:
pointer
;
10
cursor
:
hand
;
11
}
12
13
.rteImageRaised
{
14
background
:
#D3D3D3
;
15
border
:
1px
outset
;
16
cursor
:
pointer
;
17
cursor
:
hand
;
18
}
19
20
.rteImageLowered
{
21
background
:
#D3D3D3
;
22
border
:
1px
inset
;
23
cursor
:
pointer
;
24
cursor
:
hand
;
25
}
26
27
.rteVertSep
{
28
margin
:
0 4px 0 4px
;
29
}
30
31
.rteBack
{
32
background
:
#D3D3D3
;
33
border
:
1px
outset
;
34
letter-spacing
:
0
;
35
padding
:
2px
;
36
}
37
38
.rteBack tbody tr td, .rteBack tr td
{
39
background
:
#D3D3D3
;
40
padding
:
0
;
41
}