summaryrefslogtreecommitdiff
path: root/desktop-themes/BlueMenta
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/BlueMenta
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/BlueMenta')
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css46
1 files changed, 31 insertions, 15 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
index fc2af77a..58adf2c7 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
@@ -3029,29 +3029,34 @@ 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: @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 {
@@ -3800,34 +3805,45 @@ GtkSwitch.slider:hover {
/************
* Pathbars *
************/
-.path-bar .button, .path-bar .header-bar .button.titlebutton, .header-bar .path-bar .button.titlebutton,
+.path-bar .button,
+.path-bar .header-bar .button.titlebutton,
+.header-bar .path-bar .button.titlebutton,
.path-bar .titlebar .button.titlebutton,
.titlebar .path-bar .button.titlebutton,
.path-bar GtkCalendar.header .button.titlebutton,
GtkCalendar.header .path-bar .button.titlebutton {
padding: 5px 6px 6px;
}
+
.path-bar .button:first-child {
padding-left: 8px;
}
+
.path-bar .button:last-child {
padding-right: 8px;
}
+
.path-bar .button:only-child {
padding-left: 12px;
padding-right: 12px;
}
+
.path-bar .button .label:last-child {
padding-left: 2px;
}
+
.path-bar .button .label:first-child {
padding-right: 2px;
}
+
.path-bar .button .label:only-child {
padding-right: 0;
padding-left: 0;
}
-.path-bar .button GtkImage, .path-bar .header-bar .button.titlebutton GtkImage, .header-bar .path-bar .button.titlebutton GtkImage,
+
+.path-bar .button GtkImage,
+.path-bar .header-bar .button.titlebutton GtkImage,
+.header-bar .path-bar .button.titlebutton GtkImage,
.path-bar .titlebar .button.titlebutton GtkImage,
.titlebar .path-bar .button.titlebutton GtkImage,
.path-bar GtkCalendar.header .button.titlebutton GtkImage,