Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/html/lib/layout/list/source/AlphaJumper.css
blob: df1265c35f82f9aa02805d237ca9f97b7a3a0765 (plain)
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
.enyo-alpha-jumper {
	text-transform: uppercase;
	font-size: 11px;
	xborder-radius: 12px;
	position: absolute;
	xbackground: white;
	text-align: center;
	right: 10px;
	z-index: 1;
	color: #333;
	padding: 0 14px;
}

.enyo-alpha-jumper > *:first-child {
	padding-top: 4px;
	border-radius: 12px 12px 0 0;
	border-top: 1px solid #333;
}

.enyo-alpha-jumper > *:last-child {
	padding-bottom: 4px;
	border-radius: 0 0 12px 12px;
	border-bottom: 1px solid #333;
}

.enyo-alpha-jumper > * {
	background: #eee;
	padding: 1px 4px;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
}

.enyo-alpha-jumper > .active {
	background: #333;
	color: white;
}