diff options
author | raveit65 <[email protected]> | 2016-10-20 08:43:07 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-10-20 08:46:13 +0200 |
commit | 0a25e3a7a592ccbec534a30dfa07e2c9e6d33bc2 (patch) | |
tree | 0c5a9ad5c8e2e6b2b1a505bbdd50ce7d82930f93 /desktop-themes/Blue-Submarine/gtk-3.0 | |
parent | 291c7f7216a3b4ae29702188412e2fd8fc31a2d0 (diff) | |
download | mate-themes-0a25e3a7a592ccbec534a30dfa07e2c9e6d33bc2.tar.bz2 mate-themes-0a25e3a7a592ccbec534a30dfa07e2c9e6d33bc2.tar.xz |
GTK+-3.20 Most themes: fix remaining wrong syntax for 3.20
Diffstat (limited to 'desktop-themes/Blue-Submarine/gtk-3.0')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css | 63 | ||||
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css | 8 |
2 files changed, 29 insertions, 42 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css index 24787c64..26b6bf12 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css @@ -1950,9 +1950,9 @@ toolbar .raised.linked:nth-child(last) button:checked:hover { toolbar.inline-toolbar button,
toolbar.inline-toolbar button:checked,
toolbar.inline-toolbar button:disabled,
-toolbar.inline-toolbar GtkToolButton > button,
-toolbar.inline-toolbar GtkToolButton > button:checked,
-toolbar.inline-toolbar GtkToolButton > button:disabled {
+toolbar.inline-toolbar toolbutton > button,
+toolbar.inline-toolbar toolbutton > button:checked,
+toolbar.inline-toolbar toolbutton > button:disabled {
/* outer */
border-width: 0px;
border-right-width: 0px;
@@ -1970,7 +1970,7 @@ toolbar.inline-toolbar button:hover:active, toolbar.inline-toolbar button:checked,
toolbar.inline-toolbar button:checked:hover,
toolbar.inline-toolbar button:checked:hover:active,
-toolbar.inline-toolbar GtkToolButton > button:checked {
+toolbar.inline-toolbar toolbutton > button:checked {
background-color: transparent;
box-shadow: inset 0px 1px alpha(#000, 0.05),
inset 2px 0px alpha(#000, 0.03),
@@ -1980,7 +1980,7 @@ toolbar.inline-toolbar GtkToolButton > button:checked { }
toolbar.inline-toolbar button:disabled,
-toolbar.inline-toolbar GtkToolButton > button:disabled {
+toolbar.inline-toolbar toolbutton > button:disabled {
box-shadow: inset 1px 0px shade(@button_border, 1.10);
}
@@ -1988,9 +1988,9 @@ toolbar.inline-toolbar GtkToolButton > button:disabled { toolbar.inline-toolbar button:first-child,
toolbar.inline-toolbar button:checked:first-child,
toolbar.inline-toolbar button:disabled:first-child,
-toolbar.inline-toolbar GtkToolButton:first-child > button,
-toolbar.inline-toolbar GtkToolButton:first-child > button:checked,
-toolbar.inline-toolbar GtkToolButton:first-child > button:disabled {
+toolbar.inline-toolbar toolbutton:first-child > button,
+toolbar.inline-toolbar toolbutton:first-child > button:checked,
+toolbar.inline-toolbar toolbutton:first-child > button:disabled {
border-width: 0px;
border-radius: 0px;
box-shadow: inset 0px 1px alpha(#fff, 0.09),
@@ -2003,7 +2003,7 @@ toolbar.inline-toolbar button:hover:active:first-child, toolbar.inline-toolbar button:checked:first-child,
toolbar.inline-toolbar button:checked:hover:first-child,
toolbar.inline-toolbar button:checked:hover:active:first-child,
-toolbar.inline-toolbar GtkToolButton:first-child > button:checked {
+toolbar.inline-toolbar toolbutton:first-child > button:checked {
background-color: transparent;
box-shadow: inset 0px 1px alpha(#000, 0.05),
inset 1px 0px alpha(#000, 0.03),
@@ -2012,7 +2012,7 @@ toolbar.inline-toolbar GtkToolButton:first-child > button:checked { }
toolbar.inline-toolbar button:disabled:first-child,
-toolbar.inline-toolbar GtkToolButton:first-child > button:disabled {
+toolbar.inline-toolbar toolbutton:first-child > button:disabled {
box-shadow: none;
}
@@ -2020,9 +2020,9 @@ toolbar.inline-toolbar GtkToolButton:first-child > button:disabled { toolbar.inline-toolbar button:last-child,
toolbar.inline-toolbar button:checked:last-child,
toolbar.inline-toolbar button:disabled:last-child,
-toolbar.inline-toolbar GtkToolButton:last-child > button,
-toolbar.inline-toolbar GtkToolButton:last-child > button:checked,
-toolbar.inline-toolbar GtkToolButton:last-child > button:disabled {
+toolbar.inline-toolbar toolbutton:last-child > button,
+toolbar.inline-toolbar toolbutton:last-child > button:checked,
+toolbar.inline-toolbar toolbutton:last-child > button:disabled {
border-width: 0px;
border-radius: 0px;
box-shadow: inset 0px 1px alpha(#fff, 0.09),
@@ -2037,7 +2037,7 @@ toolbar.inline-toolbar button:hover:active:last-child, toolbar.inline-toolbar button:checked:last-child,
toolbar.inline-toolbar button:checked:hover:last-child,
toolbar.inline-toolbar button:checked:hover:active:last-child,
-toolbar.inline-toolbar GtkToolButton:last-child > button:checked {
+toolbar.inline-toolbar toolbutton:last-child > button:checked {
background-color: transparent;
box-shadow: inset 0px 1px alpha(#000, 0.05),
inset 2px 0px alpha(#000, 0.03),
@@ -2048,7 +2048,7 @@ toolbar.inline-toolbar GtkToolButton:last-child > button:checked { }
toolbar.inline-toolbar button:disabled:last-child,
-toolbar.inline-toolbar GtkToolButton:last-child > button:disabled {
+toolbar.inline-toolbar toolbutton:last-child > button:disabled {
box-shadow: inset 1px 0px shade(@button_border, 1.10),
inset -1px 0px shade(@button_border, 1.10);
}
@@ -2057,9 +2057,9 @@ toolbar.inline-toolbar GtkToolButton:last-child > button:disabled { toolbar.inline-toolbar button:only-child,
toolbar.inline-toolbar button:checked:only-child,
toolbar.inline-toolbar button:disabled:only-child,
-toolbar.inline-toolbar GtkToolButton:only-child > button,
-toolbar.inline-toolbar GtkToolButton:only-child > button:checked,
-toolbar.inline-toolbar GtkToolButton:only-child > button:disabled {
+toolbar.inline-toolbar toolbutton:only-child > button,
+toolbar.inline-toolbar toolbutton:only-child > button:checked,
+toolbar.inline-toolbar toolbutton:only-child > button:disabled {
border-radius: 0px;
border-width: 0px;
box-shadow: inset 0px 1px alpha(#fff, 0.09),
@@ -2072,7 +2072,7 @@ toolbar.inline-toolbar button:hover:active:only-child, toolbar.inline-toolbar button:checked:only-child,
toolbar.inline-toolbar button:checked:hover:only-child,
toolbar.inline-toolbar button:checked:hover:active:only-child,
-toolbar.inline-toolbar GtkToolButton:only-child > button:checked {
+toolbar.inline-toolbar toolbutton:only-child > button:checked {
background-color: transparent;
box-shadow: inset 0px 1px alpha(#000, 0.05),
inset -1px 0px alpha(#000, 0.03),
@@ -2081,7 +2081,7 @@ toolbar.inline-toolbar GtkToolButton:only-child > button:checked { }
toolbar.inline-toolbar button:disabled:only-child,
-toolbar.inline-toolbar GtkToolButton:only-child > button:disabled {
+toolbar.inline-toolbar toolbutton:only-child > button:disabled {
box-shadow: inset 1px 0px shade(@button_border, 1.10);
}
@@ -2528,7 +2528,6 @@ toolbar combobox button.combo:hover arrow { * Toolbars *
************/
-GtkHandleBox,
toolbar {
padding: 2px 4px;
background-color: @toolbar_gradient_base;
@@ -3318,29 +3317,25 @@ spinbutton.vertical > entry:focus { }
/* volume button */
-GtkGrid button,
-GtkGrid button.flat {
+button.scale.flat {
transition: all 400ms ease-out;
}
-GtkGrid button,
-GtkGrid button.flat,
-GtkGrid button:hover,
-GtkGrid button:disabled,
-GtkGrid button.flat:hover,
-GtkGrid button.flat:disabled {
+button.scale.flat,
+button.scale.flat:hover,
+button.scale.flat:disabled {
padding: 5px 4px;
border-radius: 6px;
border-color: transparent;
background-color: transparent;
}
-GtkFlowBox .grid-child {
+flowbox flowboxchild {
padding: 3px;
border-radius: 3px;
}
-GtkFlowBox .grid-child:selected {
+flowbox flowboxchild:selected {
outline-offset: -2px;
}
@@ -4977,7 +4972,7 @@ dialog scrolledwindow.frame viewport .vertical expander .vertical { background-color: alpha(shade(@theme_selected_bg_color, 1.0), 0.4);
}
-GtkOverlay.osd {
+overlay.osd {
background-color: transparent;
}
@@ -5068,7 +5063,7 @@ button.osd:hover, .osd button:checked:hover:active,
.osd button:hover:active,
.osd button:focus:hover:active,
-.osd button.menu-button:checked,
+.osd button.popup:checked,
button.osd:checked,
button.osd:checked:hover,
button.osd:checked:hover:active,
@@ -5083,7 +5078,7 @@ button.osd.menu-button:checked { text-shadow: none;
}
-.osd button.menu-button:checked {
+.osd button.popup:checked {
background-color: transparent;
border-color: @osd_button_border;
}
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css index 9720a4c1..b9c4a099 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css @@ -943,14 +943,6 @@ vte-terminal { padding: 2px 5px; } -/* FIXME , does not work anymore since GtkArrow is widget *//* -#pluma-status-combo-button.flat.toggle box.horizontal widget { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); - min-height: 16px - min-width: 16px; -} -*/ - /* Printpreview */ .pluma-print-preview toolbar.horizontal { background-image: -gtk-gradient (linear, |