mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
[GTK-3.20] Added styling to Raven components of Budgie panel. Fixes #620
This commit is contained in:
committed by
Khurshid Alam
parent
30132a0028
commit
bbf9dd699f
@@ -37,3 +37,4 @@
|
||||
@import "apps/xfce";
|
||||
@import "apps/unity";
|
||||
@import "apps/lightdm";
|
||||
@import "apps/budgie";
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user