Initial commit

This commit is contained in:
EliverLara
2018-08-10 21:21:51 -05:00
commit b669089099
461 changed files with 123998 additions and 0 deletions

37
gtk-3.0/apps/_geary.scss Executable file
View File

@@ -0,0 +1,37 @@
/*********
* Geary *
*********/
.geary-titlebar-left,
.geary-titlebar-right {
.separator {
opacity: 0;
}
}
ConversationListView {
-GtkTreeView-grid-line-width: 0;
.view {
&:active,
&:selected {
background-color: $selected_bg_color;
color: $selected_fg_color;
&:backdrop {
background-color: $backdrop_selected_bg_color;
color: $backdrop_selected_fg_color;
}
}
.cell {
border: solid transparentize(black, 0.8);
border-width: 0 0 1px 0;
&:selected {
color: $selected_fg_color;
border: 0px solid darken($selected_bg_color, 10% );
}
}
}
}