From 522ce6022af81de1dc6c5c7af6aaceb08fe47ba0 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 17 Apr 2015 17:41:56 +0200 Subject: BlackMATE GTK3: don't use text-shadows to improve typeface --- desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css | 23 +++++++++++----------- .../BlackMATE/gtk-3.0/mate-applications.css | 6 +++--- 2 files changed, 15 insertions(+), 14 deletions(-) (limited to 'desktop-themes/BlackMATE/gtk-3.0') diff --git a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css index 2cc2b388..54637b24 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css @@ -41,6 +41,7 @@ outline-offset: 2px; outline-width: 0px; /* disable ugly focus-line */ -gtk-icon-style: regular; /* no symbolic icons */ + text-shadow: none; } /*************** @@ -160,7 +161,7 @@ border-radius: 3px; border-width: 0px; border-style: solid; - text-shadow: 0 -1px black; + text-shadow: none; color: @theme_fg_color; background-image: linear-gradient(to bottom, @@ -1142,7 +1143,7 @@ GtkComboBox { -GtkComboBox-arrow-scaling: 0.5; -GtkComboBox-shadow-type: none; color: @theme_fg_color; - text-shadow: 0 -1px black; + text-shadow: none; } GtkComboBox .separator { @@ -1191,7 +1192,7 @@ GtkComboBox .menu { border-radius: 3px; border-width: 1px; border-style: solid; - text-shadow: 0 -1px black; + text-shadow: none; color: @theme_fg_color; background-image: linear-gradient(to bottom, @button_hover_gradient_color_a, @@ -1942,7 +1943,7 @@ GtkOverlay.osd { @osd_button_bg_b 68%, @osd_button_bg_c); color: @osd_button_fg; - text-shadow: 0 -1px @osd_button_shadow; + text-shadow: none; icon-shadow: 0 -1px @osd_button_shadow; } @@ -2025,12 +2026,12 @@ GtkOverlay.osd { .osd GtkMenuButton.button *:checked, .osd GtkMenuButton.button *:active { color: @osd_button_fg_active; - text-shadow: 0 -1px @osd_button_shadow; + text-shadow: none; } .osd.toolbar { color: @osd_fg; - text-shadow: 0 1px @osd_text_shadow; + text-shadow: none; padding: 10px; border-style: none; border-radius: 7px; @@ -2244,7 +2245,7 @@ GtkProgressBar.osd.progressbar { box-shadow: none; } .popover.osd .button { - text-shadow: 0 -1px @osd_text_shadow; + text-shadow: none; icon-shadow: 0 -1px @osd_text_shadow; } .popover.osd .button:active, @@ -2312,7 +2313,7 @@ GtkPopover .separator { *******/ .titlebar { - text-shadow: 0 1px @osd_text_shadow; + text-shadow: none; background-image: linear-gradient(to bottom, shade (@theme_bg_color, 1.50), shade (@theme_bg_color, 1.0)); @@ -2360,7 +2361,7 @@ GtkPopover .separator { border-radius: 3px; border-width: 1px; border-style: solid; - text-shadow: 0 -1px black; + text-shadow: none; color: #D9D9D9; background-image: linear-gradient(to bottom, @@ -2927,7 +2928,7 @@ GtkIconView.content-view.check:selected { @app_notification_c); color: @theme_text_color; - text-shadow: 0 1px black; + text-shadow: none; } /************* @@ -3534,7 +3535,7 @@ NemoQueryEditor .toolbar .entry:focus { .nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item { color: @theme_fg_color; - text-shadow: 1px 1px black; + text-shadow: none; } .nautilus-desktop.nautilus-canvas-item:active, diff --git a/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css b/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css index 50cfc198..2b505900 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css +++ b/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css @@ -259,7 +259,7 @@ CajaQueryEditor .toolbar .entry:focus { .caja-desktop.caja-canvas-item { color: @theme_fg_color; - text-shadow: 1px 1px black; + text-shadow: none; } .caja-desktop.caja-canvas-item:active { @@ -352,7 +352,7 @@ MatePanelApplet .button.flat { border-radius: 3px; border-width: 1px; border-style: solid; - text-shadow: 0 -1px black; + text-shadow: none; color: @theme_fg_color; background-image: linear-gradient(to bottom, @button_hover_gradient_color_a, @@ -396,7 +396,7 @@ WnckTasklist .button { border-radius: 3px; border-width: 1px; border-style: solid; - text-shadow: 0 -1px black; + text-shadow: none; color: @theme_fg_color; background-image: -gtk-gradient (radial, 0.5 -2.0, 2.0, -- cgit v1.2.1