forked from najlepsiwebdesigner/foundation-datetimepicker
-
Notifications
You must be signed in to change notification settings - Fork 1
/
example.less
49 lines (43 loc) · 822 Bytes
/
example.less
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
body {
padding-bottom:40px;
}
ol.linenums {
list-style-position: outside !important;
font-size:14px !important;
list-style-type: decimal !important;
background: #fff !important;
li {
list-style-type: decimal !important;
/* background:inherit; */
width:500px;
}
}
pre.prettyprint {
border:1px solid #ccc;
border-left:5px solid #2ba6cb;
width:auto;
background: #fff !important;
padding:5px 20px;
text-shadow: 0 1px 0 #fff;
ol {
li {
white-space: pre-wrap;
word-break: break-all;
word-wrap: break-word;
}
}
}
#sidebar-wrap {
background:#2ba6cb;
a {
color: #fff;
}
}
#sidebar-wrap ul {
margin-left:20px;
}
input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
cursor: not-allowed;
background-color:
#eeeeee;
}