summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalOkTest
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/TraditionalOkTest
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/TraditionalOkTest')
-rw-r--r--desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css57
1 files changed, 28 insertions, 29 deletions
diff --git a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css
index e00e9608..2ff045bf 100644
--- a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css
@@ -1766,31 +1766,25 @@ GtkCheckButton:selected:focus {
}
/* 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: @theme_base_color;
}
-.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;
+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 {
border-style: none;
- border-image:none;
- border-radius: 0px;
- padding: 3px 8px 3px 6px;
+ color: @theme_selected_fg_color;
+ background-image: -gtk-gradient (linear,
+ left top,
+ left bottom,
+ from (@menubar_menuitem_hover_gradient_a),
+ color-stop (0.50, @menubar_menuitem_hover_gradient_b),
+ color-stop (0.50, @menubar_menuitem_hover_gradient_c),
+ to (@menubar_menuitem_hover_gradient_d));
}
-.sidebar.list .button:hover {
+GtkFileChooserDialog GtkPlacesSidebar.sidebar.frame .frame .sidebar.list .list-row.activatable.sidebar-row:hover {
background-image: linear-gradient(to bottom,
shade(@button_active_gradient_a, 1.20),
shade(@button_active_gradient_b, 1.20) 3px,
@@ -1801,16 +1795,21 @@ GtkCheckButton:selected:focus {
background-color: transparent;
}
-.sidebar.list .button:selected {
- border-style: none;
- color: @theme_selected_fg_color;
- background-image: -gtk-gradient (linear,
- left top,
- left bottom,
- from (@menubar_menuitem_hover_gradient_a),
- color-stop (0.50, @menubar_menuitem_hover_gradient_b),
- color-stop (0.50, @menubar_menuitem_hover_gradient_c),
- to (@menubar_menuitem_hover_gradient_d));
+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;
}
.sidebar .radio,