[gnumeric] GUI: Theme the default sheet cursor too.



commit bb7833a69e65a30b770be89b0b3c398f5830d180
Author: Morten Welinder <terra gnome org>
Date:   Tue Mar 26 11:38:24 2013 -0400

    GUI: Theme the default sheet cursor too.

 src/gnumeric.css |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/src/gnumeric.css b/src/gnumeric.css
index 927c63b..8bca018 100644
--- a/src/gnumeric.css
+++ b/src/gnumeric.css
@@ -24,6 +24,11 @@ GnmItemGrid pane-divider {
   border-width: 1px;
 }
 
+/* The default cursor.  */
+GnmItemCursor {
+  color: #000000;
+}
+
 /* The anted cursor.  We clearly should be using an animation, but neither
    we not gtk are ready for that.  */
 GnmItemCursor:hover {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]