diff --git a/gtk-3.0/apps/gnome-applications.css b/gtk-3.0/apps/gnome-applications.css index 78aae14..5ce785c 100644 --- a/gtk-3.0/apps/gnome-applications.css +++ b/gtk-3.0/apps/gnome-applications.css @@ -110,7 +110,8 @@ NautilusWindow .sidebar .frame { border-radius: 0; } -NautilusWindow > GtkGrid > .pane-separator { +NautilusWindow > GtkGrid > .pane-separator, +NautilusWindow > GtkGrid > .pane-separator:hover { border-width: 1px 1px 0 0; border-style: solid; border-color: shade(@theme_bg_color, 0.8); @@ -219,7 +220,12 @@ GeditWindow .pane-separator:hover { } GeditPanel.title GtkLabel { - padding: 5px 0; + padding: 4px 0; +} + +GeditPanel.vertical .title { + padding: 4px 0 4px 3px; + border-style: none; } GeditPanel .toolbar { @@ -228,14 +234,19 @@ GeditPanel .toolbar { } GeditDocumentsPanel .view { - background-color: shade(@theme_bg_color, 1.02); + background-color: @theme_bg_color; } -GeditPanel .notebook { +GeditPanel.vertical .notebook { padding: 0; border-width: 1px 0; } +GeditPanel.horizontal .notebook { + padding: 0; + border-width: 0 1px 1px 0; +} + GeditWindow .notebook { border-width: 1px 0; } @@ -245,12 +256,49 @@ GeditWindow .notebook tab { 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-image: none; 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 * ***************/