Start redesign

This commit is contained in:
Satyajit Sahoo
2015-05-31 21:50:35 +05:30
parent 7bdd234dd9
commit 3b736963fb
122 changed files with 538 additions and 397 deletions
+3 -3
View File
@@ -3,6 +3,8 @@
****************/
@include exports("view") {
* { -GtkTextView-error-underline-color: $error_color; }
.view {
color: $text_color;
background-color: $base_color;
@@ -92,9 +94,6 @@
}
}
/* used by GtkScrolledWindow, shown when content is touch-dragged past boundaries. */
.overshoot { background-color: alpha($selected_bg_color, 0.3); }
GdMainIconView.content-view { -GdMainIconView-icon-size: 40; }
/* this will get overridden by .view, needed by gedit line numbers */
@@ -115,6 +114,7 @@
@include exports("treeview") {
GtkTreeView {
-GtkTreeView-expander-size: 8;
-GtkTreeView-vertical-separator: 0;
outline-offset: -1px;