summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css56
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/sidebar.css26
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css46
-rw-r--r--desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css41
-rw-r--r--desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css43
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/sidebar.css26
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css52
-rw-r--r--desktop-themes/Menta/gtk-3.0/gtk-widgets.css31
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css57
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css57
-rw-r--r--desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css57
11 files changed, 252 insertions, 240 deletions
diff --git a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
index e9197961..9d914342 100644
--- a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
@@ -171,39 +171,38 @@ 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.08);
}
-.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:selected {
+ background-image: linear-gradient(to bottom,
+ shade(@less_dark_color, 1.5),
+ shade(@less_dark_color, 0.6));
+ color: @theme_text_color;
+ border-radius: 2px;
}
-.sidebar.list .button .sidebar-label {
- padding: 0px 8px;
+GtkFileChooserDialog GtkPlacesSidebar.sidebar.frame .frame .sidebar.list .list-row.activatable.sidebar-row:hover {
+ background-color: alpha(@theme_selected_bg_color, 0.4);
}
-.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 .sidebar-revealer .sidebar-icon {
+ padding: 4px 8px 4px 6px;
}
-.sidebar.list .button:hover {
- background-color: alpha(@theme_selected_bg_color, 0.4);
-
+GtkFileChooserDialog GtkPlacesSidebar.sidebar.frame .frame .sidebar.list .list-row.activatable.sidebar-row .sidebar-revealer .sidebar-label {
+ padding: 4px 0px 4px 1px;
}
-.sidebar.list .button:selected {
- background-image: linear-gradient(to bottom,
- shade(@theme_selected_bg_color, 1.5),
- shade(@theme_selected_bg_color, 0.7));
+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;
+ border-width: 0px;
+ box-shadow: none;
+ padding: 4px 12px 4px 0px;
}
.sidebar.separator,
@@ -1039,16 +1038,11 @@ GtkTreeView row:hover,
background-color: alpha(@theme_selected_bg_color, 0.2);
}
-GtkTreeView row:selected {
- background-image: linear-gradient(to bottom,
- shade(@theme_selected_bg_color, 1.5),
- shade(@theme_selected_bg_color, 0.7));
-}
-
+GtkTreeView row:selected,
GtkTreeView row:selected:focus {
- background-image: linear-gradient(to bottom,
- shade(@theme_selected_bg_color, 0.7),
- shade(@theme_selected_bg_color, 1.5));
+ background-image: linear-gradient(to bottom,
+ shade(@less_dark_color, 1.5),
+ shade(@less_dark_color, 0.6));
}
GtkTreeView row:nth-child(odd),
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,
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,
diff --git a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css
index bf6f780e..e625dbb7 100644
--- a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css
@@ -2480,36 +2480,29 @@ GtkPopover .separator {
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;
+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-color: @theme_selected_bg_color;
+ color: @theme_selected_fg_color;
+ box-shadow: inset 0 2px 3px -1px transparentize(black,0.5);
+ border-radius: 4px;
}
-.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 .sidebar-revealer .sidebar-icon {
+ padding: 6px 8px 6px 6px;
}
-.sidebar.list .button:hover {
- background-color: @theme_selected_bg_color;
- color: @theme_selected_fg_color;
- border-radius: 4px;
+GtkFileChooserDialog GtkPlacesSidebar.sidebar.frame .frame .sidebar.list .list-row.activatable.sidebar-row .sidebar-revealer .sidebar-label {
+ padding: 6px 0px 6px 1px;
}
-.sidebar.list .button:selected {
- background-color: @theme_selected_bg_color;
- color: @theme_selected_fg_color;
- box-shadow: inset 0 2px 3px -1px transparentize(black,0.5);
- border-radius: 4px;
+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: 6px 12px 6px 0px;
}
/************
diff --git a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css b/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css
index 323992e0..33b86941 100644
--- a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css
@@ -2383,40 +2383,29 @@ GtkPopover .separator {
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;
- border-style: none;
- border-image:none;
- border-radius: 0px;
- padding: 3px 8px 3px 6px;
-}
-
-.sidebar.list .button:hover {
+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-color: @theme_selected_bg_color;
color: @theme_selected_fg_color;
+ box-shadow: inset 0 2px 3px -1px transparentize(black,0.5);
border-radius: 4px;
}
-.sidebar.list .button:selected {
- background-color: @theme_selected_bg_color;
- color: @theme_selected_fg_color;
- box-shadow: inset 0 2px 3px -1px transparentize(black,0.5);
- border-radius: 4px;
+GtkFileChooserDialog GtkPlacesSidebar.sidebar.frame .frame .sidebar.list .list-row.activatable.sidebar-row .sidebar-revealer .sidebar-icon {
+ padding: 6px 8px 6px 6px;
}
-.sidebar.list .button:selected:focus {
- background-color: @theme_fg_color;
+GtkFileChooserDialog GtkPlacesSidebar.sidebar.frame .frame .sidebar.list .list-row.activatable.sidebar-row .sidebar-revealer .sidebar-label {
+ padding: 6px 0px 6px 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: 6px 12px 6px 0px;
}
/************
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/sidebar.css b/desktop-themes/Green-Submarine/gtk-3.0/sidebar.css
index 416dc4a8..44bfcd59 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/sidebar.css
+++ b/desktop-themes/Green-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,
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,
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 {
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
index 0d131ef9..440bd95f 100644
--- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalGreen/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,
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
index 6199c549..87bcc61e 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
@@ -1770,31 +1770,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,
@@ -1805,16 +1799,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,
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,