summaryrefslogtreecommitdiff
path: root/desktop-themes/Blue-Submarine/gtk-3.0
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-08-10 13:20:34 +0200
committerraveit65 <[email protected]>2015-08-10 13:25:25 +0200
commitb5ed26cdc6bacaa5ba9c3a7b7e45c41912c13e34 (patch)
tree2119f9fa24111f572e5599f1c31af63bd02f0769 /desktop-themes/Blue-Submarine/gtk-3.0
parent0f02453f14c6d1641a171b724b913cbeb33515aa (diff)
downloadmate-themes-b5ed26cdc6bacaa5ba9c3a7b7e45c41912c13e34.tar.bz2
mate-themes-b5ed26cdc6bacaa5ba9c3a7b7e45c41912c13e34.tar.xz
Gtk+-3.18 submarine themes: adjust sidebar in GtkFileChooser dialog
Diffstat (limited to 'desktop-themes/Blue-Submarine/gtk-3.0')
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css8
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/sidebar.css20
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,