This repository was archived by the owner on May 22, 2019. It is now read-only.
File tree 3 files changed +9
-8
lines changed
src/toolkits/gtk-3.20/scss
3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -82,9 +82,9 @@ uninstall:
82
82
83
83
84
84
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 ) )
88
88
89
89
90
90
Original file line number Diff line number Diff line change 37
37
@import " apps/xfce" ;
38
38
@import " apps/unity" ;
39
39
@import " apps/lightdm" ;
40
+ @import " apps/gnome-terminal" ;
40
41
@import " apps/budgie" ;
Original file line number Diff line number Diff line change 14
14
background-color : $osd_base ;
15
15
border-color : border_normal ($osd_base );
16
16
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
+ // }
21
21
}
22
22
23
23
scrollbar .vertical {
28
28
29
29
& :hover:active { background-color : $selected_bg_color ; }
30
30
31
- & :backdrop { background-color : mix ($backdrop_osd_fg , $backdrop_osd_bg , .4 ); }
31
+ // &:backdrop { background-color: mix($backdrop_osd_fg, $backdrop_osd_bg, .4); }
32
32
33
33
& :disabled { background-color : transparent ; }
34
34
}
You can’t perform that action at this time.
0 commit comments