dotfiles

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

_synaptic.scss (313B)


      1 /************
      2  ! Synaptic *
      3 *************/
      4 
      5 @include exports("synaptic") {
      6     GtkWindow > GtkVBox > .dock {
      7         &, > GtkHBox > GtkToolbar {
      8             @include linear-gradient($toolbar-bg-color);
      9 
     10             padding: $spacing;
     11             border: 0;
     12             color: $toolbar_fg_color;
     13         }
     14     }
     15 }