diff options
author | raveit65 <[email protected]> | 2015-08-10 13:20:34 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-10 13:28:03 +0200 |
commit | 7e68cd715d088721449b05393148f9666cd7e124 (patch) | |
tree | ee99d8e947111868a0d0ab1d49aff93fde6d3e77 /desktop-themes/Blue-Submarine | |
parent | dddfe0bcb142debc220fbd1b24567138588fda13 (diff) | |
download | mate-themes-7e68cd715d088721449b05393148f9666cd7e124.tar.bz2 mate-themes-7e68cd715d088721449b05393148f9666cd7e124.tar.xz |
Gtk+-3.18 submarine themes: adjust sidebar in GtkFileChooser dialog
Diffstat (limited to 'desktop-themes/Blue-Submarine')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css | 8 | ||||
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/sidebar.css | 20 |
2 files changed, 28 insertions, 0 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css index e3508574..eec5156c 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css @@ -6102,6 +6102,14 @@ GtkPrintUnixDialog.background .vertical.view.dialog-vbox .notebook GtkToggleButt border-radius: 4px;
}
+/******************
+ * GtkFileChooser *
+ ******************/
+
+GtkFileChooserWidget.vertical GtkPaned.horizontal {
+ -GtkPaned-handle-size: 4px;
+}
+
/*****************
* Miscellaneous *
*****************/
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/sidebar.css b/desktop-themes/Blue-Submarine/gtk-3.0/sidebar.css index c17cc10e..48a9f034 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/sidebar.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/sidebar.css @@ -18,6 +18,26 @@ background-color: @sidebar_background; } +/* dialog open */ +.sidebar.list, +.sidebar.list .button { + background-color: @sidebar_background; +} + +.sidebar-revealer .sidebar-button.image-button.button { + background-color: transparent; + background-image: none; + box-shadow: none; +} + +.sidebar.list .button { + padding: 5px 8px 5px 6px; +} + +.sidebar.list .button .sidebar-label { + padding: 0px 8px; +} + .sidebar.view:selected, .sidebar.view *:selected, .sidebar .view:selected, |