diff options
Diffstat (limited to 'desktop-themes')
4 files changed, 56 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, 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, |