Skip to content
This repository was archived by the owner on May 22, 2019. It is now read-only.

Commit 17e8fc6

Browse files
committed
update makefile. cherry-pick commit from main repo.
1 parent 51c114b commit 17e8fc6

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ uninstall:
8282

8383

8484
zip: all
85-
mkdir $(ROOT_DIR)/dist
86-
$(UTILS) install $(ROOT_DIR)/dist/$$(basename $(INSTALL_DIR))
87-
cd $(ROOT_DIR)/dist && zip --symlinks -rq $$(basename $(INSTALL_DIR)) $$(basename $(INSTALL_DIR))
85+
mkdir $(REPO_ROOT_DIR)/dist
86+
$(UTILS) install $(REPO_ROOT_DIR)/dist/$$(basename $(INSTALL_DIR))
87+
cd $(REPO_ROOT_DIR)/dist && zip --symlinks -rq $$(basename $(INSTALL_DIR)) $$(basename $(INSTALL_DIR))
8888

8989

9090

src/toolkits/gtk-3.20/scss/_widgets.scss

+1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,5 @@
3737
@import "apps/xfce";
3838
@import "apps/unity";
3939
@import "apps/lightdm";
40+
@import "apps/gnome-terminal";
4041
@import "apps/budgie";

src/toolkits/gtk-3.20/scss/apps/_gnome-terminal.scss

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
background-color: $osd_base;
1515
border-color: border_normal($osd_base);
1616

17-
&:backdrop {
18-
background-color: shade($backdrop_osd_bg, .9);
19-
border-color: border_normal(shade($backdrop_osd_bg, .9));
20-
}
17+
//&:backdrop {
18+
// background-color: shade($backdrop_osd_bg, .9);
19+
// border-color: border_normal(shade($backdrop_osd_bg, .9));
20+
//}
2121
}
2222

2323
scrollbar.vertical {
@@ -28,7 +28,7 @@
2828

2929
&:hover:active { background-color: $selected_bg_color; }
3030

31-
&:backdrop { background-color: mix($backdrop_osd_fg, $backdrop_osd_bg, .4); }
31+
//&:backdrop { background-color: mix($backdrop_osd_fg, $backdrop_osd_bg, .4); }
3232

3333
&:disabled { background-color: transparent; }
3434
}

0 commit comments

Comments
 (0)