-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathie8.css
More file actions
54 lines (43 loc) · 790 Bytes
/
ie8.css
File metadata and controls
54 lines (43 loc) · 790 Bytes
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
/*
Hyperspace by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
/* Type */
body, input, select, textarea {
color: #ffffff;
}
/* Button */
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
position: relative;
}
input[type="submit"]:after,
input[type="reset"]:after,
input[type="button"]:after,
button:after,
.button:after {
display: none;
}
/* Features */
.features {
border: solid 1px;
}
/* Form */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
select,
textarea {
background: transparent;
border: solid 1px;
}
/* Split */
.split.style1 > :first-child {
padding-right: 2em;
width: 70%;
}