-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstylesheet.css
More file actions
95 lines (79 loc) · 1.61 KB
/
stylesheet.css
File metadata and controls
95 lines (79 loc) · 1.61 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
86
87
88
89
90
91
92
93
94
95
.codexbar-panel-icon-box {
height: 14px;
width: 20px;
border: 1.5px solid #eeeeee;
border-radius: 3px;
padding: 1px;
margin: 0 4px;
}
.codexbar-panel-icon-fill {
height: 100%;
background-color: #eeeeee;
border-radius: 1px;
}
.codexbar-header-button {
padding: 4px;
border-radius: 4px;
margin-left: 5px;
}
.codexbar-header-button:hover {
background-color: rgba(255, 255, 255, 0.1);
}
.codexbar-popup {
min-width: 320px;
}
.codexbar-header {
padding: 10px;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.codexbar-tabs-container {
padding: 10px;
}
.codexbar-tab {
padding: 5px 10px;
border-radius: 8px;
margin-right: 5px;
}
.codexbar-tab-active {
background-color: rgba(255, 255, 255, 0.15);
font-weight: bold;
}
.codexbar-usage-section {
padding: 15px;
}
.codexbar-usage-title {
font-size: 0.9em;
font-weight: bold;
margin-bottom: 5px;
color: #eeeeee;
}
.codexbar-usage-subtitle {
font-size: 0.8em;
color: #aaaaaa;
margin-bottom: 10px;
}
.codexbar-progress-container {
height: 6px;
background-color: rgba(255, 255, 255, 0.1);
border-radius: 3px;
margin-bottom: 15px;
overflow: hidden;
width: 290px;
}
.codexbar-progress-bar {
height: 100%;
background-color: #3584e4; /* Adwaita Blue */
border-radius: 3px;
}
.codexbar-footer {
padding: 10px;
border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.codexbar-footer-button {
padding: 8px;
border-radius: 6px;
font-size: 0.9em;
}
.codexbar-footer-button:hover {
background-color: rgba(255, 255, 255, 0.1);
}