summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorlukefromdc <[email protected]>2016-05-17 15:45:36 -0400
committerlukefromdc <[email protected]>2016-05-17 15:45:36 -0400
commitfc2df0cdc9147fde9076beb7624d4032505887e4 (patch)
treea5d475621e2e5deee21299eaac6cffe5db5a3b0e /desktop-themes
parenta2a7ff61608f87a968c5c30c6aa9329a070d98ad (diff)
downloadmate-themes-fc2df0cdc9147fde9076beb7624d4032505887e4.tar.bz2
mate-themes-fc2df0cdc9147fde9076beb7624d4032505887e4.tar.xz
GTK 3.21 BlackMATE-fix rest of font/deprec errors
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css27
-rw-r--r--desktop-themes/BlackMATE/gtk-3.0/mate-applications.css3
2 files changed, 13 insertions, 17 deletions
diff --git a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
index 341870f3..f3a6ff9b 100644
--- a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
@@ -3147,7 +3147,7 @@ switch,
switch:backdrop {
font-weight: bold;
font-size: smaller;
- font-stretch: condensed;
+ font-stretch: condensed;
color: @internal_element_color;
border-radius: 3px;
border-width: 1px;
@@ -3539,11 +3539,10 @@ calendar.header .app-notification button.titlebutton,
.app-notification.frame button {
color: @theme_fg_color;
border-color: rgba(75, 89, 112, 0.7);
- /*FIXME: This is deprecated
- background-image: linear-gradient(to bottom,
- rgba(101, 101, 104, 0.7)); */
-
- background-color: rgba(101, 101, 104, 0.7); /*works for now*/
+ /*FIXME-this is deprecated
+ background-image: linear-gradient(to bottom,
+ rgba(101, 101, 104, 0.7));*/
+ background-color:rgba(101, 101, 104, 0.7); /*Use this for now*/
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
text-shadow: none;
@@ -3575,10 +3574,10 @@ calendar.header .app-notification.frame .titlebutton button {
.app-notification.frame button:hover {
color: white;
border-color: rgba(0, 0, 0, 0.7);
- /*FIXME-this is deprecated
+ /*FIXME-this is deprecated
background-image: linear-gradient(to bottom,
rgba(47, 47, 48, 0.7));*/
- background-color: rgba(47, 47, 48, 0.7); /*Use this for now */
+ background-color: rgba(47, 47, 48, 0.7); /*Use this for now*/
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
text-shadow: none;
@@ -3594,11 +3593,10 @@ calendar.header .app-notification.frame .titlebutton button {
.app-notification.frame button:backdrop:checked {
color: white;
border-color: rgba(0, 0, 0, 0.7);
-
- /*FIXME-this is deprecated
+ /*FIXME-this is deprecated
background-image: linear-gradient(to bottom,
rgba(65, 106, 175, 0.7));*/
- background-color: rgba(65, 106, 175, 0.7); /*use this for now*/
+ background-color: rgba(65, 106, 175, 0.7); /*Use this for now*/
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
@@ -3613,12 +3611,10 @@ calendar.header .app-notification.frame .titlebutton button {
.app-notification.frame button:backdrop:disabled {
color: #878989;
border-color: rgba(0, 0, 0, 0.7);
-
/*FIXME-this is deprecated
background-image: linear-gradient(to bottom,
rgba(52, 57, 57, 0.5));*/
-
- background-color: rgba(52, 57, 57, 0.5); /*use this for now*/
+ background-color:rgba(52, 57, 57, 0.5); /*Use this for now*/
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
@@ -3634,8 +3630,7 @@ calendar.header .app-notification.frame .titlebutton button {
/*FIXME-this is deprecated
background-image: linear-gradient(to bottom,
rgba(47, 51, 54, 0.7));*/
-
- background-color: rgba(47, 51, 54, 0.7); /*use this for now*/
+ background-color: rgba(47, 51, 54, 0.7);
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
diff --git a/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css b/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css
index 90173258..9de48941 100644
--- a/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css
+++ b/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css
@@ -559,7 +559,8 @@ dictionary */
#clock-applet-button,
.mate-panel-menu-bar.menubar,
MatePanelApplet > GtkMenuBar.menubar {
- font-weight: normal;
+ font-style: normal;
+ font-weight: normal;
}
/*WnckPager is unnamed in GTK inspector so try this*/
PanelApplet.wnck-applet .wnck-pager {