Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAjay Garg <ajay@activitycentral.com>2012-11-09 08:38:27 (GMT)
committer Ajay Garg <ajay@activitycentral.com>2012-11-09 08:38:27 (GMT)
commit89c7d3e431f0788a3e30d7db5933eaa2cff45bed (patch)
treeb4013df8a92c9000ece23c00f41832233794fe92
parent67349fd920103ef407da3d2e29cbb82ffcb4bd02 (diff)
parent2ee875ffb21c04898adb6348fed7f2e1513f23fe (diff)
Merge tag 'v0.97.9' into 0.97.6-as-base
Conflicts: gtk3/theme/assets/cursor-handle-insert.svg
-rw-r--r--gtk3/theme/assets/cursor-handle-insert.svg11
-rw-r--r--gtk3/theme/gtk-widgets.css.em11
2 files changed, 22 insertions, 0 deletions
diff --git a/gtk3/theme/assets/cursor-handle-insert.svg b/gtk3/theme/assets/cursor-handle-insert.svg
new file mode 100644
index 0000000..1bcc86a
--- /dev/null
+++ b/gtk3/theme/assets/cursor-handle-insert.svg
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="110" height="110" viewBox="0, 0, 110, 110">
+ <g id="Layer 1">
+ <g>
+ <path d="M37,19 L55,1 L73,19 L73,60 L37,60 z" fill="#000000"/>
+ <path d="M42,21 L55,8 L68,21 L68,55 L42,55 z" fill="#FFFFFF"/>
+ </g>
+ </g>
+ <defs/>
+</svg>
diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em
index 5f4ed30..1c9382e 100644
--- a/gtk3/theme/gtk-widgets.css.em
+++ b/gtk3/theme/gtk-widgets.css.em
@@ -820,3 +820,14 @@ EvView:selected,
ApDocView:selected {
background-color: @selection_grey;
}
+
+/* Application specific properties */
+
+EvView {
+ background-color: @panel_grey;
+}
+
+EvView:selected,
+ApDocView:selected {
+ background-color: @selection_grey;
+}