summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-05-28 00:08:55 +0200
committerraveit65 <[email protected]>2016-05-28 00:08:55 +0200
commit44ea29ad957006ba272c0f5d748a1f9842fe997f (patch)
tree0b3e97da7200f7a3a9e9480e9d11053f58949b68 /desktop-themes
parentef5ec9e6b75dcd5b58bd8d6b5e18debf782c8293 (diff)
downloadmate-themes-44ea29ad957006ba272c0f5d748a1f9842fe997f.tar.bz2
mate-themes-44ea29ad957006ba272c0f5d748a1f9842fe997f.tar.xz
GTK+-3.22 Submarine themes: fix deprecacted 'one color stop with linear-gradient' and fonts setiings
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css16
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css2
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css16
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css2
4 files changed, 26 insertions, 10 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 8b8209f2..25c5cee6 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
@@ -3710,7 +3710,7 @@ radiobutton.text-button {
assistant .sidebar highlight {
color: @theme_text_color;
- font: bold;
+ font-weight: bold;
}
assistant .sidebar {
@@ -3737,6 +3737,7 @@ switch:backdrop {
border-radius: 6px;
color: @theme_fg_color;
background-image: linear-gradient(to bottom,
+ shade(@theme_bg_color, 0.9),
shade(@theme_bg_color, 0.9));
/* outer */
border-top-color: transparent;
@@ -4336,6 +4337,7 @@ calendar.header .app-notification button.titlebutton,
color: @theme_dark_fg_color;
border-color: rgba(37, 88, 128, 0.7);
background-image: linear-gradient(to bottom,
+ rgba(0, 0, 0, 0.7),
rgba(0, 0, 0, 0.7));
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
@@ -4369,6 +4371,7 @@ calendar.header .app-notification.frame button.titlebutton {
color: black;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom,
+ rgba(203, 213, 217, 0.7),
rgba(203, 213, 217, 0.7));
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
@@ -4386,6 +4389,7 @@ calendar.header .app-notification.frame button.titlebutton {
color: white;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom,
+ rgba(37, 88, 128, 0.7),
rgba(37, 88, 128, 0.7));
background-clip: padding-box;
box-shadow: none;
@@ -4402,6 +4406,7 @@ calendar.header .app-notification.frame button.titlebutton {
color: #878989;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom,
+ rgba(52, 57, 57, 0.5),
rgba(52, 57, 57, 0.5));
background-clip: padding-box;
box-shadow: none;
@@ -4416,6 +4421,7 @@ calendar.header .app-notification.frame button.titlebutton {
color: #eeeeec;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom,
+ rgba(172, 205, 138, 0.7),
rgba(172, 205, 138, 0.7));
background-clip: padding-box;
box-shadow: none;
@@ -5748,12 +5754,13 @@ headerbar.titlebar > stackswitcher.linked.stack-switcher > button.text-button.ra
}
headerbar title {
- font: Bold 11;
+ font-weight: bold;
+ font-size: 11pt;
color: @theme_text_dark_color;
}
headerbar .subtitle {
- font: 9;
+ font-size: 9pt;
color: @theme_text_dark_color;
}
@@ -5788,7 +5795,8 @@ headerbar paned > separator {
}
.titlebar .title {
- font: Bold 10;
+ font-weight: bold;
+ font-size: 10pt;
background: none;
color: @theme_text_dark_color;
}
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 b2ead28e..3bf7c383 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
@@ -514,7 +514,7 @@ MatePanelAppletFrameDBus {
}
#clock-applet-button.flat.toggle > box.horizontal > label {
- font: normal;
+ font-weight: normal;
}
/* drivebutton */
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
index 7c9cea11..2a13284f 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
@@ -3710,7 +3710,7 @@ radiobutton.text-button {
assistant .sidebar highlight {
color: @theme_text_color;
- font: bold;
+ font-weight: bold;
}
assistant .sidebar {
@@ -3737,6 +3737,7 @@ switch:backdrop {
border-radius: 6px;
color: @theme_fg_color;
background-image: linear-gradient(to bottom,
+ shade(@theme_bg_color, 0.9),
shade(@theme_bg_color, 0.9));
/* outer */
border-top-color: transparent;
@@ -4336,6 +4337,7 @@ calendar.header .app-notification button.titlebutton,
color: @theme_dark_fg_color;
border-color: rgba(114, 180, 157, 0.7);
background-image: linear-gradient(to bottom,
+ rgba(0, 0, 0, 0.7),
rgba(0, 0, 0, 0.7));
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
@@ -4369,6 +4371,7 @@ calendar.header .app-notification.frame button.titlebutton {
color: black;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom,
+ rgba(203, 217, 212, 0.7),
rgba(203, 217, 212, 0.7));
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
@@ -4386,6 +4389,7 @@ calendar.header .app-notification.frame button.titlebutton {
color: white;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom,
+ rgba(114, 180, 157, 0.7),
rgba(114, 180, 157, 0.7));
background-clip: padding-box;
box-shadow: none;
@@ -4402,6 +4406,7 @@ calendar.header .app-notification.frame button.titlebutton {
color: #878989;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom,
+ rgba(52, 57, 57, 0.5),
rgba(52, 57, 57, 0.5));
background-clip: padding-box;
box-shadow: none;
@@ -4416,6 +4421,7 @@ calendar.header .app-notification.frame button.titlebutton {
color: #eeeeec;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom,
+ rgba(172, 205, 138, 0.7),
rgba(172, 205, 138, 0.7));
background-clip: padding-box;
box-shadow: none;
@@ -5742,12 +5748,13 @@ headerbar.titlebar > stackswitcher.linked.stack-switcher > button.text-button.ra
}
headerbar title {
- font: Bold 11;
+ font-weight: bold;
+ font-size: 11pt;
color: @theme_text_dark_color;
}
headerbar .subtitle {
- font: 9;
+ font-size: 9pt;
color: @theme_text_dark_color;
}
@@ -5782,7 +5789,8 @@ headerbar paned > separator {
}
.titlebar .title {
- font: Bold 10;
+ font-weight: bold;
+ font-size: 10pt;
background: none;
color: @theme_text_dark_color;
}
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css
index 0ca8993e..5cb64394 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css
@@ -512,7 +512,7 @@ MatePanelAppletFrameDBus {
}
#clock-applet-button.flat.toggle > box.horizontal > label {
- font: normal;
+ font-weight: normal;
}
/* drivebutton */