gtk-css-engine r181 - in trunk: . conf



Author: robsta
Date: Tue Nov  4 13:36:28 2008
New Revision: 181
URL: http://svn.gnome.org/viewvc/gtk-css-engine?rev=181&view=rev

Log:
* conf/user-agent.css: inherit from combo-box to its drop-down button.

Modified:
   trunk/ChangeLog
   trunk/conf/user-agent.css

Modified: trunk/conf/user-agent.css
==============================================================================
--- trunk/conf/user-agent.css	(original)
+++ trunk/conf/user-agent.css	Tue Nov  4 13:36:28 2008
@@ -26,6 +26,13 @@
 	border-top-left-radius: inherit;
 	border-bottom-left-radius: inherit;
 }
+GtkComboBox > GtkButton {
+	border-top: inherit;
+	border-right: inherit;
+	border-bottom: inherit;
+	border-top-right-radius: inherit;
+	border-bottom-right-radius: inherit;
+}
 
 GtkCurve > flat-box {
 	background: inherit;



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