# Settings that display how button widgets look

style "butter-button" = "butter-main"
{
	xthickness = 2
	ythickness = 1

	# Minimum width of buttons insided box
	
	GtkButtonBox::child_min_width = 1

	# Minimum height of buttons inside box
	
	GtkButtonBox::child_min_height = 1
	
	# Adds padding to left and right sides of buttons
	
	GtkButtonBox::child_internal_pad_x = 3

	# Adds padding to top and bottom side of buttons
	
	GtkButtonBox::child_internal_pad_y = 1
  	
	# Depth, in pixels, of border that is displayed
	
	GtkButton::default_border = { 0, 0, 0, 0 }

	# Depth, in pixels, of outer border that is displayed
	
	GtkButton::default_outside_border = { 0, 0, 0, 0 }

	# How far a button is displaced horizontally when depressed
	
	GtkButton::child_displacement_x = 1
	
	# How far a button is displaced vertically when depressed
		
	GtkButton::child_displacement_y = 1

	# Size of check button

	GtkCheckButton::indicator_size = 12

	# Space between check button and elements around it

	GtkCheckButton::indicator_spacing = 2

	# Size of radio buttons

	GtkRadioButton::indicator_size = 12

	# Space between radio buttons and elements around them.

	GtkRadioButton::indicator_spacing = 2

	bg[NORMAL]       = "#DDDDD0"
  	bg[ACTIVE]		 = "#7b96ac"
}
class "GtkButton" style "butter-button"
class "GtkToggleButton" style "butter-button"
class "GtkCheckButton" style "butter-button"
class "GtkRadioButton" style "butter-button"
class "GtkColorButton" style "butter-button"
class "GtkFontButton" style "butter-button"
class "GtkOptionMenu" style "butter-button"
