gtk-css-engine r146 - in trunk: . themes/Gilouche-CSS/gtk-2.0
- From: robsta svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk-css-engine r146 - in trunk: . themes/Gilouche-CSS/gtk-2.0
- Date: Wed, 1 Oct 2008 10:49:46 +0000 (UTC)
Author: robsta
Date: Wed Oct 1 10:49:46 2008
New Revision: 146
URL: http://svn.gnome.org/viewvc/gtk-css-engine?rev=146&view=rev
Log:
* themes/Gilouche-CSS/gtk-2.0/styles.css: single interior border for spin-buttons.
Modified:
trunk/ChangeLog
trunk/themes/Gilouche-CSS/gtk-2.0/styles.css
Modified: trunk/themes/Gilouche-CSS/gtk-2.0/styles.css
==============================================================================
--- trunk/themes/Gilouche-CSS/gtk-2.0/styles.css (original)
+++ trunk/themes/Gilouche-CSS/gtk-2.0/styles.css Wed Oct 1 10:49:46 2008
@@ -93,7 +93,6 @@
border: 1px solid #e2d4b2;
}
-/* GtkComboBox > GtkEntry > shadow ? */
GtkComboBox > GtkEntry {
border-right: none;
border-top-right-radius: 0px;
@@ -118,12 +117,12 @@
/* spinbuttons */
-GtkSpinButton > shadow {
+GtkSpinButton > shadow.entry {
border-right: none;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
}
-
+/* TODO Rob: use a set of arrows with padding. */
GtkSpinButton > box.spinbutton-up {
background-image: url(arrow-up.svg);
background-position: center;
@@ -135,12 +134,6 @@
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
}
-
-GtkSpinButton > arrow {
- background-color: none;
- background-image: none;
-}
-
GtkSpinButton > box.spinbutton-down {
background-image: url(arrow-down.svg);
background-position: center;
@@ -152,6 +145,11 @@
border-bottom-right-radius: 3px;
border-bottom-left-radius: 0px;
}
+/* Already drawing the arrow on the box, see above. */
+GtkSpinButton > arrow {
+ background-color: none;
+ background-image: none;
+}
/* progressbar */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]