forked from SaveMyNode/savemynode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
48 lines (40 loc) · 719 Bytes
/
styles.css
File metadata and controls
48 lines (40 loc) · 719 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
/* styles.css */
GtkWindow {
background-color: #F9F9F9;
}
GtkLabel {
padding: 10px;
margin: 10px;
color: #333;
}
GtkButton {
background-color: #4CAF50;
color: white;
border-radius: 5px;
padding: 5px;
}
GtkTextView {
background-color: #FFFFFF;
border: 1px solid #DDDDDD;
padding: 5px;
}
.scrolled-window > scrollbar {
-GtkScrollbar-has-backward-stepper: false;
-GtkScrollbar-has-forward-stepper: false;
min-width: 0;
min-height: 0;
opacity: 0;
}
#title_label {
font-weight: bold;
font-size: 18px;
color: #689D6A;
}
#error_label {
color: #e74c3c;
font-size: 14px;
}
GtkFrame {
border-width: 2px;
border-color: #dcdcdc;
}