summaryrefslogtreecommitdiff
path: root/desktop-themes/Blue-Submarine
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-09-04 22:28:04 +0200
committerraveit65 <[email protected]>2015-09-04 22:28:04 +0200
commit34a4b9508517719d4e9cb0e03b65a66330b381b2 (patch)
treef28c945187750d642dee9d936a2beca84058d559 /desktop-themes/Blue-Submarine
parented894afd8ca4a28be6d7360efcd2faae40147305 (diff)
downloadmate-themes-34a4b9508517719d4e9cb0e03b65a66330b381b2.tar.bz2
mate-themes-34a4b9508517719d4e9cb0e03b65a66330b381b2.tar.xz
Gtk+-3.18 all themes: fix GtkDialog again !!!! thanks gtk+ devs!
Diffstat (limited to 'desktop-themes/Blue-Submarine')
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/sidebar.css26
1 files changed, 16 insertions, 10 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/sidebar.css b/desktop-themes/Blue-Submarine/gtk-3.0/sidebar.css
index 48a9f034..81f99356 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/sidebar.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/sidebar.css
@@ -19,23 +19,29 @@
}
/* dialog open */
-.sidebar.list,
-.sidebar.list .button {
+GtkFileChooserDialog GtkPlacesSidebar.sidebar.frame .frame GtkListBox.sidebar.list,
+GtkFileChooserDialog GtkPlacesSidebar.sidebar.frame .frame .sidebar.list .list-row.activatable.sidebar-row {
background-color: @sidebar_background;
}
-.sidebar-revealer .sidebar-button.image-button.button {
- background-color: transparent;
- background-image: none;
- box-shadow: none;
+GtkFileChooserDialog GtkPlacesSidebar.sidebar.frame .frame .sidebar.list .list-row.activatable.sidebar-row:selected {
+ border-radius: 6px;
}
-.sidebar.list .button {
- padding: 5px 8px 5px 6px;
+GtkFileChooserDialog GtkPlacesSidebar.sidebar.frame .frame .sidebar.list .list-row.activatable.sidebar-row .sidebar-revealer .sidebar-icon {
+ padding: 4px 8px 4px 6px;
}
-.sidebar.list .button .sidebar-label {
- padding: 0px 8px;
+GtkFileChooserDialog GtkPlacesSidebar.sidebar.frame .frame .sidebar.list .list-row.activatable.sidebar-row .sidebar-revealer .sidebar-label {
+ padding: 4px 0px 4px 1px;
+}
+
+GtkFileChooserDialog GtkPlacesSidebar.sidebar.frame .frame .sidebar.list .list-row.activatable.sidebar-row .sidebar-revealer .sidebar-button.image-button.button {
+ background-color: transparent;
+ background-image: none;
+ border-image:none;
+ box-shadow: none;
+ padding: 4px 12px 4px 0px;
}
.sidebar.view:selected,