From 78d2d31fa20fa230d1b5dce7ae6c6de223dfa174 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Fleury Date: Sun, 28 Sep 2014 01:42:04 -0400 Subject: =?UTF-8?q?Suppression=20de=20=C2=ABgtk-3.0/img/border-focused-ptb?= =?UTF-8?q?.svg=C2=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gtk-3.0/gtk-widgets-img.css | 10 ---- gtk-3.0/gtk-widgets.css | 18 ------- gtk-3.0/gtk.css | 14 ------ gtk-3.0/img/border-focused-ptb.svg | 98 -------------------------------------- 4 files changed, 140 deletions(-) delete mode 100644 gtk-3.0/img/border-focused-ptb.svg (limited to 'gtk-3.0') diff --git a/gtk-3.0/gtk-widgets-img.css b/gtk-3.0/gtk-widgets-img.css index 1ccdee0..968ac5d 100644 --- a/gtk-3.0/gtk-widgets-img.css +++ b/gtk-3.0/gtk-widgets-img.css @@ -590,7 +590,6 @@ GtkSwitch.trough:insensitive, .button.default, .primary-toolbar .entry:focus, .primary-toolbar .button:active:focus, -.primary-toolbar .button:focus:hover, .primary-toolbar .combobox-entry .entry:focus, .primary-toolbar .combobox-entry .button:focus, .primary-toolbar .button.raised:focus:active, @@ -610,15 +609,6 @@ GtkSwitch.trough:insensitive, border-color: transparent; } -/* focused primary toolbar button borders */ -.primary-toolbar .button:focus { - border-image: url("img/border-focused-ptb.svg") 3 3 4 3 / 3px 3px 4px 3px repeat; - border-radius: 3px; - border-width: 1px 1px 2px 1px; - border-style: solid; - border-color: transparent; -} - /* focused switch trough borders */ GtkSwitch.trough:active { border-image: url("img/border-focused-switch.svg") 3 3 4 3 / 3px 3px 4px 3px stretch; diff --git a/gtk-3.0/gtk-widgets.css b/gtk-3.0/gtk-widgets.css index d1f2079..73fd0ab 100644 --- a/gtk-3.0/gtk-widgets.css +++ b/gtk-3.0/gtk-widgets.css @@ -668,24 +668,6 @@ GtkColorChooserWidget #add-color-button:hover { background-color: transparent; } -/* Focused primary toolbar button background */ -.primary-toolbar .button:focus { - background-image: linear-gradient(to bottom, - @pt_button_focus_gradient_a, - @pt_button_focus_gradient_b 50%, - @pt_button_focus_gradient_c 50%, - @pt_button_focus_gradient_d); -} - -/* Focused + prelit primary toolbar button background */ -.primary-toolbar .button:focus:hover { - background-image: linear-gradient(to bottom, - @pt_button_focus_hover_gradient_a, - @pt_button_focus_hover_gradient_b 50%, - @pt_button_focus_hover_gradient_c 50%, - @pt_button_focus_hover_gradient_d); -} - /***************** * Notebooks and * * tabs * diff --git a/gtk-3.0/gtk.css b/gtk-3.0/gtk.css index 9f18c61..0694bde 100644 --- a/gtk-3.0/gtk.css +++ b/gtk-3.0/gtk.css @@ -106,20 +106,6 @@ @define-color button_active_insensitive_gradient_e shade(@core_color_b, 0.99); @define-color button_active_insensitive_gradient_f shade(@core_color_b, 0.96); -/* primary toolbar focus */ - -@define-color pt_button_focus_gradient_a mix(#fafafa, shade(@core_color_a, 1.09), 0.3); -@define-color pt_button_focus_gradient_b mix(#ededed, shade(@core_color_a, 1.05), 0.3); -@define-color pt_button_focus_gradient_c mix(#e8e8e8, shade(@core_color_a, 1.01), 0.25); -@define-color pt_button_focus_gradient_d mix(#e8e8e8, shade(@core_color_a, 0.96), 0.3); - -/* primary toolbar focus hover */ - -@define-color pt_button_focus_hover_gradient_a mix(#fcfcfc, shade(@core_color_a, 1.09), 0.15); -@define-color pt_button_focus_hover_gradient_b mix(#fcfcfc, shade(@core_color_a, 1.05), 0.15); -@define-color pt_button_focus_hover_gradient_c mix(#fcfcfc, shade(@core_color_a, 1.01), 0.2); -@define-color pt_button_focus_hover_gradient_d mix(#e8e8e8, shade(@core_color_a, 0.96), 0.2); - /***************** * color chooser * *****************/ diff --git a/gtk-3.0/img/border-focused-ptb.svg b/gtk-3.0/img/border-focused-ptb.svg deleted file mode 100644 index b360734..0000000 --- a/gtk-3.0/img/border-focused-ptb.svg +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - -- cgit v1.2.3