dotfiles

config files for my linux setup
git clone git://edryd.org/dotfiles
Log | Files | Refs | README

_xfce.scss (441B)


      1 @import "panel";
      2 
      3 /***************
      4  ! Xfce styles *
      5 ****************/
      6 
      7 @include exports("xfce") {
      8     XfceHeading {
      9         margin: 0;
     10         padding: 0;
     11         border: 0;
     12         background-image: none;
     13         background-color: $base_color;
     14         color: $text_color;
     15     }
     16 
     17     .xfce4-panel {
     18         @extend %panel;
     19 
     20         font: normal;
     21 
     22         .button { @extend %panelbutton; }
     23 
     24         .menu { -gtk-image-effect: none; }
     25     }
     26 }