forked from mac-cain13/xdebug-helper-for-chrome
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpopup.css
More file actions
85 lines (71 loc) · 1.29 KB
/
popup.css
File metadata and controls
85 lines (71 loc) · 1.29 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
html,
body {
font-family: 'Roboto', sans-serif;
font-size: 13px;
line-height: 1.4em;
}
.togglelist {
list-style: none;
padding-left: 0;
margin: 0;
}
.togglelist li a {
display: block;
min-width: 70px;
line-height: 16px;
margin: 3px auto;
padding: 10px 20px;
background-color: #eee;
color: #000000;
text-decoration: none;
}
.togglelist li a .material-icons {
font-size: 18px;
line-height: 0;
position: relative;
top: 4px;
margin-right: 5px;
}
.togglelist li:first-child a {
margin-top: 0;
border-top-left-radius: 3px 3px;
border-top-right-radius: 3px 3px;
}
.togglelist li:last-child a {
margin-bottom: 0;
border-bottom-left-radius: 3px 3px;
border-bottom-right-radius: 3px 3px;
}
.togglelist li a:hover, .togglelist li a:focus, .togglelist li a:hover .material-icons {
background-color: #4FC3F7;
color: #000;
outline: none;
}
.togglelist li .active {
background: #039BE5;
color: #ffffff;
}
.togglelist li .active .material-icons {
color: #ffffff;
}
.inlineicon {
vertical-align: middle;
min-width: 16px;
min-height: 16px;
padding: 0 6px 0 0;
}
.hotkey {
text-decoration: underline;
}
.color--green {
color: #4CAF50;
}
.color--blue {
color: #039BE5;
}
.color--deep-purple {
color: #673AB7;
}
.color--gray {
color: #6D6D6D;
}