Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
-rw-r--r--gtk3/theme/gtk-widgets.css.em20
2 files changed, 18 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 466758c..5f0fbff 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ(2.53)
-AC_INIT([sugar-artwork],[0.98.3],[],[sugar-artwork])
+AC_INIT([sugar-artwork],[0.98.4],[],[sugar-artwork])
AM_CONFIG_HEADER(config.h)
diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em
index 94dceda..0b8fd56 100644
--- a/gtk3/theme/gtk-widgets.css.em
+++ b/gtk3/theme/gtk-widgets.css.em
@@ -314,9 +314,17 @@ GtkComboBox {
color: @white;
}
-GtkComboBox .separator {
- /* Remove the separator turning it transparent */
- color: alpha(@theme_base_color, 0.0);
+GtkComboBox .menu.button {
+ border-color: transparent;
+ border-radius: 0px;
+ border-style: none;
+ background-color: transparent;
+ color: @white;
+}
+
+GtkComboBox .menu {
+ -GtkWidget-scroll-arrow-hlength: $(my_floor(2.5 * subcell_size));
+ -GtkWidget-scroll-arrow-vlength: $(my_floor(2.5 * subcell_size));
}
/* Notebooks */
@@ -327,6 +335,12 @@ GtkComboBox .separator {
padding: 0px;
-GtkNotebook-tab-overlap: -2;
-GtkNotebook-tab-curvature: $default_padding;
+ -GtkWidget-scroll-arrow-hlength: $(my_floor(2.5 * subcell_size));
+ -GtkWidget-scroll-arrow-vlength: $(my_floor(2.5 * subcell_size));
+}
+
+.notebook.arrow {
+ color: @white;
}
.notebook tab {