Ticket #3971: 0001-GtkDialog-theme-dialog-with-a-black-bg-and-white-tex.patch

File 0001-GtkDialog-theme-dialog-with-a-black-bg-and-white-tex.patch, 822 bytes (added by erikos, 12 years ago)

theme the GtkDialog

  • gtk3/theme/gtk-widgets.css.em

    From a1e39070592e9fdd4b6f8eeab296e80f9bdf63e3 Mon Sep 17 00:00:00 2001
    From: Simon Schampijer <simon@laptop.org>
    Date: Mon, 8 Oct 2012 07:03:15 +0200
    Subject: [PATCH artwork] GtkDialog: theme dialog with a black bg and white
     text
    
    This is coherent with the themeing for Palettes and modal
    alerts. Follow up of SL #3971
    
    Signed-off-by: Simon Schampijer <simon@laptop.org
    ---
     gtk3/theme/gtk-widgets.css.em | 5 +++++
     1 file changed, 5 insertions(+)
    
    diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em
    index 58cf450..7eb159e 100644
    a b GtkWindow { 
    122122    color: @black;
    123123}
    124124
     125GtkDialog {
     126    background-color: @black;
     127    color: @white;
     128}
     129
    125130SugarIntroWindow {
    126131    background-color: @white;
    127132}