# This file is part of sdk-default-theme-config
# 
# Copyright (C) 2005 Nokia Corporation.
# 
# Contact: Ferenc Szekely <ferenc.szekely@nokia.com> 
# 
# This work is licensed under the Creative Commons
# Attribution-NonCommercial-ShareAlike 2.0 License.
# To view a copy of this license,
# visit http://creativecommons.org/licenses/by-nc-sa/2.0/
# or send a letter to Creative Commons,
# 543 Howard Street, 5th Floor, San Francisco, California, 94105, USA.


##############################
# HildonCandidateBox
##############################
style "osso-candidate-box"
{
	fg[NORMAL] = "#aaaaaa"
	fg[ACTIVE] = "#aaaaaa"
	fg[INSENSITIVE] = "#aaaaaa"
	fg[PRELIGHT] = "#aaaaaa"
	bg[INSENSITIVE] = "#cccccc"
	bg[NORMAL] = "#cccccc"
	bg[ACTIVE] = "#cccccc"
	bg[PRELIGHT] = "#cccccc"
	xthickness = 0
	ythickness = 0
}
widget_class "*HildonCandidateBox" style "osso-candidate-box"

style "osso-candidate-box-menu"
{
    GtkMenu::hildonlike = 1
	GtkMenu::double_arrows = 1
	GtkWidget::focus-padding = 0
	GtkWidget::focus-line-width = 0
	GtkMenu::vertical-padding = 0
	GtkMenu::horizontal-padding = 0
	GtkContainer::border-width = 0
	xthickness = 0
	ythickness = 0
}
widget "*hildon-candidate-box-menu" style "osso-candidate-box-menu"

style "osso-candidate-box-menu-item"
{ 
	GtkMenuItem::include_arrow_in_focus = 0
	GtkMenuItem::hildonlike = 1
	GtkMenuItem::separator_height = 5
	GtkMenuItem::horizontal-padding = 0
	GtkWidget::has-focus = TRUE
	GtkWidget::focus-padding = 0
	GtkWidget::focus-line-width = 0
	GtkMenuItem::arrow-spacing = 0
	GtkContainer::border-width = 0
	xthickness = 0
	ythickness = 0
}													  
widget "*hildon-candidate-box-menu-item" style "osso-candidate-box-menu-item"

