File: contextmenu.css

package info (click to toggle)
tinymce2 2.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny, squeeze
  • size: 3,192 kB
  • ctags: 1,107
  • sloc: makefile: 59; sh: 7
file content (74 lines) | stat: -rw-r--r-- 1,226 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
.contextMenuIEPopup {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: hidden;
}

.contextMenu {
	position: absolute;
	cursor: default;
	z-index: 1000;
	border: 1px solid #D4D0C8;
	background-color: #FFFFFF;
}

.contextMenuItem, .contextMenuItemOver {
}

.contextMenuSeparator {
	width: 100%;
	background-color: #D4D0C8;
	border: 0;
}

.contextMenuImage, .contextMenuItemDisabled {
	border: 0;
}

.contextMenuIcon {
	background-color: #F0F0EE;
}

.contextMenuItemOver .contextMenuIcon {
	background-color: #B6BDD2;
}

.contextMenuIcon {
	background-color: #F0F0EE;
}

.contextMenuItemDisabled img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
	-moz-opacity:0.3;
	opacity: 0.3;
}

.contextMenuText {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 11px;
	line-height: 20px;
}

.contextMenuItemDisabled {
	color: #AAAAAA;
}

.contextMenuText a {
	display: block;
	line-height: 20px;
	width: 100%;
	text-decoration: none;
	color: black;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.contextMenuText a:hover {
	background-color: #B6BDD2;
	text-decoration: none !important;
	font-weight: normal;
	margin: 0;
	padding: 0;
}