budgie fixes

This commit is contained in:
Sam Hewitt 2016-05-23 18:19:24 -04:00
parent 8f6e943c46
commit 44e0b3f7a0
6 changed files with 68 additions and 22 deletions

View File

@ -43,8 +43,9 @@ $asset_suffix: if($variant == 'default', '', '-hc');
.budgie-container { .budgie-container {
border: none; border: none;
box-shadow: none; box-shadow: none;
background: none; background: transparent;
font-size: 100%; font-size: 100%;
transition: 170ms ease-out;
} }
// Budgie Menu // Budgie Menu
@ -147,14 +148,20 @@ $asset_suffix: if($variant == 'default', '', '-hc');
transition: 170ms ease-out; transition: 170ms ease-out;
.raven-header { .raven-header {
font: bold;
text-shadow: 0 1px $shadow_color;
background-color: $bg_color; background-color: $bg_color;
color: $fg_color; color: $fg_color;
border-top: 1px solid $borders_color; border-top: 1px solid $borders_color;
border-bottom: 1px solid $borders_color; border-bottom: 1px solid $borders_color;
box-shadow:inset 0 1px 0 0 transparentize(white,0.9), 0 1px 1px 0 transparentize(black,0.9); box-shadow:inset 0 1px 0 0 transparentize(white,0.9),inset 0 -1px 0 0 transparentize(white,0.95), 0 1px 1px 0 transparentize(black,0.9);
&.top { border-top-style: none; } &.top { border-top-style: none; }
&.bottom { border-bottom-style: none; } &.bottom { border-bottom-style: none; }
>.button {
font:normal;
}
} }
@if $variant=='default' { @if $variant=='default' {
@ -198,9 +205,9 @@ $asset_suffix: if($variant == 'default', '', '-hc');
// MPRIS Applet // MPRIS Applet
.raven-mpris { .raven-mpris {
// color: $mpris_overlay_fg; color: $budgie_panel_fg_color;
// background-color: $mpris_overlay_bg; background-color: transparentize($budgie_panel_bg_color, 0.2);
// border: solid $mpris_overlay_border; border: solid transparentize(black, 0.8);
border-width: 1px 0; border-width: 1px 0;
.button.image-button { padding: 8px; } .button.image-button { padding: 8px; }

View File

@ -4925,8 +4925,9 @@ treeview.view header button:active {
.budgie-container { .budgie-container {
border: none; border: none;
box-shadow: none; box-shadow: none;
background: none; background: transparent;
font-size: 100%; } font-size: 100%;
transition: 170ms ease-out; }
.budgie-menu GtkSearchEntry.entry:not(:selected) { .budgie-menu GtkSearchEntry.entry:not(:selected) {
border: none; border: none;
@ -5011,15 +5012,19 @@ treeview.view header button:active {
background-color: rgba(55, 71, 79, 0.98); background-color: rgba(55, 71, 79, 0.98);
transition: 170ms ease-out; } transition: 170ms ease-out; }
.raven .raven-header { .raven .raven-header {
font: bold;
text-shadow: 0 1px rgba(0, 0, 0, 0.2);
background-color: #37474f; background-color: #37474f;
color: #cfd8dc; color: #cfd8dc;
border-top: 1px solid #222c31; border-top: 1px solid #222c31;
border-bottom: 1px solid #222c31; border-bottom: 1px solid #222c31;
box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.1); } box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1), inset 0 -1px 0 0 rgba(255, 255, 255, 0.05), 0 1px 1px 0 rgba(0, 0, 0, 0.1); }
.raven .raven-header.top { .raven .raven-header.top {
border-top-style: none; } border-top-style: none; }
.raven .raven-header.bottom { .raven .raven-header.bottom {
border-bottom-style: none; } border-bottom-style: none; }
.raven .raven-header > .button {
font: normal; }
.raven .raven-background { .raven .raven-background {
background-color: #455a64; background-color: #455a64;
border-bottom: 1px solid #222c31; border-bottom: 1px solid #222c31;
@ -5046,6 +5051,9 @@ treeview.view header button:active {
font-size: smaller; } font-size: smaller; }
.raven-mpris { .raven-mpris {
color: #cfd8dc;
background-color: rgba(38, 50, 56, 0.8);
border: solid rgba(0, 0, 0, 0.2);
border-width: 1px 0; } border-width: 1px 0; }
.raven-mpris .button.image-button { .raven-mpris .button.image-button {
padding: 8px; } padding: 8px; }

View File

@ -4940,8 +4940,9 @@ treeview.view header button:active {
.budgie-container { .budgie-container {
border: none; border: none;
box-shadow: none; box-shadow: none;
background: none; background: transparent;
font-size: 100%; } font-size: 100%;
transition: 170ms ease-out; }
.budgie-menu GtkSearchEntry.entry:not(:selected) { .budgie-menu GtkSearchEntry.entry:not(:selected) {
border: none; border: none;
@ -5026,15 +5027,19 @@ treeview.view header button:active {
background-color: rgba(247, 247, 247, 0.98); background-color: rgba(247, 247, 247, 0.98);
transition: 170ms ease-out; } transition: 170ms ease-out; }
.raven .raven-header { .raven .raven-header {
font: bold;
text-shadow: 0 1px rgba(0, 0, 0, 0.2);
background-color: #f7f7f7; background-color: #f7f7f7;
color: #444; color: #444;
border-top: 1px solid #d1d1d1; border-top: 1px solid #d1d1d1;
border-bottom: 1px solid #d1d1d1; border-bottom: 1px solid #d1d1d1;
box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.1); } box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1), inset 0 -1px 0 0 rgba(255, 255, 255, 0.05), 0 1px 1px 0 rgba(0, 0, 0, 0.1); }
.raven .raven-header.top { .raven .raven-header.top {
border-top-style: none; } border-top-style: none; }
.raven .raven-header.bottom { .raven .raven-header.bottom {
border-bottom-style: none; } border-bottom-style: none; }
.raven .raven-header > .button {
font: normal; }
.raven .raven-background { .raven .raven-background {
background-color: #ffffff; background-color: #ffffff;
border-bottom: 1px solid #d1d1d1; border-bottom: 1px solid #d1d1d1;
@ -5061,6 +5066,9 @@ treeview.view header button:active {
font-size: smaller; } font-size: smaller; }
.raven-mpris { .raven-mpris {
color: #cfd8dc;
background-color: rgba(38, 50, 56, 0.8);
border: solid rgba(0, 0, 0, 0.2);
border-width: 1px 0; } border-width: 1px 0; }
.raven-mpris .button.image-button { .raven-mpris .button.image-button {
padding: 8px; } padding: 8px; }

View File

@ -43,8 +43,9 @@ $asset_suffix: if($variant == 'default', '', '-hc');
.budgie-container { .budgie-container {
border: none; border: none;
box-shadow: none; box-shadow: none;
background: none; background: transparent;
font-size: 100%; font-size: 100%;
transition: 170ms ease-out;
} }
// Budgie Menu // Budgie Menu
@ -147,14 +148,20 @@ $asset_suffix: if($variant == 'default', '', '-hc');
transition: 170ms ease-out; transition: 170ms ease-out;
.raven-header { .raven-header {
font: bold;
text-shadow: 0 1px $shadow_color;
background-color: $bg_color; background-color: $bg_color;
color: $fg_color; color: $fg_color;
border-top: 1px solid $borders_color; border-top: 1px solid $borders_color;
border-bottom: 1px solid $borders_color; border-bottom: 1px solid $borders_color;
box-shadow:inset 0 1px 0 0 transparentize(white,0.9), 0 1px 1px 0 transparentize(black,0.9); box-shadow:inset 0 1px 0 0 transparentize(white,0.9),inset 0 -1px 0 0 transparentize(white,0.95), 0 1px 1px 0 transparentize(black,0.9);
&.top { border-top-style: none; } &.top { border-top-style: none; }
&.bottom { border-bottom-style: none; } &.bottom { border-bottom-style: none; }
>.button {
font:normal;
}
} }
@if $variant=='default' { @if $variant=='default' {
@ -198,9 +205,9 @@ $asset_suffix: if($variant == 'default', '', '-hc');
// MPRIS Applet // MPRIS Applet
.raven-mpris { .raven-mpris {
// color: $mpris_overlay_fg; color: $budgie_panel_fg_color;
// background-color: $mpris_overlay_bg; background-color: transparentize($budgie_panel_bg_color, 0.2);
// border: solid $mpris_overlay_border; border: solid transparentize(black, 0.8);
border-width: 1px 0; border-width: 1px 0;
.button.image-button { padding: 8px; } .button.image-button { padding: 8px; }

View File

@ -6219,8 +6219,9 @@ decoration {
.budgie-container { .budgie-container {
border: none; border: none;
box-shadow: none; box-shadow: none;
background: none; background: transparent;
font-size: 100%; } font-size: 100%;
transition: 170ms ease-out; }
.budgie-menu GtkSearchEntry.entry:not(:selected) { .budgie-menu GtkSearchEntry.entry:not(:selected) {
border: none; border: none;
@ -6305,15 +6306,19 @@ decoration {
background-color: rgba(55, 71, 79, 0.98); background-color: rgba(55, 71, 79, 0.98);
transition: 170ms ease-out; } transition: 170ms ease-out; }
.raven .raven-header { .raven .raven-header {
font: bold;
text-shadow: 0 1px rgba(0, 0, 0, 0.2);
background-color: #37474f; background-color: #37474f;
color: #cfd8dc; color: #cfd8dc;
border-top: 1px solid #222c31; border-top: 1px solid #222c31;
border-bottom: 1px solid #222c31; border-bottom: 1px solid #222c31;
box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.1); } box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1), inset 0 -1px 0 0 rgba(255, 255, 255, 0.05), 0 1px 1px 0 rgba(0, 0, 0, 0.1); }
.raven .raven-header.top { .raven .raven-header.top {
border-top-style: none; } border-top-style: none; }
.raven .raven-header.bottom { .raven .raven-header.bottom {
border-bottom-style: none; } border-bottom-style: none; }
.raven .raven-header > .button {
font: normal; }
.raven .raven-background { .raven .raven-background {
background-color: #455a64; background-color: #455a64;
border-bottom: 1px solid #222c31; border-bottom: 1px solid #222c31;
@ -6340,6 +6345,9 @@ decoration {
font-size: smaller; } font-size: smaller; }
.raven-mpris { .raven-mpris {
color: #cfd8dc;
background-color: rgba(38, 50, 56, 0.8);
border: solid rgba(0, 0, 0, 0.2);
border-width: 1px 0; } border-width: 1px 0; }
.raven-mpris .button.image-button { .raven-mpris .button.image-button {
padding: 8px; } padding: 8px; }

View File

@ -6245,8 +6245,9 @@ decoration {
.budgie-container { .budgie-container {
border: none; border: none;
box-shadow: none; box-shadow: none;
background: none; background: transparent;
font-size: 100%; } font-size: 100%;
transition: 170ms ease-out; }
.budgie-menu GtkSearchEntry.entry:not(:selected) { .budgie-menu GtkSearchEntry.entry:not(:selected) {
border: none; border: none;
@ -6331,15 +6332,19 @@ decoration {
background-color: rgba(247, 247, 247, 0.98); background-color: rgba(247, 247, 247, 0.98);
transition: 170ms ease-out; } transition: 170ms ease-out; }
.raven .raven-header { .raven .raven-header {
font: bold;
text-shadow: 0 1px rgba(0, 0, 0, 0.2);
background-color: #f7f7f7; background-color: #f7f7f7;
color: #444; color: #444;
border-top: 1px solid #d1d1d1; border-top: 1px solid #d1d1d1;
border-bottom: 1px solid #d1d1d1; border-bottom: 1px solid #d1d1d1;
box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.1); } box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1), inset 0 -1px 0 0 rgba(255, 255, 255, 0.05), 0 1px 1px 0 rgba(0, 0, 0, 0.1); }
.raven .raven-header.top { .raven .raven-header.top {
border-top-style: none; } border-top-style: none; }
.raven .raven-header.bottom { .raven .raven-header.bottom {
border-bottom-style: none; } border-bottom-style: none; }
.raven .raven-header > .button {
font: normal; }
.raven .raven-background { .raven .raven-background {
background-color: #ffffff; background-color: #ffffff;
border-bottom: 1px solid #d1d1d1; border-bottom: 1px solid #d1d1d1;
@ -6366,6 +6371,9 @@ decoration {
font-size: smaller; } font-size: smaller; }
.raven-mpris { .raven-mpris {
color: #cfd8dc;
background-color: rgba(38, 50, 56, 0.8);
border: solid rgba(0, 0, 0, 0.2);
border-width: 1px 0; } border-width: 1px 0; }
.raven-mpris .button.image-button { .raven-mpris .button.image-button {
padding: 8px; } padding: 8px; }