Simplified nautilus theming

pull/63/head
Satyajit Sahoo 2013-09-10 16:18:06 +05:30
parent 1047660242
commit bbbd08dfaa
2 changed files with 16 additions and 26 deletions

View File

@ -103,44 +103,42 @@ WnckPager, WnckTasklist {
text-shadow: none; text-shadow: none;
} }
NautilusWindow .sidebar .frame { NautilusWindow .toolbar {
border-width: 1px 0 0 0; border-width: 0 0 1px;
border-style: solid; border-style: solid;
border-color: shade(@theme_bg_color, 0.8); border-color: shade(@toolbar_bg_color, 0.8);
border-radius: 0; }
NautilusWindow .sidebar .frame {
border-style: none;
} }
NautilusWindow > GtkGrid > .pane-separator, NautilusWindow > GtkGrid > .pane-separator,
NautilusWindow > GtkGrid > .pane-separator:hover { NautilusWindow > GtkGrid > .pane-separator:hover {
border-width: 1px 1px 0 0; border-width: 0 1px 0 0;
border-style: solid; border-style: solid;
border-color: shade(@theme_bg_color, 0.8); border-color: shade(@theme_bg_color, 0.8);
background-color: @theme_bg_color; background-color: @theme_bg_color;
} }
NautilusView.frame,
NautilusNotebook.notebook { NautilusNotebook.notebook {
border-right-width: 0; border-right-width: 0;
border-bottom-width: 0;
border-left-width: 0; border-left-width: 0;
border-bottom-width: 0;
} }
NautilusNotebook .frame { NautilusNotebook .frame {
border-width: 1px 0 0 0; border-width: 0;
} }
NautilusQueryEditor .primary-toolbar.toolbar { NautilusQueryEditor .primary-toolbar.toolbar {
padding: 4px; border-top-width: 0;
border-top-width: 1px;
border-bottom-width: 0; border-bottom-width: 0;
} }
NautilusQueryEditor .primary-toolbar.toolbar .button {
padding: 0;
}
NautilusQueryEditor .toolbar { NautilusQueryEditor .toolbar {
padding: 4px 4px 3px 4px; padding-top: 3px;
padding-bottom: 2px;
border-width: 1px 0 0 0; border-width: 1px 0 0 0;
border-style: solid; border-style: solid;
border-color: @toolbar_bg_color; border-color: @toolbar_bg_color;
@ -151,20 +149,12 @@ NautilusQueryEditor .toolbar:nth-child(2) {
border-color: shade(@toolbar_bg_color, 0.8); border-color: shade(@toolbar_bg_color, 0.8);
} }
NautilusNotebook.notebook NautilusQueryEditor .primary-toolbar.toolbar { NautilusQueryEditor .toolbar:last-child,
border-top-width: 0; NautilusQueryEditor .primary-toolbar.toolbar:only-child {
}
NautilusNotebook.notebook NautilusQueryEditor .toolbar:last-child,
NautilusNotebook.notebook NautilusQueryEditor .primary-toolbar.toolbar:only-child {
border-bottom-width: 1px; border-bottom-width: 1px;
border-bottom-color: shade(@toolbar_bg_color, 0.8); border-bottom-color: shade(@toolbar_bg_color, 0.8);
} }
.toolbar NautilusPathBar .button {
padding: 1px 5px;
}
/****************** /******************
* gnome terminal * * gnome terminal *
******************/ ******************/

View File

@ -1790,10 +1790,10 @@ GtkColorButton.button {
* header-bar * * header-bar *
**************/ **************/
.header-bar { .header-bar {
padding: 4px;
border-width: 0 0 1px; border-width: 0 0 1px;
border-style: solid; border-style: solid;
border-color: shade(@toolbar_bg_color, 0.8); border-color: shade(@toolbar_bg_color, 0.8);
padding: 4px;
background-color: @toolbar_bg_color; background-color: @toolbar_bg_color;
} }