Skip to content

Commit 25280f0

Browse files
committed
Remove content of stylesheet.css
1 parent 077cf77 commit 25280f0

File tree

1 file changed

+0
-58
lines changed

1 file changed

+0
-58
lines changed

gnome-extension/stylesheet.css

Lines changed: 0 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +0,0 @@
1-
/* Panel label styling */
2-
.rabbit-forex-panel-label {
3-
font-weight: normal;
4-
font-size: 0.9em;
5-
margin-left: 4px;
6-
}
7-
8-
/* Panel box styling */
9-
.rabbit-forex-box {
10-
spacing: 4px;
11-
}
12-
13-
/* Menu header */
14-
.rabbit-forex-header .popup-menu-item {
15-
font-weight: bold;
16-
font-size: 1.1em;
17-
}
18-
19-
/* Category headers in dropdown */
20-
.rabbit-forex-category-header .popup-menu-item {
21-
font-weight: bold;
22-
color: #888;
23-
font-size: 0.95em;
24-
padding-top: 8px;
25-
}
26-
27-
/* Timestamp styling */
28-
.rabbit-forex-timestamp .popup-menu-item {
29-
font-style: italic;
30-
font-size: 0.85em;
31-
color: #666;
32-
}
33-
34-
/* Rate items */
35-
.rabbit-forex-item .popup-menu-item {
36-
padding-left: 20px;
37-
}
38-
39-
/* Loading state */
40-
.rabbit-forex-loading {
41-
color: #888;
42-
font-style: italic;
43-
}
44-
45-
/* Error state */
46-
.rabbit-forex-error {
47-
color: #c00;
48-
}
49-
50-
/* Positive change indicator */
51-
.rabbit-forex-positive {
52-
color: #0a0;
53-
}
54-
55-
/* Negative change indicator */
56-
.rabbit-forex-negative {
57-
color: #c00;
58-
}

0 commit comments

Comments
 (0)