diff options
author | lukefromdc <[email protected]> | 2016-05-17 15:45:36 -0400 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-05-18 08:07:47 +0200 |
commit | df7b74fa0462383c2e4a1f4792db7144805ff3b4 (patch) | |
tree | a5d475621e2e5deee21299eaac6cffe5db5a3b0e | |
parent | 2894347fa0c04035a54d8117ce97e5b1ad504c5f (diff) | |
download | mate-themes-df7b74fa0462383c2e4a1f4792db7144805ff3b4.tar.bz2 mate-themes-df7b74fa0462383c2e4a1f4792db7144805ff3b4.tar.xz |
GTK 3.21 BlackMATE-fix rest of font/deprec errors
-rw-r--r-- | desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css | 27 | ||||
-rw-r--r-- | desktop-themes/BlackMATE/gtk-3.0/mate-applications.css | 3 |
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 { |