Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/html/lib/fu/source/input.css
blob: c04e49d13c23e35f60bf7c17c4653fe81d07dc04 (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
/*.theme-fu input:focus,*/
.theme-fu .input:focus,
.theme-fu .input.focus {
	outline: none;
}

/*.theme-fu input,*/
.theme-fu .input {
	padding: 0.6em;
	border: 0;
	border-radius: 6px;
	/**/
	-webkit-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.5);
}

/*
.theme-fu .input:enabled:hover, .theme-fu .input:hover {
	background-color: #C0C0C0;
}

.theme-fu active, .theme-fu .input:enabled:active, theme-fu .input:active {
	top: 1px;
	left: 1px;
	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
}
*/