diff options
author | raveit65 <[email protected]> | 2015-08-10 13:20:34 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-10 13:25:25 +0200 |
commit | b5ed26cdc6bacaa5ba9c3a7b7e45c41912c13e34 (patch) | |
tree | 2119f9fa24111f572e5599f1c31af63bd02f0769 /desktop-themes/Green-Submarine/gtk-3.0 | |
parent | 0f02453f14c6d1641a171b724b913cbeb33515aa (diff) | |
download | mate-themes-b5ed26cdc6bacaa5ba9c3a7b7e45c41912c13e34.tar.bz2 mate-themes-b5ed26cdc6bacaa5ba9c3a7b7e45c41912c13e34.tar.xz |
Gtk+-3.18 submarine themes: adjust sidebar in GtkFileChooser dialog
Diffstat (limited to 'desktop-themes/Green-Submarine/gtk-3.0')
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css | 8 | ||||
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/sidebar.css | 20 |
2 files changed, 28 insertions, 0 deletions
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css index b0c12ecc..282f1fb3 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css @@ -6085,6 +6085,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/Green-Submarine/gtk-3.0/sidebar.css b/desktop-themes/Green-Submarine/gtk-3.0/sidebar.css index c7a22697..416dc4a8 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/sidebar.css +++ b/desktop-themes/Green-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, |