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

This commit is contained in:
Nazar Mokrynskyi
2016-10-30 22:00:58 +05:30
committed by Khurshid Alam
parent 30132a0028
commit bbf9dd699f
2 changed files with 25 additions and 0 deletions
+1
View File
@@ -37,3 +37,4 @@
@import "apps/xfce";
@import "apps/unity";
@import "apps/lightdm";
@import "apps/budgie";
+24
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);
}