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

Commit

Permalink
update makefile. cherry-pick commit from main repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
lots0logs committed Nov 14, 2016
1 parent 51c114b commit 17e8fc6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ uninstall:


zip: all
mkdir $(ROOT_DIR)/dist
$(UTILS) install $(ROOT_DIR)/dist/$$(basename $(INSTALL_DIR))
cd $(ROOT_DIR)/dist && zip --symlinks -rq $$(basename $(INSTALL_DIR)) $$(basename $(INSTALL_DIR))
mkdir $(REPO_ROOT_DIR)/dist
$(UTILS) install $(REPO_ROOT_DIR)/dist/$$(basename $(INSTALL_DIR))
cd $(REPO_ROOT_DIR)/dist && zip --symlinks -rq $$(basename $(INSTALL_DIR)) $$(basename $(INSTALL_DIR))



Expand Down
1 change: 1 addition & 0 deletions src/toolkits/gtk-3.20/scss/_widgets.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@
@import "apps/xfce";
@import "apps/unity";
@import "apps/lightdm";
@import "apps/gnome-terminal";
@import "apps/budgie";
10 changes: 5 additions & 5 deletions src/toolkits/gtk-3.20/scss/apps/_gnome-terminal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
background-color: $osd_base;
border-color: border_normal($osd_base);

&:backdrop {
background-color: shade($backdrop_osd_bg, .9);
border-color: border_normal(shade($backdrop_osd_bg, .9));
}
//&:backdrop {
// background-color: shade($backdrop_osd_bg, .9);
// border-color: border_normal(shade($backdrop_osd_bg, .9));
//}
}

scrollbar.vertical {
Expand All @@ -28,7 +28,7 @@

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

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

&:disabled { background-color: transparent; }
}
Expand Down

0 comments on commit 17e8fc6

Please sign in to comment.