forked from bcmi-labs/brackets-arduino
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMenu.css
More file actions
52 lines (42 loc) · 642 Bytes
/
Copy pathMenu.css
File metadata and controls
52 lines (42 loc) · 642 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
#btnDiv {
height: 80px;
}
#btnDiv a {
padding: 2px;
overflow: hidden;
}
#listDiv {
display: block;
overflow-y: scroll;
height: 230px;
z-index: -1000;
}
th {
color: #17a0a4;
}
.section_title {
color: #17a0a4;
margin-top: 15px;
}
.section_title {
font-weight: bold;
}
.tbody {
margin-top: 10px;
}
.cbtn {
width: 30px;
padding-left: 0px;
}
img.arduino_lib {
content: url('../img/arduinolib.png') center no-repeat;
width: 50%;
}
img.user_lib {
content: url('../img/userlib.png') center no-repeat;
}
img.add_btn {
content: url('../img/add.png') center no-repeat;
cursor: pointer;
border: none;
}