summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalOk
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-10-20 08:43:07 +0200
committerraveit65 <[email protected]>2016-10-20 08:43:07 +0200
commita26b68af1e952dd0eceac61af61b607c343f4cf5 (patch)
treea7451a44e7531d8706707111515b78a598ef5c60 /desktop-themes/TraditionalOk
parent4373582b7cf1a3f326784cc058ef48193286f304 (diff)
downloadmate-themes-a26b68af1e952dd0eceac61af61b607c343f4cf5.tar.bz2
mate-themes-a26b68af1e952dd0eceac61af61b607c343f4cf5.tar.xz
GTK+-3.20 Most themes: fix remaining wrong syntax for 3.20
Diffstat (limited to 'desktop-themes/TraditionalOk')
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css22
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/other-applications.css6
2 files changed, 13 insertions, 15 deletions
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
index 290ce1ae..868942f6 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
@@ -14,8 +14,6 @@
outline-width: 0px; /* disable ugly focus-line */
-gtk-outline-radius: 2px;
-gtk-icon-style: regular; /* disable symbolic icons */
- -GtkWindow-resize-grip-width: 11;
- -GtkWindow-resize-grip-height: 11;
}
/***************
@@ -55,8 +53,8 @@ label,
label:disabled,
box,
box:disabled,
-GtkGrid,
-GtkGrid:disabled {
+grid,
+grid:disabled {
background-color: transparent;
}
@@ -544,8 +542,8 @@ colorchooser #add-color-button:selected:hover {
color: @color_active_badge_dark_color;
}
-GtkColorEditor colorswatch.color-light:hover,
-GtkColorEditor colorswatch.color-dark:hover {
+colorswatch.color-light:hover,
+colorswatch.color-dark:hover {
background-image: none;
}
@@ -2944,7 +2942,7 @@ button.osd:checked:hover,
button.osd:focus:hover:active,
.osd button:checked,
.osd button:checked:hover,
-.osd GtkMenuButton.menu-button:checked {
+.osd button.popup:checked {
background-image: linear-gradient(to bottom,
@osd_button_bg_active_a,
@osd_button_bg_active_b 20%,
@@ -2959,7 +2957,7 @@ button.osd:focus:hover:active,
border-right-width: 1px;
}
-.osd GtkMenuButton.menu-button:checked {
+.osd button.popup:checked {
background-color: transparent;
border-color: @osd_button_border;
color: @osd_button_fg_active;
@@ -3049,10 +3047,10 @@ toolbar.osd button:hover:only-child,
toolbar.osd button:checked:only-child,
toolbar.osd button:hover:active:only-child,
toolbar.osd button:focus:hover:active:only-child,
-toolbar.osd GtkToolButton button,
-toolbar.osd GtkToolButton:only-child button,
-toolbar.osd GtkToolButton:last-child button,
-toolbar.osd GtkToolButton:first-child button {
+toolbar.osd toolbutton button,
+toolbar.osd toolbutton:only-child button,
+toolbar.osd toolbutton:last-child button,
+toolbar.osd toolbutton:first-child button {
border-width: 1px;
border-radius: 3px;
border-style: solid;
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/other-applications.css b/desktop-themes/TraditionalOk/gtk-3.0/other-applications.css
index 31c6ee3d..27031f63 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/other-applications.css
+++ b/desktop-themes/TraditionalOk/gtk-3.0/other-applications.css
@@ -11,9 +11,9 @@
/* rhythmbox */
-.primary-toolbar.toolbar.horizontal RBHeader.horizontal GtkVolumeButton.button.flat,
-.primary-toolbar.toolbar.horizontal RBHeader.horizontal GtkVolumeButton.button.flat:checked,
-.primary-toolbar.toolbar.horizontal RBHeader.horizontal GtkVolumeButton.button.flat:hover {
+.primary-toolbar.toolbar.horizontal RBHeader.horizontal button.scale.flat,
+.primary-toolbar.toolbar.horizontal RBHeader.horizontal button.scale.flat:checked,
+.primary-toolbar.toolbar.horizontal RBHeader.horizontal button.scale.flat:hover {
padding: 0px 6px;
}