Updated styles for Gedit

pull/54/merge
Satyajit Sahoo 2013-07-05 02:26:07 +05:30
parent 1d75331f5a
commit 21b7013f48
1 changed files with 53 additions and 5 deletions

View File

@ -110,7 +110,8 @@ NautilusWindow .sidebar .frame {
border-radius: 0; border-radius: 0;
} }
NautilusWindow > GtkGrid > .pane-separator { NautilusWindow > GtkGrid > .pane-separator,
NautilusWindow > GtkGrid > .pane-separator:hover {
border-width: 1px 1px 0 0; border-width: 1px 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);
@ -219,7 +220,12 @@ GeditWindow .pane-separator:hover {
} }
GeditPanel.title GtkLabel { GeditPanel.title GtkLabel {
padding: 5px 0; padding: 4px 0;
}
GeditPanel.vertical .title {
padding: 4px 0 4px 3px;
border-style: none;
} }
GeditPanel .toolbar { GeditPanel .toolbar {
@ -228,14 +234,19 @@ GeditPanel .toolbar {
} }
GeditDocumentsPanel .view { GeditDocumentsPanel .view {
background-color: shade(@theme_bg_color, 1.02); background-color: @theme_bg_color;
} }
GeditPanel .notebook { GeditPanel.vertical .notebook {
padding: 0; padding: 0;
border-width: 1px 0; border-width: 1px 0;
} }
GeditPanel.horizontal .notebook {
padding: 0;
border-width: 0 1px 1px 0;
}
GeditWindow .notebook { GeditWindow .notebook {
border-width: 1px 0; border-width: 1px 0;
} }
@ -245,12 +256,49 @@ GeditWindow .notebook tab {
border-width: 0; border-width: 0;
} }
GeditFloatingSlider .not-found { GeditStatusComboBox .button,
GeditStatusComboBox .button:hover,
GeditStatusComboBox .button:active,
GeditStatusComboBox .button:active:hover {
padding: 1px 6px 2px 4px;
border-style: solid;
border-width: 0 1px;
border-radius: 0;
}
GeditStatusComboBox .button:hover,
GeditStatusComboBox .button:active,
GeditStatusComboBox .button:active:hover {
border-color: shade(@theme_bg_color, 0.8);
}
GeditViewFrame .gedit-search-slider {
padding: 4px;
border-radius: 0 0 2px 2px;
border-width: 0 1px 1px 1px;
border-style: solid;
border-color: shade(@theme_base_color, 0.8);
background-color: @theme_base_color;
}
GeditViewFrame .gedit-search-slider .not-found {
background-color: @error_bg_color; background-color: @error_bg_color;
background-image: none; background-image: none;
color: @error_fg_color; color: @error_fg_color;
} }
GeditViewFrame .gedit-search-slider .not-found:selected {
background-color: @theme_selected_bg_color;
color: @theme_selected_fg_color;
}
GeditFileBrowserWidget .primary-toolbar.toolbar {
padding: 2px;
border-top: none;
background-color: @theme_bg_color;
background-image: none;
}
/*************** /***************
* font-viewer * * font-viewer *
***************/ ***************/