Ticket #4056: 0001-Add-theming-for-Abiword-text-selection-SL-4056.patch

File 0001-Add-theming-for-Abiword-text-selection-SL-4056.patch, 817 bytes (added by godiard, 12 years ago)
  • gtk3/theme/gtk-widgets.css.em

    From 6a44deffa010b680a9c87a80b15a6858491132d3 Mon Sep 17 00:00:00 2001
    From: Gonzalo Odiard <godiard@gmail.com>
    Date: Fri, 19 Oct 2012 10:48:54 -0300
    Subject: [PATCH] Add theming for Abiword text selection - SL #4056
    
    Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
    ---
     gtk3/theme/gtk-widgets.css.em | 6 ++++++
     1 file changed, 6 insertions(+)
    
    diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em
    index e83534d..bf1af71 100644
    a b SugarFavoriteActivityIcon:prelight { 
    720720
    721721/* Application specific properties */
    722722
     723/* Evince */
    723724EvView:selected {
    724725    background-color: @theme_selected_bg_color;
    725726}
     727
     728/* Abiword */
     729ApDocView:selected {
     730    background-color: @theme_selected_bg_color;
     731}