[GTK-3.20] Added styling to Raven components of Budgie panel. Fixes #620

pull/617/head
Nazar Mokrynskyi 2016-10-30 18:30:58 +02:00 committed by Khurshid Alam
parent 30132a0028
commit bbf9dd699f
2 changed files with 25 additions and 0 deletions

View File

@ -37,3 +37,4 @@
@import "apps/xfce";
@import "apps/unity";
@import "apps/lightdm";
@import "apps/budgie";

View File

@ -0,0 +1,24 @@
/******************
! Budgie Desktop *
*******************/
.budgie-container {
background-color: transparent;
}
.raven {
background-color: transparentize($bg_color, .07);
.raven-header {
background-color: $bg_color;
border: solid $borders_color;
border-width: 1px 0;
}
.raven-background {
background-color: transparentize($bg_color, .07);
}
}
.raven-mpris {
background-color: transparentize($bg_color, .3);
}