Advertisement
Guest User

moon rules

a guest
Sep 9th, 2010
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. From 2c42c58951740387a1a70d07c00f8d62e98666fb Mon Sep 17 00:00:00 2001
  2. From: Ishan Bansal <ishan@seeta.in>
  3. Date: Thu, 9 Sep 2010 23:51:01 +0530
  4. Subject: [PATCH] Changed outline of checkbox from grey to black when activated. Ticket #305
  5.  
  6. Changed outline of checkbox from grey to black so that it does not disappears into the grey highlight of the mouseover selection. (Ticket #305)
  7. ---
  8. gtk/theme/gtkrc.em | 3 ++-
  9. 1 files changed, 2 insertions(+), 1 deletions(-)
  10.  
  11. diff --git a/gtk/theme/gtkrc.em b/gtk/theme/gtkrc.em
  12. index 69dccd9..3c0d7f6 100644
  13. --- a/gtk/theme/gtkrc.em
  14. +++ b/gtk/theme/gtkrc.em
  15. @@ -48,6 +48,7 @@ button_grey = '"#808080"'
  16. selection_grey = '"#A6A6A6"'
  17. panel_grey = '"#C0C0C0"'
  18. text_field_grey = '"#E5E5E5"'
  19. +text_field_black = '"#000000"'
  20. white = '"#FFFFFF"'
  21.  
  22.  
  23. @@ -630,7 +631,7 @@ style "checkbutton"
  24. {
  25. base[NORMAL] = $white
  26. base[PRELIGHT] = $white
  27. - base[ACTIVE] = $text_field_grey
  28. + base[ACTIVE] = $text_field_black
  29.  
  30. text[PRELIGHT] = $toolbar_grey
  31. text[NORMAL] = $toolbar_grey
  32. --
  33. 1.7.0.4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement