Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar-theme.css
blob: 1ec6a9f58d5d4c48a873aa1497744fd593c465e3 (plain)
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

GtkNotebook {
    background-color: @selection_grey;
    border-width: 0;
    -GtkNotebook-tab-overlap: -2;
    -GtkNotebook-tab-curvature: 5; /* $default_padding */
}

GtkNotebook tab {
    background-color: @button_grey;
    color: @white;
}

GtkNotebook tab:active {
    background-color: @selection_grey;
}

GtkButton {
    color: #ffffff;
}

GtkEntry {
    border-width: 0;
    padding: 6;
}

GtkEntry:focused {
    border-color: #E5E5E5;
    border-width: 2;
}

GtkToggleButton:active {
    background-color: #ffffff;
    color: #000000;  /* FIXME */
}

SugarToggleToolButton:active {
    background-color: #C0C0C0; /* FIXME */
}

GtkRadioButton, GtkCheckButton {
    color: #000000;
    border-radius: 10;
}

GtkRadioButton:focused {
    border-width: 2;
    border-color: #ffffff;
}

/* FIXME
GtkMenu {
    background-color: #000000;
    color: #ffffff;
}

GtkMenu:active {
    background-color: #808080;
}
*/