summaryrefslogtreecommitdiff
path: root/desktop-themes/GreenLaguna
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/GreenLaguna
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/GreenLaguna')
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css52
1 files changed, 29 insertions, 23 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
index f2d61276..7e734f16 100644
--- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
@@ -3402,43 +3402,49 @@ GtkPlacesSidebar.sidebar .view {
}
/* 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: shade(@theme_bg_color, 1.02);
+ border-radius: 2px;
}
-.sidebar-revealer .sidebar-button.image-button.button {
- background-color: transparent;
- background-image: none;
- border-image:none;
- box-shadow: none;
-}
-
-.sidebar.list .button .sidebar-label {
- padding: 0px 8px;
-}
-
-.sidebar.list .button {
- background-image: none;
- border-style: none;
- border-image:none;
- border-radius: 0px;
- padding: 3px 8px 3px 6px;
+GtkFileChooserDialog GtkPlacesSidebar.sidebar.frame .frame .sidebar.list .list-row.activatable.sidebar-row:selected,
+GtkFileChooserDialog GtkPlacesSidebar.sidebar.frame .frame .sidebar.list .list-row.activatable.sidebar-row:selected:hover {
+ background-image: linear-gradient(to bottom,
+ shade(@theme_bg_color, 1.3),
+ shade(@theme_bg_color, 0.73));
+ color: @theme_fg_color;
}
-.sidebar.list .button:hover {
+GtkFileChooserDialog GtkPlacesSidebar.sidebar.frame .frame .sidebar.list .list-row.activatable.sidebar-row:hover {
background-image: linear-gradient(to bottom,
@theme_bg_color,
shade(@theme_bg_color, 0.80));
color: shade (@theme_selected_bg_color, 0.35);
}
-.sidebar.list .button:selected {
+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;
+}
+
+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;
+ border-width: 0px;
+ padding: 4px 12px 4px 0px;
+}
+
+GtkFileChooserDialog GtkTreeView .row:selected:hover {
background-image: linear-gradient(to bottom,
shade(@theme_bg_color, 1.3),
shade(@theme_bg_color, 0.73));
- color: @theme_text_color;
- border-radius: 2px;
+ color: @theme_fg_color;
}
.sidebar.separator,