Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSantiago Collazo <scollazo@activitycentral.com>2012-11-10 23:26:30 (GMT)
committer Santiago Collazo <scollazo@activitycentral.com>2012-11-10 23:26:30 (GMT)
commitc5b60ddfbe60f006dc3e07eb73dbaead1da01b95 (patch)
treea5c88ff1109a8a452041ad5ea0bffcaee2852bfd
parentf29acde805ecb6345b3d8a3ff7d5edf865399e9b (diff)
parent45e40104da35c3e1dc7dde0325c2e55e6550c3d0 (diff)
Merge remote-tracking branch 'ajay/0.97.6-as-base' into devel
-rw-r--r--configure.ac2
-rw-r--r--gtk3/theme/assets/Makefile.am2
-rw-r--r--gtk3/theme/assets/cursor-handle-insertion.svg (renamed from gtk3/theme/assets/cursor-handle-insert.svg)0
-rw-r--r--gtk3/theme/gtk-widgets.css.em25
4 files changed, 20 insertions, 9 deletions
diff --git a/configure.ac b/configure.ac
index 1ac4ac2..27942e3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ(2.53)
-AC_INIT([sugar-artwork],[0.97.9],[],[sugar-artwork])
+AC_INIT([sugar-artwork],[0.97.10],[],[sugar-artwork])
AM_CONFIG_HEADER(config.h)
diff --git a/gtk3/theme/assets/Makefile.am b/gtk3/theme/assets/Makefile.am
index 52f78e1..c098cc5 100644
--- a/gtk3/theme/assets/Makefile.am
+++ b/gtk3/theme/assets/Makefile.am
@@ -9,7 +9,7 @@ assets = \
checkbox-unchecked-selected.svg \
checkbox-checked.svg \
checkbox-checked-selected.svg \
- cursor-handle-insert.svg \
+ cursor-handle-insertion.svg \
cursor-handle-bottom.svg \
cursor-handle-top.svg
diff --git a/gtk3/theme/assets/cursor-handle-insert.svg b/gtk3/theme/assets/cursor-handle-insertion.svg
index 1bcc86a..1bcc86a 100644
--- a/gtk3/theme/assets/cursor-handle-insert.svg
+++ b/gtk3/theme/assets/cursor-handle-insertion.svg
diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em
index dcd3304..7928f2b 100644
--- a/gtk3/theme/gtk-widgets.css.em
+++ b/gtk3/theme/gtk-widgets.css.em
@@ -76,7 +76,7 @@ icon_large = icon_base * 5
/* 0.05 works good for both the sugar and sugar-xo themes */
-GtkWidget-cursor-aspect-ratio: 0.05;
- -GtkWidget-wide-separators: false;
+ -GtkWidget-wide-separators: true;
-GtkWidget-separator-height: $thickness;
-GtkWidget-separator-width: $thickness;
@@ -462,7 +462,6 @@ SugarPaletteWindow SugarGroupBox *:insensitive {
.menuitem.separator {
padding: $(subcell_size)px 0px;
- color: @button_grey;
}
SugarPaletteHeader.menuitem {
@@ -538,9 +537,10 @@ GtkProgressBar.trough {
/* Separators */
-GtkVSeparator, GtkHSeparator,
-.toolbar GtkSeparatorToolItem {
- color: @button_grey;
+.separator {
+ border-style: solid;
+ border-color: @button_grey;
+ border-width: $thickness;
}
/* Tool buttons */
@@ -806,8 +806,19 @@ SugarCanvasIcon:active {
background-image: url("assets/cursor-handle-top.svg");
}
-.cursor-handle.insert-cursor {
- background-image: url("assets/cursor-handle-insert.svg");
+.cursor-handle.insertion-cursor {
+ background-image: url("assets/cursor-handle-insertion.svg");
+}
+
+/* Application specific properties */
+
+EvView {
+ background-color: @panel_grey;
+}
+
+EvView:selected,
+ApDocView:selected {
+ background-color: @selection_grey;
}
/* Application specific properties */