summaryrefslogtreecommitdiff
path: root/themes/basic/gtk-3.0/gtk.css
blob: a9850ae84407aa1741bfd3cf3b35b295d6846445 (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
* {
    engine: xfce;

    -xfce-smooth-edge: true;
    -xfce-grip-style: disabled;

    -GtkButton-default-border        : 0;
    -GtkButton-default-outside-border: 0;
    -GtkWidget-focus-line-width      : 1;
    -GtkWidget-focus-padding         : 2;
    -GtkMenuBar-shadow-type          : out;
    -GtkToolbar-shadow-type          : out;
    -GtkWidget-interior-focus        : true;
    -GtkRange-slider-width           : 14;
    -GtkRange-stepper-size           : 14;
    -GtkRange-stepper-spacing        : 0;
    -GtkRange-trough-border          : 0;
}

*:insensitive {
    text-shadow: 1 1 white;
}

.button {
    border-width: 2 2;

    background-image: -gtk-gradient(linear, left top, left bottom, from(shade(#DCDAD5, 1.1)), to(shade(#DCDAD5, 1.0)));
}                                                         
                                                          
.button:active {                                          
    background-image: -gtk-gradient(linear, left top, left bottom, from(shade(#9E9A91, 1.0)), to(shade(#9E9A91, 1.1)));
}                                                         
                                                          
.button:insensitive {                                     
    background-image: -gtk-gradient(linear, left top, left bottom, from(shade(#C8C5BE, 1.1)), to(shade(#C8C5BE, 1.0)));
}                                                         
                                                          
.button:hover {                                           
    background-image: -gtk-gradient(linear, left top, left bottom, from(shade(#4B6983, 1.1)), to(shade(#4B6983, 1.0)));
}

.button:selected {
    background-image: -gtk-gradient(linear, left top, left bottom, from(shade(#4B6983, 1.0)), to(shade(#4B6983, 1.1)));
}

.scrollbar, .scale {
    border-width: 2 2;
}