summaryrefslogtreecommitdiff
path: root/Redcore-daylight/gtk-3.20/scss/apps/_xfce.scss
blob: 4300474f3cdaa0832ce3bfcd0ab9385630dd3bb9 (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
@import "panel";

/***************
 ! Xfce styles *
****************/

@include exports("xfce") {
    .XfceHeading {
        margin: 0;
        padding: 0;
        border: 0;
        background-image: none;
        background-color: $base_color;
        color: $text_color;
    }

    .xfce4-panel {
        @extend %panel;

        font: inherit;

        button { @extend %panelbutton; }

        menu {
            -gtk-icon-effect: none;

            text-shadow: none;
        }
    }
}