summaryrefslogtreecommitdiff
path: root/desktop-themes/Menta/gtk-3.0
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-09-04 22:28:04 +0200
committerraveit65 <[email protected]>2015-09-04 22:28:53 +0200
commit5c8d94c52ad3fbed16ea9038097f2c69066a02d1 (patch)
tree5e35ef77549a7cec85670fa5ebeb70b7a0c7b251 /desktop-themes/Menta/gtk-3.0
parent4018e0a7a0468b71958fede16e94e2c1a14f3ac7 (diff)
downloadmate-themes-5c8d94c52ad3fbed16ea9038097f2c69066a02d1.tar.bz2
mate-themes-5c8d94c52ad3fbed16ea9038097f2c69066a02d1.tar.xz
Gtk+-3.18 all themes: fix GtkDialog again !!!! thanks gtk+ devs!
Diffstat (limited to 'desktop-themes/Menta/gtk-3.0')
-rw-r--r--desktop-themes/Menta/gtk-3.0/gtk-widgets.css31
1 files changed, 18 insertions, 13 deletions
diff --git a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
index 229e6645..24e09595 100644
--- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
@@ -3029,29 +3029,34 @@ GtkDialog GtkScrolledWindow.frame GtkViewport .vertical GtkExpander .vertical {
}
/* 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_bg;
}
-.sidebar-revealer .sidebar-button.image-button.button {
- background-color: transparent;
- background-image: none;
- border-image:none;
- box-shadow: none;
+GtkFileChooserDialog GtkPlacesSidebar.sidebar.frame .frame .sidebar.list .list-row.activatable.sidebar-row:hover {
+ background-color: shade (@theme_selected_bg_color, 1.15);
+ color: shade (@theme_selected_bg_color, 0.35);
}
-.sidebar.list .button {
- padding: 4px 8px 4px 6px;
+GtkFileChooserDialog GtkPlacesSidebar.sidebar.frame .frame .sidebar.list .list-row.activatable.sidebar-row:selected:hover {
+ color: shade (@theme_selected_fg_color, 1.00);
}
-.sidebar.list .button:hover {
- background-color: shade (@theme_selected_bg_color, 1.15);
+GtkFileChooserDialog GtkPlacesSidebar.sidebar.frame .frame .sidebar.list .list-row.activatable.sidebar-row .sidebar-revealer .sidebar-icon {
+ padding: 4px 8px 4px 6px;
+}
+GtkFileChooserDialog GtkPlacesSidebar.sidebar.frame .frame .sidebar.list .list-row.activatable.sidebar-row .sidebar-revealer .sidebar-label {
+ padding: 4px 0px 4px 1px;
}
-.sidebar.list .button .sidebar-label {
- padding: 0px 8px;
+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 row:hover {