Skip to content

Commit

Permalink
gnome-shell: fix panel transparency
Browse files Browse the repository at this point in the history
Could have been some merging mistakes.
  • Loading branch information
peterychuang committed Sep 17, 2017
1 parent 8b4ce18 commit 6d8240f
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/gnome-shell/3.26/gnome-shell-compact.css
Original file line number Diff line number Diff line change
Expand Up @@ -992,7 +992,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {

/* TOP BAR */
#panel {
background-color: rgba(0, 0, 0, 0.6);
background-color: transparent;
/* transition from solid to transparent */
transition-duration: 250ms;
font-weight: bold;
Expand Down
2 changes: 1 addition & 1 deletion src/gnome-shell/3.26/gnome-shell-dark-compact.css
Original file line number Diff line number Diff line change
Expand Up @@ -992,7 +992,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {

/* TOP BAR */
#panel {
background-color: rgba(0, 0, 0, 0.6);
background-color: transparent;
/* transition from solid to transparent */
transition-duration: 250ms;
font-weight: bold;
Expand Down
2 changes: 1 addition & 1 deletion src/gnome-shell/3.26/gnome-shell-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -992,7 +992,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {

/* TOP BAR */
#panel {
background-color: rgba(0, 0, 0, 0.6);
background-color: transparent;
/* transition from solid to transparent */
transition-duration: 250ms;
font-weight: bold;
Expand Down
2 changes: 1 addition & 1 deletion src/gnome-shell/3.26/gnome-shell-light-compact.css
Original file line number Diff line number Diff line change
Expand Up @@ -992,7 +992,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {

/* TOP BAR */
#panel {
background-color: rgba(0, 0, 0, 0.6);
background-color: transparent;
/* transition from solid to transparent */
transition-duration: 250ms;
font-weight: bold;
Expand Down
2 changes: 1 addition & 1 deletion src/gnome-shell/3.26/gnome-shell-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -992,7 +992,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {

/* TOP BAR */
#panel {
background-color: rgba(0, 0, 0, 0.6);
background-color: transparent;
/* transition from solid to transparent */
transition-duration: 250ms;
font-weight: bold;
Expand Down
2 changes: 1 addition & 1 deletion src/gnome-shell/3.26/gnome-shell.css
Original file line number Diff line number Diff line change
Expand Up @@ -992,7 +992,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {

/* TOP BAR */
#panel {
background-color: rgba(0, 0, 0, 0.6);
background-color: transparent;
/* transition from solid to transparent */
transition-duration: 250ms;
font-weight: bold;
Expand Down
2 changes: 1 addition & 1 deletion src/gnome-shell/3.26/sass/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,7 @@ StScrollBar {
/* TOP BAR */

#panel {
background-color: $bg_color;
background-color: $panel_bg_color;
/* transition from solid to transparent */
transition-duration: 250ms;
font-weight: bold;
Expand Down

0 comments on commit 6d8240f

Please sign in to comment.