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
+1 -1
View File
@@ -125,7 +125,7 @@
.menu { font: normal; }
.arrow { olor: mix($lightdm_fg_color, $lightdm_bg_color, 0.5); }
.arrow { color: mix($lightdm_fg_color, $lightdm_bg_color, 0.5); }
}
#user_image {
+2 -7
View File
@@ -23,7 +23,7 @@
.sidebar .frame { border: none; }
> GtkGrid > .pane-separator {
GtkPaned {
border-width: 0 1px 0 0;
border-style: solid;
@@ -45,11 +45,6 @@
}
NautilusQueryEditor {
.search-bar.toolbar {
border-top-width: 0;
border-bottom-width: 0;
}
.toolbar {
padding-top: $spacing - 1px;
padding-bottom: $spacing - 2px;
@@ -66,7 +61,7 @@
}
&, &.search-bar {
&:only-child {
&:last-child, &:only-child {
border-bottom-width: 1px;
border-bottom-color: border_normal($toolbar_bg_color);
}