summaryrefslogtreecommitdiff
path: root/desktop-themes/ContrastHighInverse
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-09-25 13:04:43 +0200
committerraveit65 <[email protected]>2016-09-25 13:05:29 +0200
commit8bad38d31f71b671342a407efd495dc21f8b0bbc (patch)
treea4b9c1fa4a467a49abf838174a5bde9561a4f170 /desktop-themes/ContrastHighInverse
parentfeb856714c208681e7cd84e89819967f8b8d5468 (diff)
downloadmate-themes-8bad38d31f71b671342a407efd495dc21f8b0bbc.tar.bz2
mate-themes-8bad38d31f71b671342a407efd495dc21f8b0bbc.tar.xz
Gtk+-3.22 ContrastHighInverse: fix deprecations
Diffstat (limited to 'desktop-themes/ContrastHighInverse')
-rw-r--r--desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css26
-rw-r--r--desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css4
2 files changed, 15 insertions, 15 deletions
diff --git a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css b/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css
index 49ee0ee7..8278f6fb 100644
--- a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css
@@ -171,7 +171,7 @@ entry {
background-image: linear-gradient(to bottom, #090909, #111 90%);
color: gray;
border-color: gray;
- background-image: linear-gradient(to bottom, #070707);
+ background-image: linear-gradient(to bottom, #070707, #070707);
box-shadow: none; }
spinbutton:backdrop:not(.vertical),
entry:backdrop {
@@ -179,7 +179,7 @@ entry {
border-style: solid;
background-image: linear-gradient(to bottom, #090909, #111 90%);
color: #fff;
- background-image: linear-gradient(to bottom, #111);
+ background-image: linear-gradient(to bottom, #111, #111);
box-shadow: 0 1px rgba(255, 255, 255, 0); }
spinbutton:backdrop:disabled:not(.vertical),
entry:backdrop:disabled {
@@ -187,7 +187,7 @@ entry {
border-style: solid;
background-image: linear-gradient(to bottom, #090909, #111 90%);
color: gray;
- background-image: linear-gradient(to bottom, #000);
+ background-image: linear-gradient(to bottom, #000, #000);
box-shadow: 0 1px rgba(255, 255, 255, 0); }
spinbutton.error:not(.vertical),
entry.error {
@@ -289,12 +289,12 @@ entry {
entry:not(:disabled) + entry:not(:disabled), .linked.vertical >
entry:not(:disabled) + spinbutton:not(:disabled):not(.vertical) {
border-top-color: #323232;
- background-image: linear-gradient(to bottom, #111); }
+ background-image: linear-gradient(to bottom, #111, #111); }
.linked.vertical > spinbutton:not(:disabled):not(.vertical) + entry:not(:disabled):backdrop, .linked.vertical > spinbutton:not(:disabled):not(.vertical) + spinbutton:not(:disabled):backdrop:not(.vertical), .linked.vertical >
entry:not(:disabled) + entry:not(:disabled):backdrop, .linked.vertical >
entry:not(:disabled) + spinbutton:not(:disabled):backdrop:not(.vertical) {
border-top-color: #2e2e2e;
- background-image: linear-gradient(to bottom, #111); }
+ background-image: linear-gradient(to bottom, #111, #111); }
.linked.vertical > spinbutton:disabled:not(.vertical) + spinbutton:disabled:not(.vertical), .linked.vertical > spinbutton:disabled:not(.vertical) + entry:disabled, .linked.vertical >
entry:disabled + spinbutton:disabled:not(.vertical), .linked.vertical >
entry:disabled + entry:disabled {
@@ -1256,7 +1256,7 @@ headerbar {
box-shadow: none; }
.titlebar .title,
headerbar .title {
- font: Bold;
+ font-weight: bold;
padding: 0px 12px; }
.titlebar .subtitle,
headerbar .subtitle {
@@ -1977,9 +1977,9 @@ notebook {
scrollbar.vertical button.up {
-gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); }
scrollbar.horizontal button.down {
- -gtk-icon-source: -gtk-icontheme("pan-right-symbolic"); }
+ -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); }
scrollbar.horizontal button.up {
- -gtk-icon-source: -gtk-icontheme("pan-left-symbolic"); }
+ -gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); }
treeview ~ scrollbar.vertical {
border-top: 1px solid gray;
@@ -2514,7 +2514,7 @@ levelbar trough {
border-radius: 3px;
background-color: transparent;
border-style: solid;
- background-image: linear-gradient(to bottom, #090909, #111 90%);
+ background-image: linear-gradient(to bottom, #111, #111);
border-color: gray;
box-shadow: inset 0 2px 2px -2px #090909; }
levelbar trough:backdrop {
@@ -2522,7 +2522,7 @@ levelbar trough {
border-style: solid;
background-image: linear-gradient(to bottom, #090909, #111 90%);
color: #fff;
- background-image: linear-gradient(to bottom, #111);
+ background-image: linear-gradient(to bottom, #111, #111);
box-shadow: 0 1px rgba(255, 255, 255, 0); }
levelbar block {
min-width: 32px;
@@ -2844,7 +2844,7 @@ calendar {
background: linear-gradient(to bottom, #050505, black);
border-bottom-color: #404040; }
calendar.header:backdrop {
- background-image: linear-gradient(to bottom, #000);
+ background-image: linear-gradient(to bottom, #000, #000);
border-bottom-color: #3a3a3a; }
calendar:indeterminate, calendar:indeterminate:backdrop {
color: alpha(currentColor,0.55); }
@@ -3093,9 +3093,9 @@ placesview row.activatable:hover {
paned separator {
min-width: 1px;
min-height: 1px;
- background-image: linear-gradient(to bottom, gray); }
+ background-image: linear-gradient(to bottom, gray, gray); }
paned separator:backdrop {
- background-image: linear-gradient(to bottom, #737373); }
+ background-image: linear-gradient(to bottom, #737373, #737373); }
paned:dir(ltr).horizontal separator {
margin: 0 -8px 0 0;
padding: 0 8px 0 0; }
diff --git a/desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css b/desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css
index e1233e73..0b01e6d7 100644
--- a/desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css
+++ b/desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css
@@ -4,7 +4,7 @@
.caja-cluebar-label {
color: @theme_selected_fg_color;
- font: bold;
+ font-weight: bold;
}
/* view and desktop mode */
@@ -180,7 +180,7 @@ MatePanelAppletFrameDBus {
}
#clock-applet-button.flat.toggle > box.horizontal > label {
- font: normal;
+ font-weight: normal;
}
/* drivebutton */